2023-12-26T17:02:48.871 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:02:48.871 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} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452 --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/orig.config.yaml 2023-12-26T17:02:48.904 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:02:48.978 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452 branch: wip-yuri7-testing-2023-12-20-0808-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: '7501452' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 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: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdOD5QCDyTlmhVSwu/yYog9aENTRkzORpHpQQLpk+2fbhQ83RrzTTHhTN/1NgJINRQUo/LEo34RFMmvIhPOeTE= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiLhpnjMhSP4fIQ9Vdj12YNTsRqqCaHG15r+6i3pJq1n9Vv4KHqeB1b/wthH8JF4KTykZSbcwaR0gu1GF9JEsU= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-26_16:41:10 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-26T17:02:48.978 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-26T17:02:48.979 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:02:48.979 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:02:48.981 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:02:49.008 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:02:49.008 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:02:49.008 INFO:teuthology.packaging:ref: None 2023-12-26T17:02:49.008 INFO:teuthology.packaging:tag: None 2023-12-26T17:02:49.009 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:02:49.009 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:02:49.009 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:02:49.238 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:02:49.240 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:02:49.248 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:02:49.249 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:02:49.261 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:02:49.274 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:02:49.280 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:02:49.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:57:41.063441', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdOD5QCDyTlmhVSwu/yYog9aENTRkzORpHpQQLpk+2fbhQ83RrzTTHhTN/1NgJINRQUo/LEo34RFMmvIhPOeTE='} 2023-12-26T17:02:49.328 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:57:41.065400', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiLhpnjMhSP4fIQ9Vdj12YNTsRqqCaHG15r+6i3pJq1n9Vv4KHqeB1b/wthH8JF4KTykZSbcwaR0gu1GF9JEsU='} 2023-12-26T17:02:49.328 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:02:49.340 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-26T17:02:49.340 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-26T17:02:49.340 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:02:49.464 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f67540e5e50>, signals=[15]) 2023-12-26T17:02:49.465 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:02:49.476 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:02:49.477 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2023-12-26T17:02:49.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:02:49.548 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2023-12-26T17:02:49.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:02:49.618 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:02:49.630 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2023-12-26T17:02:49.653 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2023-12-26T17:02:49.653 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2023-12-26T17:02:49.715 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="CentOS Stream" 2023-12-26T17:02:49.715 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="8" 2023-12-26T17:02:49.715 INFO:teuthology.orchestra.run.smithi001.stdout:ID="centos" 2023-12-26T17:02:49.715 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE="rhel fedora" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="8" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:ANSI_COLOR="0;31" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://centos.org/" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:02:49.716 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-26T17:02:49.717 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2023-12-26T17:02:49.740 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2023-12-26T17:02:49.762 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2023-12-26T17:02:49.762 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="8" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="8" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-26T17:02:49.823 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2023-12-26T17:02:49.824 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-26T17:02:49.824 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2023-12-26T17:02:49.824 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:02:49.824 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:02:49.824 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-26T17:02:49.824 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2023-12-26T17:02:49.856 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:02:49.865 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:02:49.896 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:02:49.896 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:02:49.900 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:02:49.921 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:02:49.932 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:02:49.932 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:02:49.961 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:02:49.991 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:02:50.052 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:02:50.072 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:02:50.072 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:02:50.072 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:02:50.073 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:02:50.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:02:50.094 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-12-26T17:02:50.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:02:50.095 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2023-12-26T17:02:50.155 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-489.el8.x86_64 2023-12-26T17:02:50.156 INFO:teuthology.task.kernel:Running kernel on smithi153: 4.18.0-489.el8.x86_64 2023-12-26T17:02:50.156 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2023-12-26T17:02:50.157 INFO:teuthology.orchestra.run.smithi001.stdout:4.18.0-489.el8.x86_64 2023-12-26T17:02:50.157 INFO:teuthology.task.kernel:Running kernel on smithi001: 4.18.0-489.el8.x86_64 2023-12-26T17:02:50.157 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum install -y kernel 2023-12-26T17:02:54.648 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - AppStream 17 MB/s | 35 MB 00:01 2023-12-26T17:02:55.030 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 8 - AppStream 16 MB/s | 35 MB 00:02 2023-12-26T17:03:03.012 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 57 MB 00:01 2023-12-26T17:03:04.106 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 8 - BaseOS 26 MB/s | 57 MB 00:02 2023-12-26T17:03:11.614 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2023-12-26T17:03:12.148 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-26T17:03:12.450 INFO:teuthology.orchestra.run.smithi153.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-26T17:03:13.131 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2023-12-26T17:03:13.531 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2023-12-26T17:03:13.933 INFO:teuthology.orchestra.run.smithi001.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-26T17:03:14.327 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2023-12-26T17:03:15.202 INFO:teuthology.orchestra.run.smithi001.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-26T17:03:18.175 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 364 kB/s | 24 kB 00:00 2023-12-26T17:03:19.242 INFO:teuthology.orchestra.run.smithi001.stdout:lab-extras 454 kB/s | 24 kB 00:00 2023-12-26T17:03:21.925 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-26T17:03:21.925 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-26T17:03:22.223 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:03:22.224 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2023-12-26T17:03:22.225 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-26T17:03:22.225 INFO:teuthology.orchestra.run.smithi153.stdout:Install 3 Packages 2023-12-26T17:03:22.225 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:03:22.225 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 89 M 2023-12-26T17:03:22.225 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 96 M 2023-12-26T17:03:22.225 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2023-12-26T17:03:22.968 INFO:teuthology.orchestra.run.smithi153.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-12-26T17:03:23.158 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-26T17:03:23.158 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-26T17:03:23.465 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:03:23.466 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-26T17:03:23.467 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-26T17:03:23.467 INFO:teuthology.orchestra.run.smithi001.stdout:Install 3 Packages 2023-12-26T17:03:23.467 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:03:23.467 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 89 M 2023-12-26T17:03:23.467 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 96 M 2023-12-26T17:03:23.467 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-12-26T17:03:23.693 INFO:teuthology.orchestra.run.smithi153.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2023-12-26T17:03:24.393 INFO:teuthology.orchestra.run.smithi001.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2023-12-26T17:03:24.794 INFO:teuthology.orchestra.run.smithi153.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-12-26T17:03:24.794 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:03:24.794 INFO:teuthology.orchestra.run.smithi153.stdout:Total 35 MB/s | 89 MB 00:02 2023-12-26T17:03:25.044 INFO:teuthology.orchestra.run.smithi001.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2023-12-26T17:03:25.470 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2023-12-26T17:03:25.769 INFO:teuthology.orchestra.run.smithi001.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2023-12-26T17:03:25.769 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:03:25.769 INFO:teuthology.orchestra.run.smithi001.stdout:Total 39 MB/s | 89 MB 00:02 2023-12-26T17:03:25.904 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2023-12-26T17:03:25.904 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2023-12-26T17:03:26.479 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-12-26T17:03:26.920 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-12-26T17:03:26.920 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-12-26T17:03:27.138 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2023-12-26T17:03:27.160 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2023-12-26T17:03:28.226 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-12-26T17:03:28.250 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-12-26T17:03:29.954 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2023-12-26T17:03:30.511 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:03:31.298 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-12-26T17:03:31.859 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:03:34.289 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:03:34.702 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:03:35.601 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:03:36.000 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:03:38.126 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:03:38.423 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:03:39.677 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:03:39.977 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:00.284 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:00.308 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:00.685 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:00.685 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:04:00.685 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:04:01.493 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:01.493 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:04:01.493 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2023-12-26T17:04:01.493 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-26T17:04:01.493 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-26T17:04:01.494 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:04:01.494 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2023-12-26T17:04:01.637 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:01.850 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:04:01.851 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:04:01.851 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-26T17:04:01.851 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:04:01.851 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:04:01.851 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-26T17:04:01.851 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:04:01.851 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:02.061 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:04:02.061 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:04:02.062 DEBUG:teuthology.orchestra.run.smithi153:> sudo rpm -qi grub2-tools 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Name : grub2-tools 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Epoch : 1 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Version : 2.02 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Release : 129.el8 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: x86_64 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Group : System Environment/Base 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Size : 9265586 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:License : GPLv3+ 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-26T17:04:02.096 INFO:teuthology.orchestra.run.smithi153.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:Relocations : (not relocatable) 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:Packager : CentOS BuildSystem 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:Vendor : CentOS 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:Summary : Support tools for GRUB. 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:Description : 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout:hardware devices. 2023-12-26T17:04:02.097 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:04:02.098 INFO:teuthology.orchestra.run.smithi153.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:04:02.098 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:04:02.098 INFO:teuthology.task.kernel:Updating grub on smithi153 to boot 4.18.0-529.el8.x86_64 2023-12-26T17:04:02.099 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:04:03.718 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:03.743 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:03.937 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2023-12-26T17:04:04.196 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:04.197 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:04:04.197 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:04:05.047 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-26T17:04:05.194 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:05.422 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:04:05.423 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:04:05.423 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-26T17:04:05.423 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:04:05.423 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:04:05.423 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-26T17:04:05.423 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:04:05.423 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:05.646 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:04:05.646 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:04:05.646 DEBUG:teuthology.orchestra.run.smithi001:> sudo rpm -qi grub2-tools 2023-12-26T17:04:05.681 INFO:teuthology.orchestra.run.smithi001.stdout:Name : grub2-tools 2023-12-26T17:04:05.681 INFO:teuthology.orchestra.run.smithi001.stdout:Epoch : 1 2023-12-26T17:04:05.681 INFO:teuthology.orchestra.run.smithi001.stdout:Version : 2.02 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Release : 129.el8 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: x86_64 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Group : System Environment/Base 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Size : 9265586 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:License : GPLv3+ 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Relocations : (not relocatable) 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Packager : CentOS BuildSystem 2023-12-26T17:04:05.682 INFO:teuthology.orchestra.run.smithi001.stdout:Vendor : CentOS 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:Summary : Support tools for GRUB. 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:Description : 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:hardware devices. 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:04:05.683 INFO:teuthology.orchestra.run.smithi001.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:04:05.684 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:04:05.684 INFO:teuthology.task.kernel:Updating grub on smithi001 to boot 4.18.0-529.el8.x86_64 2023-12-26T17:04:05.684 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:04:06.241 INFO:teuthology.orchestra.run.smithi153.stderr:done 2023-12-26T17:04:06.244 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2023-12-26T17:04:06.271 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.0IAEEuSLiI 2023-12-26T17:04:06.271 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0IAEEuSLiI 2023-12-26T17:04:06.345 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.0IAEEuSLiI 2023-12-26T17:04:06.490 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.0IAEEuSLiI is 6KB 2023-12-26T17:04:06.539 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.0IAEEuSLiI 2023-12-26T17:04:06.556 DEBUG:teuthology.orchestra.run.smithi153:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:04:06.631 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-26T17:04:06.631 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-26T17:04:06.632 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-26T17:04:06.632 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-26T17:04:06.633 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-26T17:04:06.794 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2023-12-26T17:04:07.002 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2023-12-26T17:04:08.740 INFO:teuthology.orchestra.run.smithi001.stderr:done 2023-12-26T17:04:08.742 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2023-12-26T17:04:08.764 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.76B0LUYw4E 2023-12-26T17:04:08.765 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.76B0LUYw4E 2023-12-26T17:04:08.837 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.76B0LUYw4E 2023-12-26T17:04:08.974 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.76B0LUYw4E is 6KB 2023-12-26T17:04:09.023 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.76B0LUYw4E 2023-12-26T17:04:09.040 DEBUG:teuthology.orchestra.run.smithi001:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:04:09.175 INFO:teuthology.orchestra.run.smithi001.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-26T17:04:09.175 INFO:teuthology.orchestra.run.smithi001.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-26T17:04:09.175 INFO:teuthology.orchestra.run.smithi001.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-26T17:04:09.175 INFO:teuthology.orchestra.run.smithi001.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-26T17:04:09.176 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-26T17:04:09.297 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2023-12-26T17:04:36.822 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-26T17:04:36.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:04:36.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:04:39.301 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-26T17:04:39.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-26T17:04:39.302 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:04:55.314 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-26T17:04:57.621 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.1 2023-12-26T17:05:04.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:05:04.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:06.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-26T17:05:06.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:07.377 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-26T17:05:09.682 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.1 2023-12-26T17:05:19.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:05:19.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:21.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-26T17:05:21.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:37.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-26T17:05:52.829 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:05:52.830 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:53.156 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-12-26T17:05:53.391 DEBUG:teuthology.orchestra.run.smithi001:> true 2023-12-26T17:05:53.396 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:05:53.397 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-529.el8.x86_64"... 2023-12-26T17:05:53.397 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-12-26T17:05:53.457 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-529.el8.x86_64 2023-12-26T17:05:53.457 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-26T17:05:53.458 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:05:53.458 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-26T17:05:53.629 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-26T17:05:53.629 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-529.el8.x86_64"... 2023-12-26T17:05:53.630 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2023-12-26T17:05:53.648 INFO:teuthology.orchestra.run.smithi001.stdout:4.18.0-529.el8.x86_64 2023-12-26T17:05:53.648 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-26T17:05:53.648 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:05:53.648 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-26T17:05:54.459 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-26T17:05:54.459 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:05:54.621 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2023-12-26T17:05:54.649 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-26T17:05:54.649 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:05:54.663 DEBUG:teuthology.parallel:result is None 2023-12-26T17:05:54.727 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2023-12-26T17:05:54.742 DEBUG:teuthology.parallel:result is None 2023-12-26T17:05:54.742 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:05:54.749 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:05:54.749 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:05:54.751 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:05:55.153 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:05:55.163 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:05:55.170 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:05:55.170 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:05:55.172 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:05:55.359 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:05:55.367 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:05:55.368 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T17:05:55.371 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T17:05:55.410 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:05:55.421 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:05:56.033 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:05:56.122 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:05:56.122 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:05:56.129 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:05:56.130 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:05:56.132 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:05:56.175 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:05:56.184 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:05:56.184 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:05:56.206 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:05:56.236 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:05:56.313 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:05:56.369 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:05:56.459 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:05:56.501 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:05:56.501 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:05:56.570 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:05:56.617 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:05:56.731 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:05:56.776 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:05:56.816 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:05:56.816 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:05:56.882 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2023-12-26T17:05:56.885 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2023-12-26T17:05:56.944 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:05:56.996 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:05:57.421 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:05:57.429 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:05:57.429 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:05:57.455 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:05:57.464 DEBUG:teuthology.orchestra.run.smithi001:> sudo service auditd rotate 2023-12-26T17:05:57.578 INFO:teuthology.orchestra.run.smithi001.stdout:Rotating logs: 2023-12-26T17:05:57.579 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2023-12-26T17:05:57.644 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2023-12-26T17:05:57.646 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:05:57.646 DEBUG:teuthology.orchestra.run.smithi001:> /usr/sbin/getenforce 2023-12-26T17:05:57.698 INFO:teuthology.orchestra.run.smithi001.stdout:Permissive 2023-12-26T17:05:57.699 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2023-12-26T17:05:57.721 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2023-12-26T17:05:57.721 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi001.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi153.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:05:57.722 DEBUG:teuthology.orchestra.run.smithi001:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:05:57.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:05:57.753 DEBUG:teuthology.orchestra.run.smithi153:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:05:57.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:05:57.788 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:05:57.788 DEBUG:teuthology.orchestra.run.smithi001:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:05:57.835 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:05:57.862 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:05:57.874 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:05:57.893 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-26T17:05:57.894 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:13:36.761 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2023-12-26T17:13:36.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-26T17:13:36.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:13:36.835 DEBUG:teuthology.orchestra.run.smithi001:> true 2023-12-26T17:13:36.905 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-26T17:13:36.905 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:13:36.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:13:36.975 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-12-26T17:13:37.043 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-26T17:13:37.044 INFO:teuthology.run_tasks:Running task clock... 2023-12-26T17:13:37.056 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-26T17:13:37.056 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-26T17:13:37.057 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:13:37.060 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-26T17:13:37.060 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:13:37.094 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-26T17:13:37.109 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-26T17:13:37.115 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-26T17:13:37.129 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-26T17:13:37.181 INFO:teuthology.orchestra.run.smithi001.stderr:sudo: ntpd: command not found 2023-12-26T17:13:37.193 INFO:teuthology.orchestra.run.smithi001.stdout:506 Cannot talk to daemon 2023-12-26T17:13:37.200 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2023-12-26T17:13:37.207 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-26T17:13:37.211 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2023-12-26T17:13:37.220 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-26T17:13:37.225 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-26T17:13:37.239 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-26T17:13:37.288 INFO:teuthology.orchestra.run.smithi001.stderr:bash: ntpq: command not found 2023-12-26T17:13:37.292 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:13:37.292 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2023-12-26T17:13:37.292 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.292 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.292 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.292 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.304 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2023-12-26T17:13:37.307 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:13:37.307 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2023-12-26T17:13:37.307 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.307 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.307 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.307 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:13:37.308 INFO:teuthology.run_tasks:Running task pexec... 2023-12-26T17:13:37.318 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-26T17:13:37.318 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi001.front.sepia.ceph.com 2023-12-26T17:13:37.319 DEBUG:teuthology.orchestra.run.smithi001:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-26T17:13:37.319 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi153.front.sepia.ceph.com 2023-12-26T17:13:37.319 DEBUG:teuthology.orchestra.run.smithi153:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-26T17:13:38.226 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:47 ago on Tue 26 Dec 2023 05:11:51 PM UTC. 2023-12-26T17:13:38.245 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:01:38 ago on Tue 26 Dec 2023 05:12:00 PM UTC. 2023-12-26T17:13:40.391 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2023-12-26T17:13:40.392 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout:Resetting modules: 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-26T17:13:40.393 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:13:40.585 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout:Resetting modules: 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-26T17:13:40.586 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:13:40.638 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2023-12-26T17:13:40.855 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-26T17:13:41.561 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:50 ago on Tue 26 Dec 2023 05:11:51 PM UTC. 2023-12-26T17:13:41.814 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:01:41 ago on Tue 26 Dec 2023 05:12:00 PM UTC. 2023-12-26T17:13:43.701 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2023-12-26T17:13:43.704 INFO:teuthology.orchestra.run.smithi153.stdout:=========================================================================================== 2023-12-26T17:13:43.704 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout:=========================================================================================== 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrading: 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-26T17:13:43.705 INFO:teuthology.orchestra.run.smithi153.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout:Installing group/module packages: 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-26T17:13:43.706 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout:Installing weak dependencies: 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-26T17:13:43.707 INFO:teuthology.orchestra.run.smithi153.stdout:Installing module profiles: 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools/common 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout:Enabling module streams: 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools rhel8 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout:=========================================================================================== 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout:Install 13 Packages 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrade 9 Packages 2023-12-26T17:13:43.708 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:13:43.709 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 52 M 2023-12-26T17:13:43.709 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2023-12-26T17:13:44.078 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-26T17:13:44.081 INFO:teuthology.orchestra.run.smithi001.stdout:=========================================================================================== 2023-12-26T17:13:44.081 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repo Size 2023-12-26T17:13:44.081 INFO:teuthology.orchestra.run.smithi001.stdout:=========================================================================================== 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout:Upgrading: 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout:Installing group/module packages: 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-26T17:13:44.082 INFO:teuthology.orchestra.run.smithi001.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout:Installing weak dependencies: 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout:Installing module profiles: 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools/common 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling module streams: 2023-12-26T17:13:44.083 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools rhel8 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:=========================================================================================== 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:Install 13 Packages 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:Upgrade 9 Packages 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 52 M 2023-12-26T17:13:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-12-26T17:13:44.396 INFO:teuthology.orchestra.run.smithi153.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-12-26T17:13:44.438 INFO:teuthology.orchestra.run.smithi153.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-26T17:13:44.521 INFO:teuthology.orchestra.run.smithi153.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 314 kB/s | 39 kB 00:00 2023-12-26T17:13:44.547 INFO:teuthology.orchestra.run.smithi153.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-26T17:13:44.655 INFO:teuthology.orchestra.run.smithi153.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-26T17:13:44.764 INFO:teuthology.orchestra.run.smithi153.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-12-26T17:13:44.775 INFO:teuthology.orchestra.run.smithi001.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-12-26T17:13:44.809 INFO:teuthology.orchestra.run.smithi001.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-26T17:13:44.864 INFO:teuthology.orchestra.run.smithi153.stdout:(7/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.6 MB/s | 9.6 MB 00:01 2023-12-26T17:13:44.876 INFO:teuthology.orchestra.run.smithi001.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 392 kB/s | 39 kB 00:00 2023-12-26T17:13:44.889 INFO:teuthology.orchestra.run.smithi153.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 749 kB/s | 94 kB 00:00 2023-12-26T17:13:44.918 INFO:teuthology.orchestra.run.smithi001.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-26T17:13:44.957 INFO:teuthology.orchestra.run.smithi153.stdout:(9/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.0 MB/s | 3.9 MB 00:00 2023-12-26T17:13:45.035 INFO:teuthology.orchestra.run.smithi001.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-26T17:13:45.048 INFO:teuthology.orchestra.run.smithi153.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 574 kB/s | 53 kB 00:00 2023-12-26T17:13:45.135 INFO:teuthology.orchestra.run.smithi001.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-12-26T17:13:45.165 INFO:teuthology.orchestra.run.smithi153.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.2 MB/s | 2.5 MB 00:00 2023-12-26T17:13:45.191 INFO:teuthology.orchestra.run.smithi153.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2023-12-26T17:13:45.252 INFO:teuthology.orchestra.run.smithi001.stdout:(7/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.5 MB/s | 9.6 MB 00:01 2023-12-26T17:13:45.277 INFO:teuthology.orchestra.run.smithi001.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 661 kB/s | 94 kB 00:00 2023-12-26T17:13:45.291 INFO:teuthology.orchestra.run.smithi153.stdout:(13/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-12-26T17:13:45.316 INFO:teuthology.orchestra.run.smithi153.stdout:(14/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 381 kB/s | 57 kB 00:00 2023-12-26T17:13:45.333 INFO:teuthology.orchestra.run.smithi153.stdout:(15/22): container-selinux-2.224.0-1.module_el8 492 kB/s | 70 kB 00:00 2023-12-26T17:13:45.344 INFO:teuthology.orchestra.run.smithi001.stdout:(9/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.4 MB/s | 3.9 MB 00:00 2023-12-26T17:13:45.434 INFO:teuthology.orchestra.run.smithi153.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.2 MB/s | 144 kB 00:00 2023-12-26T17:13:45.453 INFO:teuthology.orchestra.run.smithi001.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 486 kB/s | 53 kB 00:00 2023-12-26T17:13:45.467 INFO:teuthology.orchestra.run.smithi153.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 4.1 MB/s | 564 kB 00:00 2023-12-26T17:13:45.537 INFO:teuthology.orchestra.run.smithi001.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.8 MB/s | 2.5 MB 00:00 2023-12-26T17:13:45.542 INFO:teuthology.orchestra.run.smithi153.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 645 kB/s | 70 kB 00:00 2023-12-26T17:13:45.568 INFO:teuthology.orchestra.run.smithi153.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 703 kB/s | 70 kB 00:00 2023-12-26T17:13:45.591 INFO:teuthology.orchestra.run.smithi001.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 297 kB/s | 41 kB 00:00 2023-12-26T17:13:45.668 INFO:teuthology.orchestra.run.smithi153.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 559 kB/s | 56 kB 00:00 2023-12-26T17:13:45.696 INFO:teuthology.orchestra.run.smithi001.stdout:(13/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-12-26T17:13:45.721 INFO:teuthology.orchestra.run.smithi001.stdout:(14/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 313 kB/s | 57 kB 00:00 2023-12-26T17:13:45.746 INFO:teuthology.orchestra.run.smithi001.stdout:(15/22): container-selinux-2.224.0-1.module_el8 451 kB/s | 70 kB 00:00 2023-12-26T17:13:45.822 INFO:teuthology.orchestra.run.smithi001.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.4 MB/s | 144 kB 00:00 2023-12-26T17:13:45.863 INFO:teuthology.orchestra.run.smithi001.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 4.7 MB/s | 564 kB 00:00 2023-12-26T17:13:45.877 INFO:teuthology.orchestra.run.smithi153.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 9.2 MB/s | 3.1 MB 00:00 2023-12-26T17:13:45.922 INFO:teuthology.orchestra.run.smithi001.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 698 kB/s | 70 kB 00:00 2023-12-26T17:13:45.964 INFO:teuthology.orchestra.run.smithi001.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 702 kB/s | 70 kB 00:00 2023-12-26T17:13:46.056 INFO:teuthology.orchestra.run.smithi001.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 610 kB/s | 56 kB 00:00 2023-12-26T17:13:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 11 MB/s | 3.1 MB 00:00 2023-12-26T17:13:46.302 INFO:teuthology.orchestra.run.smithi153.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 21 MB/s | 21 MB 00:01 2023-12-26T17:13:46.302 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:13:46.302 INFO:teuthology.orchestra.run.smithi153.stdout:Total 20 MB/s | 52 MB 00:02 2023-12-26T17:13:46.640 INFO:teuthology.orchestra.run.smithi001.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 23 MB/s | 21 MB 00:00 2023-12-26T17:13:46.640 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:13:46.641 INFO:teuthology.orchestra.run.smithi001.stdout:Total 20 MB/s | 52 MB 00:02 2023-12-26T17:13:46.792 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2023-12-26T17:13:46.838 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2023-12-26T17:13:46.838 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2023-12-26T17:13:47.153 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-12-26T17:13:47.203 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-12-26T17:13:47.203 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-12-26T17:13:47.307 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2023-12-26T17:13:47.310 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2023-12-26T17:13:47.687 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-12-26T17:13:47.690 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-12-26T17:13:48.626 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2023-12-26T17:13:48.696 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-26T17:13:48.906 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-26T17:13:48.931 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-26T17:13:48.987 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-12-26T17:13:49.065 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-26T17:13:49.144 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-26T17:13:49.283 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-26T17:13:49.304 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-26T17:13:49.519 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-26T17:14:06.894 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-26T17:14:07.132 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-26T17:14:07.268 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-26T17:14:07.455 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-26T17:14:07.676 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-26T17:14:07.832 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-26T17:14:08.173 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-26T17:14:08.423 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-26T17:14:08.589 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-26T17:14:08.807 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-26T17:14:09.021 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-26T17:14:09.209 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-26T17:14:09.600 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-26T17:14:09.798 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-26T17:14:09.976 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-26T17:14:10.166 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-26T17:14:10.406 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-26T17:14:10.573 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-26T17:14:10.850 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-26T17:14:11.096 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-26T17:14:11.422 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-26T17:14:11.433 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-26T17:14:11.663 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-26T17:14:11.860 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-26T17:14:12.139 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-26T17:14:12.309 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-26T17:14:12.393 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-26T17:14:12.598 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-26T17:14:12.693 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-26T17:14:13.187 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-26T17:14:13.605 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-26T17:14:13.959 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-26T17:14:14.185 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-26T17:14:14.238 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-26T17:14:14.348 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-26T17:14:14.540 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-26T17:14:14.594 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-26T17:14:14.758 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-26T17:14:14.969 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-26T17:14:15.125 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-26T17:14:15.274 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-26T17:14:15.274 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-26T17:14:15.466 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-26T17:14:15.495 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-26T17:14:15.694 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-26T17:14:15.857 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-26T17:14:15.925 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-26T17:14:16.040 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-26T17:14:16.154 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-26T17:14:16.223 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-26T17:14:16.415 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-26T17:14:16.457 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-26T17:14:16.683 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-26T17:14:16.868 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-26T17:14:17.055 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-26T17:14:17.234 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-26T17:14:17.425 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-26T17:14:17.425 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-26T17:14:17.618 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-26T17:14:17.805 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-26T17:14:17.976 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-26T17:14:18.157 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-26T17:14:18.341 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-26T17:14:18.541 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-26T17:14:35.754 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-26T17:14:36.224 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-26T17:14:36.224 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-26T17:14:36.225 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-26T17:14:36.226 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-26T17:14:36.227 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-26T17:14:37.250 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-26T17:14:37.250 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:14:37.250 INFO:teuthology.orchestra.run.smithi153.stdout:Upgraded: 2023-12-26T17:14:37.250 INFO:teuthology.orchestra.run.smithi153.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.251 INFO:teuthology.orchestra.run.smithi153.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:14:37.252 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2023-12-26T17:14:37.550 DEBUG:teuthology.parallel:result is None 2023-12-26T17:14:38.700 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-26T17:14:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-26T17:14:39.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-26T17:14:39.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-26T17:14:40.208 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout:Upgraded: 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.209 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:14:40.210 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-26T17:14:40.576 DEBUG:teuthology.parallel:result is None 2023-12-26T17:14:40.577 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-26T17:14:40.654 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': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-26T17:14:40.654 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2023-12-26T17:14:40.655 INFO:tasks.cephadm:Cluster fsid is 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:14:40.655 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-26T17:14:40.655 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.1', 'mon.c': '[v2:172.21.15.1:3301,v1:172.21.15.1:6790]', 'mon.b': '172.21.15.153'} 2023-12-26T17:14:40.655 INFO:tasks.cephadm:First mon is mon.a on smithi001 2023-12-26T17:14:40.655 INFO:tasks.cephadm:First mgr is y 2023-12-26T17:14:40.655 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-26T17:14:40.656 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2023-12-26T17:14:40.684 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2023-12-26T17:14:40.718 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2023-12-26T17:14:40.719 DEBUG:teuthology.orchestra.run.smithi001:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-26T17:14:40.993 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 26 17:14 /home/ubuntu/cephtest/cephadm 2023-12-26T17:14:40.993 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-26T17:14:41.255 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 26 17:14 /home/ubuntu/cephtest/cephadm 2023-12-26T17:14:41.256 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-26T17:14:41.276 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-26T17:14:41.313 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2023-12-26T17:14:41.346 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2023-12-26T17:14:41.379 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2023-12-26T17:14:41.416 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2023-12-26T17:14:41.449 INFO:tasks.cephadm:Writing seed config... 2023-12-26T17:14:41.450 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-12-26T17:14:41.450 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-26T17:14:41.450 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-26T17:14:41.450 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-26T17:14:41.450 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-26T17:14:41.451 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-26T17:14:41.451 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-26T17:14:41.451 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-26T17:14:41.451 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:14:41.451 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-26T17:14:41.474 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 = 414638a8-a412-11ee-95a5-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-26T17:14:41.475 DEBUG:teuthology.orchestra.run.smithi001:mon.a> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service 2023-12-26T17:14:41.517 DEBUG:teuthology.orchestra.run.smithi001:mgr.y> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service 2023-12-26T17:14:41.544 INFO:journalctl@ceph.mon.a.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:14:41.545 INFO:tasks.cephadm:Bootstrapping... 2023-12-26T17:14:41.545 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 414638a8-a412-11ee-95a5-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.1 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:14:41.571 INFO:journalctl@ceph.mgr.y.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:14:41.693 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Verifying podman|docker is present... 2023-12-26T17:14:41.693 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Verifying lvm2 is present... 2023-12-26T17:14:41.693 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Verifying time synchronization is in place... 2023-12-26T17:14:41.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-26T17:14:41.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-26T17:14:41.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-26T17:14:41.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-26T17:14:41.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-26T17:14:41.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-26T17:14:41.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-26T17:14:41.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-26T17:14:41.717 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-26T17:14:41.717 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Repeating the final host check... 2023-12-26T17:14:41.717 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2023-12-26T17:14:41.718 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:systemctl is present 2023-12-26T17:14:41.718 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:lvcreate is present 2023-12-26T17:14:41.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-26T17:14:41.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-26T17:14:41.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-26T17:14:41.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-26T17:14:41.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-26T17:14:41.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-26T17:14:41.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-26T17:14:41.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-26T17:14:41.735 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-26T17:14:41.735 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Host looks OK 2023-12-26T17:14:41.735 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:root:Cluster fsid: 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:14:41.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Acquiring lock 139630868561144 on /run/cephadm/414638a8-a412-11ee-95a5-87774f69a715.lock 2023-12-26T17:14:41.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Lock 139630868561144 acquired on /run/cephadm/414638a8-a412-11ee-95a5-87774f69a715.lock 2023-12-26T17:14:41.736 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Verifying IP 172.21.15.1 port 3300 ... 2023-12-26T17:14:41.736 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Verifying IP 172.21.15.1 port 6789 ... 2023-12-26T17:14:41.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.1, final addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2023-12-26T17:14:41.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2023-12-26T17:14:41.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.1 metric 100 2023-12-26T17:14:41.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2023-12-26T17:14:41.737 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Mon IP 172.21.15.1 is in CIDR network 172.21.0.0/20 2023-12-26T17:14:41.738 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2023-12-26T17:14:41.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2023-12-26T17:14:43.445 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2023-12-26T17:14:50.226 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2023-12-26T17:14:50.235 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2023-12-26T17:14:50.235 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2023-12-26T17:15:00.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-26T17:15:00.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2023-12-26T17:15:01.313 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-26T17:15:01.320 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2023-12-26T17:15:01.320 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2023-12-26T17:15:01.321 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2023-12-26T17:15:01.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:stat:stdout 167 167 2023-12-26T17:15:01.997 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Creating initial keys... 2023-12-26T17:15:01.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-26T17:15:01.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-26T17:15:02.245 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAWCotlBLP+DRAA849XNC1+RtxlX4KdO+J12g== 2023-12-26T17:15:02.576 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-26T17:15:02.577 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-26T17:15:02.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAWCotlDf48MBAAbSBy4yPOrqPdtaKEtm5Zwg== 2023-12-26T17:15:03.174 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-26T17:15:03.174 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-26T17:15:03.428 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAXCotlRO7lGBAAKNfd0cWAEa7LlQB1rDs8+w== 2023-12-26T17:15:03.773 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Creating initial monmap... 2023-12-26T17:15:03.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/tmp/ceph-tmphf9x2cqt:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '414638a8-a412-11ee-95a5-87774f69a715', '--addv', 'a', '[v2:172.21.15.1:3300,v1:172.21.15.1:6789]', '/tmp/monmap'] 2023-12-26T17:15:03.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /tmp/ceph-tmphf9x2cqt:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 414638a8-a412-11ee-95a5-87774f69a715 --addv a [v2:172.21.15.1:3300,v1:172.21.15.1:6789] /tmp/monmap 2023-12-26T17:15:04.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-26T17:15:04.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:04.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-26T17:15:04.386 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Creating mon... 2023-12-26T17:15:04.386 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmps0899y4q:/tmp/keyring:z', '-v', '/tmp/ceph-tmphf9x2cqt:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '414638a8-a412-11ee-95a5-87774f69a715', '-c', '/dev/null', '--monmap', '/tmp/monmap', '--keyring', '/tmp/keyring', '--setuser', 'ceph', '--setgroup', 'ceph', '--default-log-to-file=false', '--default-log-to-stderr=true', '--default-log-stderr-prefix="debug "', '--default-mon-cluster-log-to-file=false', '--default-mon-cluster-log-to-stderr=true'] 2023-12-26T17:15:04.386 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmps0899y4q:/tmp/keyring:z -v /tmp/ceph-tmphf9x2cqt:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 414638a8-a412-11ee-95a5-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix="debug " --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-12-26T17:15:04.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 1 imported monmap: 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2023-12-26T17:15:04.014250+0000 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2023-12-26T17:15:04.014250+0000 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 /usr/bin/ceph-mon: set fsid to 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set rocksdb option compression = kNoCompression 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-26T17:15:04.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set rocksdb option compression = kNoCompression 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.668+0000 7fa9695536c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Compile date Mar 23 2020 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: DB SUMMARY 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:15:04.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.create_if_missing: 1 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.env: 0x55ef085461a0 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.info_log: 0x55ef0957fa80 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:15:04.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.db_log_dir: 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:15:04.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.write_buffer_manager: 0x55ef0a11e120 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:15:04.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.row_cache: None 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.wal_filter: None 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:15:04.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Compression algorithms supported: 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kZSTD supported: 0 2023-12-26T17:15:04.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.merge_operator: 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.669+0000 7fa9695536c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ef094a4130) 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2023-12-26T17:15:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x55ef094de510 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2023-12-26T17:15:04.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:15:04.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.num_levels: 7 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:15:04.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:15:04.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:15:04.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:15:04.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: Options.ttl: 0 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.670+0000 7fa9695536c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.671+0000 7fa9695536c0 4 rocksdb: DB pointer 0x55ef09579200 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.671+0000 7fa952714700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.671+0000 7fa952714700 4 rocksdb: [db/db_impl.cc:778] 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T17:15:04.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:04.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:15:04.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.673+0000 7fa9695536c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.673+0000 7fa9695536c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-12-26T17:15:04.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-26T17:15:04.673+0000 7fa9695536c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-26T17:15:05.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:05.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2023-12-26T17:15:05.136 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2023-12-26T17:15:05.142 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-26T17:15:05.224 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2023-12-26T17:15:05.230 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-414638a8-a412-11ee-95a5-87774f69a715.target 2023-12-26T17:15:05.236 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-414638a8-a412-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-414638a8-a412-11ee-95a5-87774f69a715.target. 2023-12-26T17:15:05.237 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-414638a8-a412-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-414638a8-a412-11ee-95a5-87774f69a715.target. 2023-12-26T17:15:05.317 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl start ceph-414638a8-a412-11ee-95a5-87774f69a715.target 2023-12-26T17:15:05.329 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-26T17:15:05.419 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a 2023-12-26T17:15:05.443 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a 2023-12-26T17:15:05.448 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service: Unit ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service not loaded. 2023-12-26T17:15:05.448 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a 2023-12-26T17:15:05.454 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-414638a8-a412-11ee-95a5-87774f69a715.target.wants/ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service → /etc/systemd/system/ceph-414638a8-a412-11ee-95a5-87774f69a715@.service. 2023-12-26T17:15:05.539 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl start ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a 2023-12-26T17:15:05.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:05 smithi001 systemd[1]: Starting Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:15:05.587 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-26T17:15:05.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-26T17:15:05.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-26T17:15:05.602 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-26T17:15:05.602 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-26T17:15:05.603 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for mon to start... 2023-12-26T17:15:05.603 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for mon... 2023-12-26T17:15:05.603 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2023-12-26T17:15:05.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:05 smithi001 podman[107759]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-26T17:15:05.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:05 smithi001 systemd[1]: Started Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.204772s) 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2023-12-26T17:15:06.173 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2023-12-26T17:15:06.174 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2023-12-26T17:15:06.174 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2023-12-26T17:15:06.174 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2023-12-26T17:15:06.174 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:06.200 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:05 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.964553+0000 mon.a (mon.0) 0 : [INF] mkfs 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:06.200 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:05 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.950298+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-26T17:15:06.579 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2023-12-26T17:15:06.579 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'assimilate-conf', '-i', '/var/lib/ceph/mon/ceph-a/config'] 2023-12-26T17:15:06.579 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z -v /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2023-12-26T17:15:07.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:07.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2023-12-26T17:15:07.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:07.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2023-12-26T17:15:07.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2023-12-26T17:15:07.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2023-12-26T17:15:07.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2023-12-26T17:15:07.281 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:06 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.964086+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-26T17:15:07.282 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:06 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.964236+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} 2023-12-26T17:15:07.282 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:06 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.965619+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-26T17:15:07.282 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:06 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.967295+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-26T17:15:07.282 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:06 smithi001 bash[107775]: cluster 2023-12-26T17:15:05.967636+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-26T17:15:07.282 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:06 smithi001 bash[107775]: audit 2023-12-26T17:15:06.168830+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.1:0/2969492454' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-26T17:15:07.362 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2023-12-26T17:15:07.363 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'generate-minimal-conf', '-o', '/var/lib/ceph/mon/ceph-a/config'] 2023-12-26T17:15:07.363 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z -v /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2023-12-26T17:15:08.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:07 smithi001 bash[107775]: audit 2023-12-26T17:15:07.022183+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.1:0/931543869' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T17:15:08.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:07 smithi001 bash[107775]: audit 2023-12-26T17:15:07.024457+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.1:0/931543869' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-26T17:15:08.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:07 smithi001 bash[107775]: audit 2023-12-26T17:15:07.772565+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.1:0/2530641209' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:15:08.113 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Restarting the monitor... 2023-12-26T17:15:08.113 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a 2023-12-26T17:15:08.538 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 systemd[1]: Stopping Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:15:08.538 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 bash[107775]: debug 2023-12-26T17:15:08.296+0000 7f3991f10700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:15:08.538 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 bash[107775]: debug 2023-12-26T17:15:08.296+0000 7f3991f10700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-26T17:15:08.789 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 podman[108104]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.a 2023-12-26T17:15:08.790 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-26T17:15:08.790 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 systemd[1]: Stopped Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:15:08.790 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 systemd[1]: Starting Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:15:08.811 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Setting mon public_network... 2023-12-26T17:15:08.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'set', 'mon', 'public_network', '172.21.0.0/20'] 2023-12-26T17:15:08.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config set mon public_network 172.21.0.0/20 2023-12-26T17:15:09.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 podman[108146]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-26T17:15:09.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:08 smithi001 systemd[1]: Started Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:15:09.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.041+0000 7f16117816c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:15:09.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.041+0000 7f16117816c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.041+0000 7f16117816c0 0 pidfile_write: ignore empty --pid-file 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 load: jerasure load: lrc load: isa 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 set rocksdb option compression = kNoCompression 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 set rocksdb option compression = kNoCompression 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.045+0000 7f16117816c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 1 rocksdb: do_open column families: [default] 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Compile date Mar 23 2020 2023-12-26T17:15:09.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: DB SUMMARY 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: CURRENT file: CURRENT 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64575 ; 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.create_if_missing: 0 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.env: 0x564a4141b1a0 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.info_log: 0x564a425ca9a0 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:15:09.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.db_log_dir: 2023-12-26T17:15:09.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.write_buffer_manager: 0x564a43162ae0 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:15:09.330 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.row_cache: None 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.wal_filter: None 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:15:09.331 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:15:09.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Compression algorithms supported: 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kZSTD supported: 0 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.merge_operator: 2023-12-26T17:15:09.333 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564a424e6138) 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: cache_index_and_filter_blocks: 1 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: cache_index_and_filter_blocks_with_high_priority: 1 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: pin_top_level_index_and_filter: 1 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: index_type: 0 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: data_block_index_type: 0 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: hash_index_allow_collision: 1 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: checksum: 1 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: no_block_cache: 0 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_cache: 0x564a42520610 2023-12-26T17:15:09.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_cache_name: BinnedLRUCache 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_cache_options: 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: capacity : 536870912 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: num_shard_bits : 4 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: strict_capacity_limit : 0 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: high_pri_pool_ratio: 0.000 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_cache_compressed: (nil) 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: persistent_cache: (nil) 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_size: 4096 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_size_deviation: 10 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_restart_interval: 16 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: index_block_restart_interval: 1 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: metadata_block_size: 4096 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: partition_filters: 0 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: use_delta_encoding: 1 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:15:09.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: whole_key_filtering: 1 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: verify_compression: 0 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: read_amp_bytes_per_bit: 0 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: format_version: 2 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: enable_index_compression: 1 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: block_align: 0 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.num_levels: 7 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:15:09.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:15:09.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:15:09.338 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:15:09.339 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:15:09.340 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.046+0000 7f16117816c0 4 rocksdb: Options.ttl: 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.047+0000 7f16117816c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.047+0000 7f16117816c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.047+0000 7f16117816c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703610909048385, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.047+0000 7f16117816c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.048+0000 7f16117816c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703610909049559, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61817, "table_properties": {"data_size": 60139, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55213, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.048+0000 7f16117816c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2023-12-26T17:15:09.341 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.049+0000 7f16117816c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703610909050036, "job": 1, "event": "recovery_finished"} 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.050+0000 7f16117816c0 4 rocksdb: DB pointer 0x564a425bb200 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.050+0000 7f15f88ce700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.050+0000 7f15f88ce700 4 rocksdb: [db/db_impl.cc:778] 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** DB Stats ** 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** Compaction Stats [default] ** 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:09.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: L0 2/0 61.99 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Sum 2/0 61.99 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** Compaction Stats [default] ** 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Cumulative compaction: 0.00 GB write, 14.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:09.343 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Interval compaction: 0.00 GB write, 14.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** Compaction Stats [default] ** 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: L0 2/0 61.99 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Sum 2/0 61.99 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** Compaction Stats [default] ** 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:15:09.344 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Cumulative compaction: 0.00 GB write, 14.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.051+0000 7f16117816c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 1 mon.a@-1(???) e1 preinit fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 0 mon.a@-1(???).mds e1 new map 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 0 mon.a@-1(???).mds e1 print_map 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: e1 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-26T17:15:09.345 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: legacy client fscid: -1 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: No filesystems configured 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: audit 2023-12-26T17:15:07.022183+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.1:0/931543869' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: audit 2023-12-26T17:15:07.024457+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.1:0/931543869' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: audit 2023-12-26T17:15:07.772565+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.1:0/2530641209' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.053+0000 7f16117816c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expand map: {default=false} 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta from 'false' to 'false' 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expanded map: {default=false} 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expand map: {default=info} 2023-12-26T17:15:09.346 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta from 'info' to 'info' 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expanded map: {default=info} 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expand map: {default=daemon} 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expanded map: {default=daemon} 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expand map: {default=debug} 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta from 'debug' to 'debug' 2023-12-26T17:15:09.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:09 smithi001 bash[108165]: debug 2023-12-26T17:15:09.055+0000 7f16117816c0 20 expand_channel_meta expanded map: {default=debug} 2023-12-26T17:15:09.678 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Creating mgr... 2023-12-26T17:15:09.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-26T17:15:09.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y 2023-12-26T17:15:09.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y 2023-12-26T17:15:09.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service: Unit ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service not loaded. 2023-12-26T17:15:09.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y 2023-12-26T17:15:09.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-414638a8-a412-11ee-95a5-87774f69a715.target.wants/ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-414638a8-a412-11ee-95a5-87774f69a715@.service. 2023-12-26T17:15:09.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl start ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y 2023-12-26T17:15:09.925 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:09 smithi001 systemd[1]: Starting Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:15:09.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-26T17:15:09.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-26T17:15:09.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for mgr to start... 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for mgr... 2023-12-26T17:15:09.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-26T17:15:09.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-26T17:15:10.325 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:09 smithi001 podman[108384]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-26T17:15:10.325 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:09 smithi001 systemd[1]: Started Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:15:10.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: cluster 2023-12-26T17:15:09.071459+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-26T17:15:10.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: cluster 2023-12-26T17:15:09.071532+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} 2023-12-26T17:15:10.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: cluster 2023-12-26T17:15:09.071591+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-26T17:15:10.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: cluster 2023-12-26T17:15:09.071632+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-26T17:15:10.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: cluster 2023-12-26T17:15:09.072058+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-26T17:15:10.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: audit 2023-12-26T17:15:09.296240+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.1:0/3909973346' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2023-12-26T17:15:10.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:10 smithi001 bash[108165]: audit 2023-12-26T17:15:09.298107+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.1:0/3909973346' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2023-12-26T17:15:10.458 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:10.458 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:10.458 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "414638a8-a412-11ee-95a5-87774f69a715", 2023-12-26T17:15:10.458 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-26T17:15:10.459 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-26T17:15:10.460 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-26T17:15:10.463 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-26T17:15:10.463 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-26T17:15:10.464 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-26T17:15:10.465 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-26T17:15:05.964902+0000", 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-26T17:15:10.466 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:10.764 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2023-12-26T17:15:11.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:11 smithi001 bash[108165]: audit 2023-12-26T17:15:10.452273+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.1:0/3986268003' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:15:11.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-26T17:15:11.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-26T17:15:12.184 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:12.184 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:12.184 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "414638a8-a412-11ee-95a5-87774f69a715", 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-26T17:15:12.185 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-26T17:15:12.186 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-26T17:15:12.187 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-26T17:15:05.964902+0000", 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-26T17:15:12.188 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:12.464 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:12 smithi001 bash[108165]: audit 2023-12-26T17:15:12.176978+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.1:0/173208587' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:15:12.553 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2023-12-26T17:15:13.555 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-26T17:15:13.555 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "414638a8-a412-11ee-95a5-87774f69a715", 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-26T17:15:13.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-26T17:15:13.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-26T17:15:13.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:13.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-26T17:15:05.964902+0000", 2023-12-26T17:15:13.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:13.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:13.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-26T17:15:13.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:14.302 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2023-12-26T17:15:14.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:14 smithi001 bash[108165]: audit 2023-12-26T17:15:13.960930+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.1:0/868198388' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:15:15.304 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-26T17:15:15.304 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: cluster 2023-12-26T17:15:14.040742+0000 mon.a (mon.0) 11 : cluster [INF] Activating manager daemon y 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: cluster 2023-12-26T17:15:14.043223+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00258969s) 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.043815+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.043915+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.044085+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.044541+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.044765+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: cluster 2023-12-26T17:15:14.046654+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-26T17:15:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.058728+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.488491+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: cluster 2023-12-26T17:15:14.488537+0000 mon.a (mon.0) 21 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.489350+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.493967+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"c5e75bcc-79c6-41f3-8a19-3510e917d36f"}]: dispatch 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.495581+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"c5e75bcc-79c6-41f3-8a19-3510e917d36f"}]': finished 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.495920+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"dd6a78a6-a5df-42dd-94b4-a284e1728ccb"}]: dispatch 2023-12-26T17:15:15.327 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:15 smithi001 bash[108165]: audit 2023-12-26T17:15:14.497219+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"dd6a78a6-a5df-42dd-94b4-a284e1728ccb"}]': finished 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "414638a8-a412-11ee-95a5-87774f69a715", 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-26T17:15:16.595 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2023-12-26T17:15:16.596 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-26T17:15:16.597 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-26T17:15:16.597 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-26T17:15:16.597 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-26T17:15:16.597 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-26T17:15:16.597 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-26T17:15:16.600 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-26T17:15:16.601 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-26T17:15:05.964902+0000", 2023-12-26T17:15:16.602 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-26T17:15:16.602 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:16.602 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-26T17:15:16.602 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:16.760 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:16 smithi001 bash[108165]: cluster 2023-12-26T17:15:15.045855+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00522s) 2023-12-26T17:15:16.760 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:16 smithi001 bash[108165]: audit 2023-12-26T17:15:15.489494+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.1:0/2632032115' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:15:16.760 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:16 smithi001 bash[108165]: cluster 2023-12-26T17:15:15.489534+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-26T17:15:16.761 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:16 smithi001 bash[108165]: audit 2023-12-26T17:15:15.491435+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-26T17:15:16.961 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Enabling cephadm module... 2023-12-26T17:15:16.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2023-12-26T17:15:16.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2023-12-26T17:15:17.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:17 smithi001 bash[108165]: audit 2023-12-26T17:15:16.378008+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-26T17:15:17.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:17 smithi001 bash[108165]: cluster 2023-12-26T17:15:16.490648+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-26T17:15:17.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:17 smithi001 bash[108165]: audit 2023-12-26T17:15:16.590019+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.1:0/3415012475' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:15:18.663 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:18 smithi001 bash[108165]: audit 2023-12-26T17:15:17.470433+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.1:0/375141458' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-26T17:15:18.664 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:18 smithi001 bash[108401]: ignoring --setuser ceph since I am not root 2023-12-26T17:15:18.664 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:18 smithi001 bash[108401]: ignoring --setgroup ceph since I am not root 2023-12-26T17:15:18.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-26T17:15:18.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-26T17:15:19.629 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.629 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2023-12-26T17:15:19.629 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2023-12-26T17:15:19.629 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:6800", 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 887578652 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:6801", 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 887578652 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.1:6801/887578652", 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-26T17:15:14.040621+0000", 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.631 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.632 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.633 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.634 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.635 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.636 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.637 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.638 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-26T17:15:19.639 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.640 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.641 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-26T17:15:19.643 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.644 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-26T17:15:19.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.649 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.649 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.649 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.649 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-26T17:15:19.649 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-26T17:15:19.649 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:19.650 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.651 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-26T17:15:19.652 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-26T17:15:19.653 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.654 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.655 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.656 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.657 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.658 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.659 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.660 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-26T17:15:19.661 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-26T17:15:19.662 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.663 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.664 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-26T17:15:19.665 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.666 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.667 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.668 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.669 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-26T17:15:19.670 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:19.671 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.672 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.673 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.674 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.675 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.676 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.677 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.678 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.679 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.680 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.681 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.682 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.683 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.684 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.685 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.687 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-26T17:15:19.688 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.689 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-26T17:15:19.690 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.691 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.692 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.693 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.694 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.695 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.696 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.697 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.698 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.699 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.700 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.701 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-26T17:15:19.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-26T17:15:19.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-26T17:15:19.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-26T17:15:19.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-26T17:15:19.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-26T17:15:19.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-26T17:15:19.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.727 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-26T17:15:19.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-26T17:15:19.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-26T17:15:19.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-26T17:15:19.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:19.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-26T17:15:19.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-26T17:15:19.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-26T17:15:19.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-26T17:15:19.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-26T17:15:19.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-26T17:15:19.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-26T17:15:19.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-26T17:15:19.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-26T17:15:19.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-26T17:15:19.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-26T17:15:19.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-26T17:15:19.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-26T17:15:19.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:19.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:19.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-26T17:15:19.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:0", 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1495680724 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:0", 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2897615428 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:0", 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1610019406 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:19.933 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:19 smithi001 bash[108165]: audit 2023-12-26T17:15:18.384378+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.1:0/375141458' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-26T17:15:19.934 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:19 smithi001 bash[108165]: cluster 2023-12-26T17:15:18.384431+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2023-12-26T17:15:19.934 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:19 smithi001 bash[108165]: audit 2023-12-26T17:15:19.263736+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.1:0/2109204181' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-26T17:15:19.934 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-26T17:15:19.934 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2023-12-26T17:15:19.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-26T17:15:19.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-26T17:15:23.297 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:23.297 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2023-12-26T17:15:23.297 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-26T17:15:23.298 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:23.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: cluster 2023-12-26T17:15:22.232649+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:15:23.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: cluster 2023-12-26T17:15:22.233072+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2023-12-26T17:15:23.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: cluster 2023-12-26T17:15:22.234564+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-26T17:15:23.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: cluster 2023-12-26T17:15:22.285338+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.052349s) 2023-12-26T17:15:23.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.286459+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:15:23.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.287256+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.287460+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.287659+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.287950+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.288454+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.288658+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: cluster 2023-12-26T17:15:22.302011+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:22.323290+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-26T17:15:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:23 smithi001 bash[108165]: audit 2023-12-26T17:15:23.206220+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-26T17:15:23.645 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2023-12-26T17:15:23.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2023-12-26T17:15:23.645 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2023-12-26T17:15:24.459 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:24 smithi001 bash[108165]: cluster 2023-12-26T17:15:23.287409+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.05442s) 2023-12-26T17:15:24.459 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:24 smithi001 bash[108165]: audit 2023-12-26T17:15:24.129569+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2023-12-26T17:15:24.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:24 smithi001 bash[108165]: audit 2023-12-26T17:15:24.131793+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2023-12-26T17:15:25.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:25 smithi001 bash[108165]: audit 2023-12-26T17:15:24.128330+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:15:25.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:25 smithi001 bash[108165]: cluster 2023-12-26T17:15:25.133401+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-26T17:15:25.630 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Generating ssh key... 2023-12-26T17:15:25.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2023-12-26T17:15:25.630 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2023-12-26T17:15:27.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108165]: audit 2023-12-26T17:15:27.055659+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:15:27.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108165]: cephadm 2023-12-26T17:15:27.055882+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2023-12-26T17:15:27.825 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: Generating public/private rsa key pair. 2023-12-26T17:15:27.825 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: Your identification has been saved in /tmp/tmpm_d198v9/key. 2023-12-26T17:15:27.825 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: Your public key has been saved in /tmp/tmpm_d198v9/key.pub. 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: The key fingerprint is: 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: SHA256:bH4CoaxLcjcfelT4JBMIZRj8deQw2nmMll1fF5Ix0WA ceph-414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: The key's randomart image is: 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: +---[RSA 3072]----+ 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | .o=o.o.. . EB.o| 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | o..ooX.. ..ooo | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | ...B+= . | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | ..o++o | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | o .*S | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | . .+. | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: |. + o.. o . | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | + o +.. o | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: | . ... | 2023-12-26T17:15:27.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:27 smithi001 bash[108401]: +----[SHA256]-----+ 2023-12-26T17:15:28.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:28 smithi001 bash[108165]: audit 2023-12-26T17:15:27.586567+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAvbXuD75az7F6oMOUCjVG0al9Iy1GgGayAMZk8+2WN1DOVEZHuWQb\nmFoxRrQfKwhy9XjSdz92rHe6l64M7DZ9sQl7eOPPa9KYbZ09MwXSY1+fb04elUB3DEQEni\n7LoTufAXXhBV28fsTR0mWAZCkEJUa0Wndhyq8kUewOR7ccMmkzjYCZAuS0h/b/IQ9De/9C\nBSikWYIZO/FnTE38jaQLte1J/mQgn+Pfx9E6thz7jF1x9dmnfLfLpI+TUSuM8J9inK/SzN\nJc0nhAKJMz7N+ZaqdQeDxJOXXE45aGPESD5+Rl0lU1ca7Lxt6GcG4PZMVrX5VDQ7zs4fRd\nefpHvUXRJqRetm+hEySy86hB2DflcPy2f1yrFa0UDd/CqPHJEmwpJY/inXQMeqDsfF0dQW\nyabMCpOgNdGa0CIf7huqalOJ14OmY/cGdEFu6oLQ+AXVBmjUWMXjNCRSe1qv9wHiKsQ2hY\n1gkk28K64TrMu+lUVfLxXgliKZ51pPfreamiPZXVAAAFoPjGX2j4xl9oAAAAB3NzaC1yc2\nEAAAGBAL217g++Ws+xeqDDlAo1RtGpfSMtRoBmsgDGZPPtljdQzlRGR7lkG5haMUa0HysI\ncvV40nc/dqx3upeuDOw2fbEJe3jjz2vSmG2dPTMF0mNfn29OHpVAdwxEBJ4uy6E7nwF14Q\nVdvH7E0dJlgGQpBCVGtFp3YcqvJFHsDke3HDJpM42AmQLktIf2/yEPQ3v/QgUopFmCGTvx\nZ0xN/I2kC7XtSf5kIJ/j38fROrYc+4xdcfXZp3y3y6SPk1ErjPCfYpyv0szSXNJ4QCiTM+\nzfmWqnUHg8STl1xOOWhjxEg+fkZdJVNXGuy8behnBuD2TFa1+VQ0O87OH0XXn6R71F0Sak\nXrZvoRMksvOoQdg35XD8tn9cqxWtFA3fwqjxyRJsKSWP4p10DHqg7HxdHUFsmmzAqToDXR\nmtAiH+4bqmpTideDpmP3BnRBbuqC0PgF1QZo1FjF4zQkUntar/cB4irENoWNYJJNvCuuE6\nzLvpVFXy8V4JYimedaT363mpoj2V1QAAAAMBAAEAAAGBAJUgdyOfEgmjzO6k7zFbEfFsFz\ndYtsvmblSXn/HzuJqBBcBPgsAkBmErvQKEQt/0A1IdCOy+UY5fi6kCI5xndUR+XLX59ioe\n4L2B1gLOt8Rv/YdkVDwk8bANo8eop19125ctT5aFSdAo7XtDWLrjVyPqQYm/wHqwVI+lTN\nBpC1xBQEoiZaVVnOgobANT2UuWqxIdEZxe3XE2YWok/7tj0eTPw9OaZ97oJRgQy+MuQzri\nlduZncQ3Qnh4eGhdIKxhzKrAfRweBkxkfhW5/S8RL54aBEr2zksTTy69Mg4OKVWEs6MmK7\nsUH1Z2U5Jbotjb7rwXvt2UdqAHBzBihFLgVCDMJxdsH1GYmkfDgwf8XI/hQGF0+8yy6MDj\nHFTHWPOkDDfSyFujpVowaf33IYSYDx0HV1+ZHPPFkWNDHTCPKKHsYizWGDibxbs0HAg5dX\njOdqMZzrK4mC2n9yF4xiR57G9Bv88RVk/nnDqbPFxQmL0b0Nf7p8Z2TDRpN8nEDIviwQAA\nAMEA5YkEDrZLm3LNeoKqYtd5aYvzRvV7z2KNoYOC01h8t8YvyxtF8Kz+S/vmbUOd341+x/\nZLavBm7GOYNZQeDwmh6Cf7rnxfP9wcZj+aA93DUMOM3+tdZgM01AmcDm7Ko4uDbI6Ow0Qs\nP3DkkBhewTMsfi+Z1Q/rBrcmDp+G5kY/GgSAsYVvfNuD5ZsS5I9+tK3UGTMxafJtj20JLW\nBaMTidY4zmdZlabc5VRA9Vog981G67t8EvsOviUSLlxoeBGzARAAAAwQDohpG79B4BB7iy\naVwaZ7W6Eopm0sYS1uLW0o0hLYt9+zOEdDDJAwWp51h1qWKwt6oZVVwVIWslA+DjSxh8qP\n82yBs2Z55Copsv660PwhYrD6Vk3X2Hl8IPdJe1ZZDx73k4YcPLKYhU9mR9IUpXbnEYonWB\nrQYTvHMT5yaORqbRDlgklg4m/yb970H3znfRRrfTbWLfXiqyegY9fkFUUf+6gRYyC+Az89\nqLQcK9oTqWIvDYbl2SnTTIMwiRx+QJaSUAAADBANDc18ttargfUxRtnm6juX6cwyQn1m+Q\n5LF5Tm+uDtdpq5gQzEgcDThQGpdXwgimq5VlreuC349Ip5rvOXtqTYVrA/DWOHa26pjwCy\nhcBsxUb32WInC/EnA2+Y7HOvCGJjrLa6sl/gxYFfYODgoSQitaZHGWfraJ51HFayP3Hf0S\nw8phArdwwikp0gde49pWnnQxgolYiKWJNk953CsqxECFRYxqIJZtFgrPk29AndzerSn8PL\noJohY9u24mu/kS8QAAACljZXBoLTQxNDYzOGE4LWE0MTItMTFlZS05NWE1LTg3Nzc0ZjY5\nYTcxNQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:15:28.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:28 smithi001 bash[108165]: audit 2023-12-26T17:15:27.588060+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAvbXuD75az7F6oMOUCjVG0al9Iy1GgGayAMZk8+2WN1DOVEZHuWQb\nmFoxRrQfKwhy9XjSdz92rHe6l64M7DZ9sQl7eOPPa9KYbZ09MwXSY1+fb04elUB3DEQEni\n7LoTufAXXhBV28fsTR0mWAZCkEJUa0Wndhyq8kUewOR7ccMmkzjYCZAuS0h/b/IQ9De/9C\nBSikWYIZO/FnTE38jaQLte1J/mQgn+Pfx9E6thz7jF1x9dmnfLfLpI+TUSuM8J9inK/SzN\nJc0nhAKJMz7N+ZaqdQeDxJOXXE45aGPESD5+Rl0lU1ca7Lxt6GcG4PZMVrX5VDQ7zs4fRd\nefpHvUXRJqRetm+hEySy86hB2DflcPy2f1yrFa0UDd/CqPHJEmwpJY/inXQMeqDsfF0dQW\nyabMCpOgNdGa0CIf7huqalOJ14OmY/cGdEFu6oLQ+AXVBmjUWMXjNCRSe1qv9wHiKsQ2hY\n1gkk28K64TrMu+lUVfLxXgliKZ51pPfreamiPZXVAAAFoPjGX2j4xl9oAAAAB3NzaC1yc2\nEAAAGBAL217g++Ws+xeqDDlAo1RtGpfSMtRoBmsgDGZPPtljdQzlRGR7lkG5haMUa0HysI\ncvV40nc/dqx3upeuDOw2fbEJe3jjz2vSmG2dPTMF0mNfn29OHpVAdwxEBJ4uy6E7nwF14Q\nVdvH7E0dJlgGQpBCVGtFp3YcqvJFHsDke3HDJpM42AmQLktIf2/yEPQ3v/QgUopFmCGTvx\nZ0xN/I2kC7XtSf5kIJ/j38fROrYc+4xdcfXZp3y3y6SPk1ErjPCfYpyv0szSXNJ4QCiTM+\nzfmWqnUHg8STl1xOOWhjxEg+fkZdJVNXGuy8behnBuD2TFa1+VQ0O87OH0XXn6R71F0Sak\nXrZvoRMksvOoQdg35XD8tn9cqxWtFA3fwqjxyRJsKSWP4p10DHqg7HxdHUFsmmzAqToDXR\nmtAiH+4bqmpTideDpmP3BnRBbuqC0PgF1QZo1FjF4zQkUntar/cB4irENoWNYJJNvCuuE6\nzLvpVFXy8V4JYimedaT363mpoj2V1QAAAAMBAAEAAAGBAJUgdyOfEgmjzO6k7zFbEfFsFz\ndYtsvmblSXn/HzuJqBBcBPgsAkBmErvQKEQt/0A1IdCOy+UY5fi6kCI5xndUR+XLX59ioe\n4L2B1gLOt8Rv/YdkVDwk8bANo8eop19125ctT5aFSdAo7XtDWLrjVyPqQYm/wHqwVI+lTN\nBpC1xBQEoiZaVVnOgobANT2UuWqxIdEZxe3XE2YWok/7tj0eTPw9OaZ97oJRgQy+MuQzri\nlduZncQ3Qnh4eGhdIKxhzKrAfRweBkxkfhW5/S8RL54aBEr2zksTTy69Mg4OKVWEs6MmK7\nsUH1Z2U5Jbotjb7rwXvt2UdqAHBzBihFLgVCDMJxdsH1GYmkfDgwf8XI/hQGF0+8yy6MDj\nHFTHWPOkDDfSyFujpVowaf33IYSYDx0HV1+ZHPPFkWNDHTCPKKHsYizWGDibxbs0HAg5dX\njOdqMZzrK4mC2n9yF4xiR57G9Bv88RVk/nnDqbPFxQmL0b0Nf7p8Z2TDRpN8nEDIviwQAA\nAMEA5YkEDrZLm3LNeoKqYtd5aYvzRvV7z2KNoYOC01h8t8YvyxtF8Kz+S/vmbUOd341+x/\nZLavBm7GOYNZQeDwmh6Cf7rnxfP9wcZj+aA93DUMOM3+tdZgM01AmcDm7Ko4uDbI6Ow0Qs\nP3DkkBhewTMsfi+Z1Q/rBrcmDp+G5kY/GgSAsYVvfNuD5ZsS5I9+tK3UGTMxafJtj20JLW\nBaMTidY4zmdZlabc5VRA9Vog981G67t8EvsOviUSLlxoeBGzARAAAAwQDohpG79B4BB7iy\naVwaZ7W6Eopm0sYS1uLW0o0hLYt9+zOEdDDJAwWp51h1qWKwt6oZVVwVIWslA+DjSxh8qP\n82yBs2Z55Copsv660PwhYrD6Vk3X2Hl8IPdJe1ZZDx73k4YcPLKYhU9mR9IUpXbnEYonWB\nrQYTvHMT5yaORqbRDlgklg4m/yb970H3znfRRrfTbWLfXiqyegY9fkFUUf+6gRYyC+Az89\nqLQcK9oTqWIvDYbl2SnTTIMwiRx+QJaSUAAADBANDc18ttargfUxRtnm6juX6cwyQn1m+Q\n5LF5Tm+uDtdpq5gQzEgcDThQGpdXwgimq5VlreuC349Ip5rvOXtqTYVrA/DWOHa26pjwCy\nhcBsxUb32WInC/EnA2+Y7HOvCGJjrLa6sl/gxYFfYODgoSQitaZHGWfraJ51HFayP3Hf0S\nw8phArdwwikp0gde49pWnnQxgolYiKWJNk953CsqxECFRYxqIJZtFgrPk29AndzerSn8PL\noJohY9u24mu/kS8QAAACljZXBoLTQxNDYzOGE4LWE0MTItMTFlZS05NWE1LTg3Nzc0ZjY5\nYTcxNQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2023-12-26T17:15:28.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:28 smithi001 bash[108165]: audit 2023-12-26T17:15:27.588396+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715\n"}]: dispatch 2023-12-26T17:15:28.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:28 smithi001 bash[108165]: audit 2023-12-26T17:15:27.589555+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715\n"}]': finished 2023-12-26T17:15:28.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2023-12-26T17:15:28.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2023-12-26T17:15:30.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:30.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:30 smithi001 bash[108165]: audit 2023-12-26T17:15:30.013846+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:15:32.025 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:15:32.025 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2023-12-26T17:15:32.025 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Adding host smithi001... 2023-12-26T17:15:32.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi001'] 2023-12-26T17:15:32.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi001 2023-12-26T17:15:33.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:33 smithi001 bash[108165]: audit 2023-12-26T17:15:33.248556+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi001", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:15:33.575 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:33 smithi001 bash[108401]: Warning: Permanently added 'smithi001,172.21.15.1' (ECDSA) to the list of known hosts. 2023-12-26T17:15:34.253 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi001' 2023-12-26T17:15:34.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:34 smithi001 bash[108165]: audit 2023-12-26T17:15:33.775416+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"smithi001\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:15:34.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:34 smithi001 bash[108165]: audit 2023-12-26T17:15:33.777092+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"smithi001\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:15:34.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:34 smithi001 bash[108165]: cephadm 2023-12-26T17:15:33.777391+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi001 2023-12-26T17:15:34.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:34 smithi001 bash[108165]: audit 2023-12-26T17:15:34.005705+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:15:34.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:34 smithi001 bash[108165]: audit 2023-12-26T17:15:34.007351+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:15:34.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:34 smithi001 bash[108165]: audit 2023-12-26T17:15:34.007826+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:15:35.475 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Enabling the dashboard module... 2023-12-26T17:15:35.476 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2023-12-26T17:15:35.476 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2023-12-26T17:15:35.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:35 smithi001 bash[108165]: audit 2023-12-26T17:15:35.417058+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:35.415448\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:35.416576\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:15:35.416656\", \"networks\": {}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:15:35.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:35 smithi001 bash[108165]: audit 2023-12-26T17:15:35.418877+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:35.415448\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:35.416576\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:15:35.416656\", \"networks\": {}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:15:35.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:35 smithi001 bash[108165]: audit 2023-12-26T17:15:35.419284+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.1:0/3097471955' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:15:36.731 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:36 smithi001 bash[108165]: audit 2023-12-26T17:15:36.119789+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.1:0/1963978630' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-26T17:15:36.731 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:36 smithi001 bash[108401]: ignoring --setuser ceph since I am not root 2023-12-26T17:15:36.731 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:36 smithi001 bash[108401]: ignoring --setgroup ceph since I am not root 2023-12-26T17:15:36.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-26T17:15:36.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:37.407 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:6800", 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2082683385 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:6801", 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2082683385 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.1:6801/2082683385", 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-26T17:15:22.232980+0000", 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-26T17:15:37.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-26T17:15:37.409 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-26T17:15:37.409 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-26T17:15:37.409 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2023-12-26T17:15:37.409 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-26T17:15:37.409 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-26T17:15:37.702 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.703 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.704 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.705 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.706 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.707 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.708 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.709 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.710 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.711 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.712 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.713 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.714 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-26T17:15:37.715 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.716 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.717 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.718 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.719 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.720 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-26T17:15:37.721 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-26T17:15:37.722 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.723 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.724 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.725 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.726 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-26T17:15:37.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-26T17:15:37.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-26T17:15:37.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-26T17:15:37.728 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.729 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-26T17:15:37.730 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.731 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.732 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.733 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.734 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.735 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.736 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.737 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.738 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-26T17:15:37.739 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.740 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.741 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.742 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.743 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.744 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-12-26T17:15:37.745 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.746 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:37.747 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.748 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.749 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.750 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.751 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.752 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.753 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.754 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.755 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.756 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.757 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-26T17:15:37.758 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.759 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.760 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.761 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.762 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.763 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.764 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.765 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.766 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.767 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-26T17:15:37.768 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.769 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.770 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.771 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.772 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.773 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.774 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.775 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.776 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.777 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.778 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.779 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.780 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.781 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.782 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.783 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-26T17:15:37.784 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.785 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.786 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.787 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.788 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.790 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.791 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-26T17:15:37.792 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.793 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.794 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.795 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.796 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.797 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.798 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.799 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-26T17:15:37.801 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.802 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-26T17:15:37.803 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-26T17:15:37.804 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.805 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.806 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.807 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.808 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-26T17:15:37.809 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-26T17:15:37.810 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.811 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.812 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.813 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.814 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.815 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-26T17:15:37.816 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.817 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.818 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.819 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.820 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.821 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-26T17:15:37.822 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.823 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.824 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.825 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.826 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.827 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.828 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.829 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.830 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.831 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.832 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-26T17:15:37.833 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-26T17:15:37.834 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.835 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.836 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.837 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.838 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-26T17:15:37.839 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.840 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.841 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.842 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.843 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.844 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.845 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.846 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.847 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.848 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-26T17:15:37.849 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.850 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.851 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-26T17:15:37.852 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.853 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.854 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.855 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.856 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.857 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.858 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.859 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.860 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.861 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.862 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.863 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.864 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-26T17:15:37.865 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.866 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.867 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.868 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-26T17:15:37.869 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.870 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.871 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.872 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.873 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.874 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.875 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:37.876 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.877 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.878 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.879 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-26T17:15:37.880 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-26T17:15:37.881 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.882 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.883 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.884 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.885 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.886 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.887 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.888 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.889 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.890 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.891 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.892 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.893 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.894 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.895 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.896 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.897 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.898 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.899 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.900 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.901 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.902 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.903 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.904 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.905 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.906 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.907 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.908 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.909 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.910 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.911 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-26T17:15:37.912 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.913 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.914 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.915 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.916 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.917 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.918 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.919 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.920 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.921 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.922 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-26T17:15:37.923 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-26T17:15:37.924 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.925 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.926 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.927 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.928 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.929 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.930 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.931 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.932 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.933 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.934 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.935 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.936 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.937 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.938 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-26T17:15:37.939 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.940 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.941 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.942 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.943 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.945 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.946 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.946 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.946 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.946 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.946 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.947 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.948 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.949 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.950 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.951 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.952 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.953 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.954 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.955 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.956 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.957 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.958 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.959 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.960 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-26T17:15:37.961 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.962 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.963 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.964 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.965 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.966 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.967 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.968 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.969 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.970 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-26T17:15:37.971 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.972 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.973 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.974 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.975 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.976 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.977 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:37 smithi001 bash[108165]: audit 2023-12-26T17:15:36.479786+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.1:0/1963978630' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-26T17:15:37.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:37 smithi001 bash[108165]: cluster 2023-12-26T17:15:36.479843+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 14s) 2023-12-26T17:15:37.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:37 smithi001 bash[108165]: audit 2023-12-26T17:15:37.400146+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.1:0/99916449' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-26T17:15:37.980 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.980 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.980 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.980 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.980 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.981 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.982 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.983 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.984 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.985 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.986 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.987 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.988 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.989 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:37.990 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.991 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.992 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:37.993 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:37.994 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:37.995 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-26T17:15:37.996 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.997 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:37.998 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:37.999 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.000 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.001 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.002 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.003 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.004 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.005 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.006 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-26T17:15:38.007 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.009 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.010 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.011 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.012 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:38.013 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.014 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.015 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.016 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.017 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.018 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.019 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:38.020 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.021 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.022 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.023 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.024 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:38.025 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.026 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.027 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-26T17:15:38.028 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.029 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.030 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.031 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.032 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.034 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.035 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.036 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.037 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.038 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.039 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:38.040 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-26T17:15:38.041 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.042 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.043 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.044 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:38.045 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.046 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.047 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.048 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.049 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.050 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:38.051 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.052 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.053 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:38.054 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.055 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.056 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-26T17:15:38.057 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.058 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.059 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.060 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.061 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-26T17:15:38.062 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-26T17:15:38.063 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-26T17:15:38.064 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-26T17:15:38.065 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.066 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-26T17:15:38.067 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.068 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-26T17:15:38.069 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-26T17:15:38.070 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-26T17:15:38.071 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:0", 2023-12-26T17:15:38.072 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1446764476 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:0", 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2040285302 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-26T17:15:38.073 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.1:0", 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1717201650 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:38.074 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-26T17:15:38.075 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2023-12-26T17:15:38.075 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-26T17:15:38.075 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-26T17:15:40.825 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:15:40 smithi001 bash[108401]: Warning: Permanently added 'smithi001,172.21.15.1' (ECDSA) to the list of known hosts. 2023-12-26T17:15:41.440 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-26T17:15:41.441 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2023-12-26T17:15:41.441 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-26T17:15:41.441 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: cluster 2023-12-26T17:15:40.374780+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: cluster 2023-12-26T17:15:40.375201+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: cluster 2023-12-26T17:15:40.376759+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: cluster 2023-12-26T17:15:40.427302+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0521835s) 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.428507+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.429429+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:15:41.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.429574+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.429708+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.430000+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.430630+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.430863+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.431074+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.431279+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.431478+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.431681+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: cluster 2023-12-26T17:15:40.444920+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:40.469282+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:41.349598+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-26T17:15:41.715 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:41 smithi001 bash[108165]: audit 2023-12-26T17:15:41.349929+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:15:42.033 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2023-12-26T17:15:42.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2023-12-26T17:15:42.033 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2023-12-26T17:15:42.686 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2023-12-26T17:15:42.722 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:42 smithi001 bash[108165]: cluster 2023-12-26T17:15:41.429484+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.05437s) 2023-12-26T17:15:42.722 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:42 smithi001 bash[108165]: audit 2023-12-26T17:15:42.085306+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084697\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084807\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:15:42.084893\", \"networks\": {}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:15:42.722 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:42 smithi001 bash[108165]: audit 2023-12-26T17:15:42.086966+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084697\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084807\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:15:42.084893\", \"networks\": {}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:15:42.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:42 smithi001 bash[108165]: audit 2023-12-26T17:15:42.087380+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:15:43.407 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Creating initial admin user... 2023-12-26T17:15:43.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', '1fkez0cnbe', 'administrator', '--force-password', '--pwd-update-required'] 2023-12-26T17:15:43.408 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin 1fkez0cnbe administrator --force-password --pwd-update-required 2023-12-26T17:15:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:43 smithi001 bash[108165]: audit 2023-12-26T17:15:42.678954+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCMkO5vJUZP+bdYR4Y6UwCXMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMjYxNzE1\nNDJaFw0zMzEyMjMxNzE1NDJaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN+MsLJt\nviA9NjfRCS1UpbnATQdlBGguORw5CCjVDxy7n6JZYJ1gkZh/XAgcFwU5fRkfVKCt\n2fgtY1lun1qiTwGTNoEmAnrwErnVoAtb9Bf40DOxwzmrJ619FVxK2nL46Thdec2M\nK7mxkD7gw2f1o+ApiFbQ+kpsASkVKwp7sdGH+Nh9eK1MjaMqzbjC5KZzdD70nhqU\n/9voLGZARS8D4WGiUL1zGu2DfPrC+ar4ggYjn3Y0isjjE0EdMD7aDUiJwKyRp3W2\n3BEgwn0YT0GTTel/ybLkRFZExqoj41A/7L2xsV2RjR9tUK0qu0hUSaPut5WJkoYJ\n+LgnTjiz9FIZlhcCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAeF2raijBa+rGe75Q\nCR7uRZp68pA+uOMBfJRrD8OicY7BF9D0cubjMTjUPbIBbZSAwVvx8Jn+BHOyIsDf\nmMaaM6RF7JOylTVYTwq1em4D7+XId2+W+ktM45Arv394ZuXE38/mIEp4/5Y7aNXR\nw9T8SNseJ6a6U2pjt7q7CmwzHML0Ehly/DIDdm+7DY0UFAIGBHESG69EtGSygJwe\n+ZGH2TeCkcfx2CGhWfhoKEd+1XXLFuC8GiQRrTFn+5LUSHovIOaraSX5pQkOQUJY\nZIlK10N8SI6Kr20ZLLT6cBHhMEBN/eAEoyrtJ54dn8/ixUs22eRtoAAG/TPQmBCB\nUhQ1Bg==\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:15:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:43 smithi001 bash[108165]: audit 2023-12-26T17:15:42.680665+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCMkO5vJUZP+bdYR4Y6UwCXMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMjYxNzE1\nNDJaFw0zMzEyMjMxNzE1NDJaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN+MsLJt\nviA9NjfRCS1UpbnATQdlBGguORw5CCjVDxy7n6JZYJ1gkZh/XAgcFwU5fRkfVKCt\n2fgtY1lun1qiTwGTNoEmAnrwErnVoAtb9Bf40DOxwzmrJ619FVxK2nL46Thdec2M\nK7mxkD7gw2f1o+ApiFbQ+kpsASkVKwp7sdGH+Nh9eK1MjaMqzbjC5KZzdD70nhqU\n/9voLGZARS8D4WGiUL1zGu2DfPrC+ar4ggYjn3Y0isjjE0EdMD7aDUiJwKyRp3W2\n3BEgwn0YT0GTTel/ybLkRFZExqoj41A/7L2xsV2RjR9tUK0qu0hUSaPut5WJkoYJ\n+LgnTjiz9FIZlhcCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAeF2raijBa+rGe75Q\nCR7uRZp68pA+uOMBfJRrD8OicY7BF9D0cubjMTjUPbIBbZSAwVvx8Jn+BHOyIsDf\nmMaaM6RF7JOylTVYTwq1em4D7+XId2+W+ktM45Arv394ZuXE38/mIEp4/5Y7aNXR\nw9T8SNseJ6a6U2pjt7q7CmwzHML0Ehly/DIDdm+7DY0UFAIGBHESG69EtGSygJwe\n+ZGH2TeCkcfx2CGhWfhoKEd+1XXLFuC8GiQRrTFn+5LUSHovIOaraSX5pQkOQUJY\nZIlK10N8SI6Kr20ZLLT6cBHhMEBN/eAEoyrtJ54dn8/ixUs22eRtoAAG/TPQmBCB\nUhQ1Bg==\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:15:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:43 smithi001 bash[108165]: audit 2023-12-26T17:15:42.681083+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDfjLCybb4gPTY3\n0QktVKW5wE0HZQRoLjkcOQgo1Q8cu5+iWWCdYJGYf1wIHBcFOX0ZH1Sgrdn4LWNZ\nbp9aok8BkzaBJgJ68BK51aALW/QX+NAzscM5qyetfRVcStpy+Ok4XXnNjCu5sZA+\n4MNn9aPgKYhW0PpKbAEpFSsKe7HRh/jYfXitTI2jKs24wuSmc3Q+9J4alP/b6Cxm\nQEUvA+FholC9cxrtg3z6wvmq+IIGI592NIrI4xNBHTA+2g1IicCskad1ttwRIMJ9\nGE9Bk03pf8my5ERWRMaqI+NQP+y9sbFdkY0fbVCtKrtIVEmj7reViZKGCfi4J044\ns/RSGZYXAgMBAAECggEAD/M12EVEP4CekbT0dquHd41k8ZYfjl9d68mV73PkNCSe\n6zJ9Vj1BpiPQKTP34IONjXFS1HQTDUYPxJ3D+O+Du5UJWoWfv63JaED5vlW9QMib\n8lRInaC8oABAuekNVQ61dTQWMLhDlmg45oOa7Zv1KVVNSQR4Fz9FhezguUrCETUE\nNtKmfHtnx+G1ojVYNeUSPkdBDYBW46+oCqewjtBa2MccJpMjiPSyyE1JTRzncJVo\nldp7LnZ0yE+AZsWT1fWBAPRD4L2vOpup6TLye0QOcFMaYBWIaskVErWcSSG5cVnx\nbbpUfNZ+LQH76+t86gBHoElnLRtqOzGHZGYEHb/GQQKBgQD9TQ+YV4Th1oVWyun9\n9h7N+t+dHJ8GMCu3RTCXis/iBYokrLZpaFAComDmJeNaqSavZ6B+dyBlw6R49RrD\ntfANDp2/UT+WVOu6BvnBEvkgkd43/++8zMgjLSoMDRVoV2/QsSSVyKhie482uruo\n8NhJmhQWsahG5jwjPXZWon4DeQKBgQDh7nmhUDOeeuGaoQmahY6spvvbSMeHIypn\n3PhKFSb8c2tWdRLcN+J3OYBtnNT1kigDzncVry4GP7Nd0MGNtEBpBo+QRaq8oY0J\n8nWDHIGOjaMsWdS/lMrTdWIiqftLExMUl6J/YK39jOr14tDc1yfcGn/OQGvN7U46\npKmM1ifyDwKBgCi7urVJ5bGXmMuzR9uyN5PyMwGF98C8AFuxgbXs+a8kKuno6FCd\nGLjDugdosl4C85ijdni/2XLj+lAFQm+Uk2zWG+IHQ81+DIZW1tUIow1sx6qDut7G\no6ycd7WGaRnlbbLGudZodUOZERfBAaqSSIXVhEN+AEyee69DFAOsj80pAoGAE/T5\nv3sTJDOcjAkfjQuxH6UcaDFUlqZPj58gO4MEz5XubFOpF9TD514n7wbEdPC1Iijx\nsfOocBreYDIZdsfuTJisw8SzoTfv+mn1YWB6PTpbqIZC2a1uASHESmWTcf08WTxP\nuUqz88qn0pJ3eppyxel9Up20KBuHJnz3ER61ppcCgYEAx7i3AzKBjXTTNNG5UIff\nG1TA7OO/oqKqazv+JxpqEtSenuMBh4YbxA3IlYMVCAo6tJIbqUaut1YPuMHVR9qd\nUWzduxa3y71ReaRvTpPBkvvPNpcfhoPe6nR/y1yW5SifqIbrKsjvfxnvjL8DBwb0\npSmPGD2l3ExbeVhYn8i0f5w=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:15:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:43 smithi001 bash[108165]: audit 2023-12-26T17:15:42.683545+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDfjLCybb4gPTY3\n0QktVKW5wE0HZQRoLjkcOQgo1Q8cu5+iWWCdYJGYf1wIHBcFOX0ZH1Sgrdn4LWNZ\nbp9aok8BkzaBJgJ68BK51aALW/QX+NAzscM5qyetfRVcStpy+Ok4XXnNjCu5sZA+\n4MNn9aPgKYhW0PpKbAEpFSsKe7HRh/jYfXitTI2jKs24wuSmc3Q+9J4alP/b6Cxm\nQEUvA+FholC9cxrtg3z6wvmq+IIGI592NIrI4xNBHTA+2g1IicCskad1ttwRIMJ9\nGE9Bk03pf8my5ERWRMaqI+NQP+y9sbFdkY0fbVCtKrtIVEmj7reViZKGCfi4J044\ns/RSGZYXAgMBAAECggEAD/M12EVEP4CekbT0dquHd41k8ZYfjl9d68mV73PkNCSe\n6zJ9Vj1BpiPQKTP34IONjXFS1HQTDUYPxJ3D+O+Du5UJWoWfv63JaED5vlW9QMib\n8lRInaC8oABAuekNVQ61dTQWMLhDlmg45oOa7Zv1KVVNSQR4Fz9FhezguUrCETUE\nNtKmfHtnx+G1ojVYNeUSPkdBDYBW46+oCqewjtBa2MccJpMjiPSyyE1JTRzncJVo\nldp7LnZ0yE+AZsWT1fWBAPRD4L2vOpup6TLye0QOcFMaYBWIaskVErWcSSG5cVnx\nbbpUfNZ+LQH76+t86gBHoElnLRtqOzGHZGYEHb/GQQKBgQD9TQ+YV4Th1oVWyun9\n9h7N+t+dHJ8GMCu3RTCXis/iBYokrLZpaFAComDmJeNaqSavZ6B+dyBlw6R49RrD\ntfANDp2/UT+WVOu6BvnBEvkgkd43/++8zMgjLSoMDRVoV2/QsSSVyKhie482uruo\n8NhJmhQWsahG5jwjPXZWon4DeQKBgQDh7nmhUDOeeuGaoQmahY6spvvbSMeHIypn\n3PhKFSb8c2tWdRLcN+J3OYBtnNT1kigDzncVry4GP7Nd0MGNtEBpBo+QRaq8oY0J\n8nWDHIGOjaMsWdS/lMrTdWIiqftLExMUl6J/YK39jOr14tDc1yfcGn/OQGvN7U46\npKmM1ifyDwKBgCi7urVJ5bGXmMuzR9uyN5PyMwGF98C8AFuxgbXs+a8kKuno6FCd\nGLjDugdosl4C85ijdni/2XLj+lAFQm+Uk2zWG+IHQ81+DIZW1tUIow1sx6qDut7G\no6ycd7WGaRnlbbLGudZodUOZERfBAaqSSIXVhEN+AEyee69DFAOsj80pAoGAE/T5\nv3sTJDOcjAkfjQuxH6UcaDFUlqZPj58gO4MEz5XubFOpF9TD514n7wbEdPC1Iijx\nsfOocBreYDIZdsfuTJisw8SzoTfv+mn1YWB6PTpbqIZC2a1uASHESmWTcf08WTxP\nuUqz88qn0pJ3eppyxel9Up20KBuHJnz3ER61ppcCgYEAx7i3AzKBjXTTNNG5UIff\nG1TA7OO/oqKqazv+JxpqEtSenuMBh4YbxA3IlYMVCAo6tJIbqUaut1YPuMHVR9qd\nUWzduxa3y71ReaRvTpPBkvvPNpcfhoPe6nR/y1yW5SifqIbrKsjvfxnvjL8DBwb0\npSmPGD2l3ExbeVhYn8i0f5w=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:15:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:43 smithi001 bash[108165]: cluster 2023-12-26T17:15:43.088466+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-26T17:15:44.153 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$hyoaRy//lzU7neylWRRLiuKEvxH02VVQPj422.p6U3maJQWWpd9t6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703610944, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-26T17:15:44.642 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Fetching dashboard port number... 2023-12-26T17:15:44.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi001', '-v', '/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2023-12-26T17:15:44.642 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi001 -v /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpf8xgy7lp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmps_olloo6:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2023-12-26T17:15:44.764 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:44 smithi001 bash[108165]: audit 2023-12-26T17:15:42.591778+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:15:44.765 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:44 smithi001 bash[108165]: audit 2023-12-26T17:15:44.149579+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$hyoaRy//lzU7neylWRRLiuKEvxH02VVQPj422.p6U3maJQWWpd9t6\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1703610944, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2023-12-26T17:15:44.765 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:44 smithi001 bash[108165]: audit 2023-12-26T17:15:44.151260+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$hyoaRy//lzU7neylWRRLiuKEvxH02VVQPj422.p6U3maJQWWpd9t6\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1703610944, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2023-12-26T17:15:45.144 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: URL: https://smithi001.front.sepia.ceph.com:8443/ 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: User: admin 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: Password: 1fkez0cnbe 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:You can access the Ceph CLI with: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.495 INFO:teuthology.orchestra.run.smithi001.stderr: ceph telemetry on 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr:For more information see: 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr:INFO:cephadm:Bootstrap complete. 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Releasing lock 139630868561144 on /run/cephadm/414638a8-a412-11ee-95a5-87774f69a715.lock 2023-12-26T17:15:45.496 INFO:teuthology.orchestra.run.smithi001.stderr:DEBUG:cephadm:Lock 139630868561144 released on /run/cephadm/414638a8-a412-11ee-95a5-87774f69a715.lock 2023-12-26T17:15:45.521 INFO:tasks.cephadm:Fetching config... 2023-12-26T17:15:45.522 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:15:45.522 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-26T17:15:45.539 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-26T17:15:45.540 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:15:45.540 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-26T17:15:45.597 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-26T17:15:45.597 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:15:45.597 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-26T17:15:45.665 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-26T17:15:45.665 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:15:45.665 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-26T17:15:45.723 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-26T17:15:45.724 DEBUG:teuthology.orchestra.run.smithi001:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-26T17:15:45.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:45 smithi001 bash[108165]: audit 2023-12-26T17:15:43.905257+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "1fkez0cnbe", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:15:45.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:45 smithi001 bash[108165]: audit 2023-12-26T17:15:44.626479+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:15:45.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:45 smithi001 bash[108165]: audit 2023-12-26T17:15:44.858283+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084697\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084807\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:15:42.084893\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:15:45.726 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:45 smithi001 bash[108165]: audit 2023-12-26T17:15:44.860358+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084697\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084807\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:15:42.084893\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:15:45.726 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:45 smithi001 bash[108165]: audit 2023-12-26T17:15:45.141940+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.1:0/3883078029' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-26T17:15:45.762 INFO:teuthology.orchestra.run.smithi001.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:45.773 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-26T17:15:45.817 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9te4PvlrPsXqgw5QKNUbRqX0jLUaAZrIAxmTz7ZY3UM5URke5ZBuYWjFGtB8rCHL1eNJ3P3asd7qXrgzsNn2xCXt4489r0phtnT0zBdJjX59vTh6VQHcMRASeLsuhO58BdeEFXbx+xNHSZYBkKQQlRrRad2HKryRR7A5HtxwyaTONgJkC5LSH9v8hD0N7/0IFKKRZghk78WdMTfyNpAu17Un+ZCCf49/H0Tq2HPuMXXH12ad8t8ukj5NRK4zwn2Kcr9LM0lzSeEAokzPs35lqp1B4PEk5dcTjloY8RIPn5GXSVTVxrsvG3oZwbg9kxWtflUNDvOzh9F15+ke9RdEmpF62b6ETJLLzqEHYN+Vw/LZ/XKsVrRQN38Ko8ckSbCklj+KddAx6oOx8XR1BbJpswKk6A10ZrQIh/uG6pqU4nXg6Zj9wZ0QW7qgtD4BdUGaNRYxeM0JFJ7Wq/3AeIqxDaFjWCSTbwrrhOsy76VRV8vFeCWIpnnWk9+t5qaI9ldU= ceph-414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:15:45.828 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi153 2023-12-26T17:15:45.829 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:15:45.829 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.conf 2023-12-26T17:15:45.888 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:15:45.888 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T17:15:45.947 INFO:tasks.cephadm:Adding host smithi153 to orchestrator... 2023-12-26T17:15:45.947 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch host add smithi153 2023-12-26T17:15:47.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:15:47 smithi001 bash[108165]: cluster 2023-12-26T17:15:46.434519+0000 mon.a (mon.0) 106 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-26T17:16:01.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:01 smithi001 bash[108165]: cluster 2023-12-26T17:16:00.430985+0000 mgr.y (mgr.14142) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:03.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:03 smithi001 bash[108165]: cluster 2023-12-26T17:16:02.431314+0000 mgr.y (mgr.14142) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:05.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:05 smithi001 bash[108165]: cluster 2023-12-26T17:16:04.431611+0000 mgr.y (mgr.14142) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:07.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:07 smithi001 bash[108165]: cluster 2023-12-26T17:16:06.431842+0000 mgr.y (mgr.14142) 6 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:07.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:16:07 smithi001 bash[108401]: Warning: Permanently added 'smithi153,172.21.15.153' (ECDSA) to the list of known hosts. 2023-12-26T17:16:08.551 INFO:teuthology.orchestra.run.smithi153.stdout:Added host 'smithi153' 2023-12-26T17:16:08.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.021319+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"smithi001\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:16:08.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.023428+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"smithi001\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:16:08.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.219509+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:08.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.221277+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.221910+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.394492+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:16:08.394218\", \"networks\": {}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.396216+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:16:08.394218\", \"networks\": {}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:08 smithi001 bash[108165]: audit 2023-12-26T17:16:08.396753+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:09.072 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-26T17:16:09.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:09 smithi001 bash[108165]: audit 2023-12-26T17:16:07.544782+0000 mgr.y (mgr.14142) 7 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:09.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:09 smithi001 bash[108165]: cephadm 2023-12-26T17:16:08.023876+0000 mgr.y (mgr.14142) 8 : cephadm [INF] Added host smithi153 2023-12-26T17:16:09.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:09 smithi001 bash[108165]: cluster 2023-12-26T17:16:08.432325+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:10.437 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:16:10.437 INFO:teuthology.orchestra.run.smithi153.stdout:[{"addr": "smithi001", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "smithi153", "hostname": "smithi153", "labels": [], "status": ""}] 2023-12-26T17:16:10.936 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-26T17:16:10.937 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-26T17:16:11.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:11 smithi001 bash[108165]: cluster 2023-12-26T17:16:10.432575+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:11.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:11 smithi001 bash[108165]: audit 2023-12-26T17:16:10.433232+0000 mgr.y (mgr.14142) 11 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:16:11.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:11 smithi001 bash[108165]: audit 2023-12-26T17:16:10.760968+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:11.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:11 smithi001 bash[108165]: audit 2023-12-26T17:16:10.949683+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:16:08.394218\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:11.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:11 smithi001 bash[108165]: audit 2023-12-26T17:16:10.951825+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-26T17:16:08.394218\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:12.496 INFO:teuthology.orchestra.run.smithi001.stderr:adjusted tunables profile to default 2023-12-26T17:16:12.798 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:12 smithi001 bash[108165]: audit 2023-12-26T17:16:12.025627+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.1:0/3291626364' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-26T17:16:12.937 INFO:tasks.cephadm:Adding mon.c on smithi001 2023-12-26T17:16:12.937 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add mon 'smithi001:[v2:172.21.15.1:3301,v1:172.21.15.1:6790]=c' 2023-12-26T17:16:13.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:13 smithi001 bash[108165]: cluster 2023-12-26T17:16:12.432842+0000 mgr.y (mgr.14142) 12 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:13.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:13 smithi001 bash[108165]: audit 2023-12-26T17:16:12.490791+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.1:0/3291626364' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-26T17:16:13.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:13 smithi001 bash[108165]: cluster 2023-12-26T17:16:12.490828+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-26T17:16:15.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:15 smithi001 bash[108165]: audit 2023-12-26T17:16:14.094697+0000 mgr.y (mgr.14142) 13 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi001:[v2:172.21.15.1:3301,v1:172.21.15.1:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:15.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:15 smithi001 bash[108165]: audit 2023-12-26T17:16:14.096405+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:16:15.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:15 smithi001 bash[108165]: audit 2023-12-26T17:16:14.096966+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:15.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:15 smithi001 bash[108165]: cephadm 2023-12-26T17:16:14.097363+0000 mgr.y (mgr.14142) 14 : cephadm [INF] Deploying daemon mon.c on smithi001 2023-12-26T17:16:15.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:15 smithi001 bash[108165]: audit 2023-12-26T17:16:14.097589+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2023-12-26T17:16:15.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:15 smithi001 bash[108165]: cluster 2023-12-26T17:16:14.433069+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:16.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:16 smithi001 bash[108165]: audit 2023-12-26T17:16:16.001928+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084697\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084807\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:16.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:16 smithi001 bash[108165]: audit 2023-12-26T17:16:16.002285+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:16.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:16 smithi001 bash[108165]: audit 2023-12-26T17:16:16.003830+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084697\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:15:42.084807\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:16.102 INFO:teuthology.orchestra.run.smithi001.stdout:Deployed mon.c on host 'smithi001' 2023-12-26T17:16:16.568 DEBUG:teuthology.orchestra.run.smithi001:mon.c> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.c.service 2023-12-26T17:16:16.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:16:16.571 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:16:16.604 INFO:journalctl@ceph.mon.c.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:16:21.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:16.214936+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:21.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:16.433297+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:21.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:16.214936+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:21.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:16.433297+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: audit 2023-12-26T17:16:16.896164+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895159\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_daemon_update\": \"2023-12-26T17:16:16.895277\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:18.213523+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:18.433633+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:20.434023+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:21.240694+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:21.243399+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:21.243451+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:21.243515+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:21.243808+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 40s) 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: audit 2023-12-26T17:16:21.244756+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895159\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_daemon_update\": \"2023-12-26T17:16:16.895277\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: cluster 2023-12-26T17:16:21.247283+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-26T17:16:21.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[111579]: audit 2023-12-26T17:16:21.249108+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895159\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_daemon_update\": \"2023-12-26T17:16:16.895277\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: audit 2023-12-26T17:16:16.896164+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895159\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_daemon_update\": \"2023-12-26T17:16:16.895277\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:18.213523+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:18.433633+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:20.434023+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:21.240694+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:21.243399+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:21.243451+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:21.243515+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-26T17:16:21.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:21.243808+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 40s) 2023-12-26T17:16:21.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: audit 2023-12-26T17:16:21.244756+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895159\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_daemon_update\": \"2023-12-26T17:16:16.895277\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:21.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: cluster 2023-12-26T17:16:21.247283+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-26T17:16:21.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:21 smithi001 bash[108165]: audit 2023-12-26T17:16:21.249108+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895159\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}}, \"last_daemon_update\": \"2023-12-26T17:16:16.895277\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:21.863 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:16:21.863 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":2,"fsid":"414638a8-a412-11ee-95a5-87774f69a715","modified":"2023-12-26T17:16:16.212735Z","created":"2023-12-26T17:15:04.014250Z","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.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3301","nonce":0},{"type":"v1","addr":"172.21.15.1:6790","nonce":0}]},"addr":"172.21.15.1:6790/0","public_addr":"172.21.15.1:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-26T17:16:21.864 INFO:teuthology.orchestra.run.smithi001.stderr:dumped monmap epoch 2 2023-12-26T17:16:22.178 INFO:tasks.cephadm:Adding mon.b on smithi153 2023-12-26T17:16:22.178 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add mon smithi153:172.21.15.153=b 2023-12-26T17:16:22.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:22 smithi001 bash[108165]: audit 2023-12-26T17:16:21.860697+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.1:0/3469613373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:16:22.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:22 smithi001 bash[111579]: audit 2023-12-26T17:16:21.860697+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.1:0/3469613373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:16:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:23 smithi001 bash[108165]: cluster 2023-12-26T17:16:22.434273+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:23.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:23 smithi001 bash[111579]: cluster 2023-12-26T17:16:22.434273+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[108165]: audit 2023-12-26T17:16:23.326278+0000 mgr.y (mgr.14142) 20 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi153:172.21.15.153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[108165]: audit 2023-12-26T17:16:23.327679+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[108165]: audit 2023-12-26T17:16:23.328458+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[108165]: cephadm 2023-12-26T17:16:23.329012+0000 mgr.y (mgr.14142) 21 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[108165]: audit 2023-12-26T17:16:23.329354+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[111579]: audit 2023-12-26T17:16:23.326278+0000 mgr.y (mgr.14142) 20 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi153:172.21.15.153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[111579]: audit 2023-12-26T17:16:23.327679+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[111579]: audit 2023-12-26T17:16:23.328458+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[111579]: cephadm 2023-12-26T17:16:23.329012+0000 mgr.y (mgr.14142) 21 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-26T17:16:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:24 smithi001 bash[111579]: audit 2023-12-26T17:16:23.329354+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-26T17:16:25.334 INFO:teuthology.orchestra.run.smithi153.stdout:Deployed mon.b on host 'smithi153' 2023-12-26T17:16:25.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:25 smithi001 bash[108165]: cluster 2023-12-26T17:16:24.434700+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:25.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:25 smithi001 bash[111579]: cluster 2023-12-26T17:16:24.434700+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:25.887 DEBUG:teuthology.orchestra.run.smithi153:mon.b> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.b.service 2023-12-26T17:16:25.889 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-26T17:16:25.889 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:16:25.919 INFO:journalctl@ceph.mon.b.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:16:31.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:25.646694+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:25.647322+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: audit 2023-12-26T17:16:26.133242+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:26.435060+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:27.644533+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:28.435370+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.435569+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.648738+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:25.646694+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:31.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:25.647322+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: audit 2023-12-26T17:16:26.133242+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:26.435060+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:27.644533+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:28.435370+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.435569+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.648738+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.673601+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.684735+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.684787+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.684813+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-26T17:16:31.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.685022+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 50s) 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: audit 2023-12-26T17:16:30.685568+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: cluster 2023-12-26T17:16:30.690832+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[108165]: audit 2023-12-26T17:16:30.694441+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.673601+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.684735+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.684787+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.684813+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.685022+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 50s) 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: audit 2023-12-26T17:16:30.685568+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: cluster 2023-12-26T17:16:30.690832+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2023-12-26T17:16:31.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:30 smithi001 bash[111579]: audit 2023-12-26T17:16:30.694441+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:25.646694+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:25.647322+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: audit 2023-12-26T17:16:26.133242+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:26.435060+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:27.644533+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:28.435370+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.435569+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.648738+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.673601+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.684735+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.684787+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.684813+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.685022+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 50s) 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: audit 2023-12-26T17:16:30.685568+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: cluster 2023-12-26T17:16:30.690832+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2023-12-26T17:16:31.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:30 smithi153 bash[108194]: audit 2023-12-26T17:16:30.694441+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}}, \"last_daemon_update\": \"2023-12-26T17:16:26.132730\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:31.184 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-26T17:16:31.184 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":3,"fsid":"414638a8-a412-11ee-95a5-87774f69a715","modified":"2023-12-26T17:16:25.643477Z","created":"2023-12-26T17:15:04.014250Z","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.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3301","nonce":0},{"type":"v1","addr":"172.21.15.1:6790","nonce":0}]},"addr":"172.21.15.1:6790/0","public_addr":"172.21.15.1:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2023-12-26T17:16:31.185 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 3 2023-12-26T17:16:32.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:31 smithi001 bash[108165]: audit 2023-12-26T17:16:31.180953+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.153:0/3162491353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:16:32.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:31 smithi001 bash[111579]: audit 2023-12-26T17:16:31.180953+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.153:0/3162491353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:16:32.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:31 smithi153 bash[108194]: audit 2023-12-26T17:16:31.180953+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.153:0/3162491353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:16:33.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:32 smithi001 bash[108165]: cluster 2023-12-26T17:16:32.435941+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:33.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:32 smithi001 bash[111579]: cluster 2023-12-26T17:16:32.435941+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:33.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:32 smithi153 bash[108194]: cluster 2023-12-26T17:16:32.435941+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:33.437 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-26T17:16:33.437 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-26T17:16:34.574 INFO:teuthology.orchestra.run.smithi001.stdout:# minimal ceph.conf for 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:16:34.574 INFO:teuthology.orchestra.run.smithi001.stdout:[global] 2023-12-26T17:16:34.574 INFO:teuthology.orchestra.run.smithi001.stdout: fsid = 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:16:34.574 INFO:teuthology.orchestra.run.smithi001.stdout: mon_host = [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] [v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0] 2023-12-26T17:16:34.948 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-26T17:16:34.949 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:16:34.949 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.conf 2023-12-26T17:16:34.980 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:16:34.980 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T17:16:35.048 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:16:35.048 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2023-12-26T17:16:35.087 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:16:35.087 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T17:16:35.172 INFO:tasks.cephadm:Adding mgr.y on smithi001 2023-12-26T17:16:35.172 INFO:tasks.cephadm:Adding mgr.x on smithi153 2023-12-26T17:16:35.172 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch apply mgr '2;smithi001=y;smithi153=x' 2023-12-26T17:16:35.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:35 smithi001 bash[108165]: cluster 2023-12-26T17:16:34.436150+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:35.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:35 smithi001 bash[108165]: audit 2023-12-26T17:16:34.571080+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.1:0/1560603139' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:35.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:35 smithi001 bash[111579]: cluster 2023-12-26T17:16:34.436150+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:35.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:35 smithi001 bash[111579]: audit 2023-12-26T17:16:34.571080+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.1:0/1560603139' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:35.334 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:35 smithi153 bash[108194]: cluster 2023-12-26T17:16:34.436150+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:35.334 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:35 smithi153 bash[108194]: audit 2023-12-26T17:16:34.571080+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.1:0/1560603139' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:37.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:37 smithi001 bash[108165]: cluster 2023-12-26T17:16:36.436435+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:37.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:37 smithi001 bash[111579]: cluster 2023-12-26T17:16:36.436435+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:37.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:37 smithi153 bash[108194]: cluster 2023-12-26T17:16:36.436435+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:39.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:39 smithi001 bash[108165]: cluster 2023-12-26T17:16:38.436817+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:39.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:39 smithi001 bash[111579]: cluster 2023-12-26T17:16:38.436817+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:39 smithi153 bash[108194]: cluster 2023-12-26T17:16:38.436817+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:40.103 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mgr update... 2023-12-26T17:16:40.542 DEBUG:teuthology.orchestra.run.smithi153:mgr.x> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service 2023-12-26T17:16:40.544 INFO:tasks.cephadm:Deploying OSDs... 2023-12-26T17:16:40.544 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:16:40.544 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T17:16:40.568 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-26T17:16:40.569 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_1 2023-12-26T17:16:40.572 INFO:journalctl@ceph.mgr.x.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 392693 Links: 1 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-12-26 17:16:15.887790816 +0000 2023-12-26T17:16:40.630 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-12-26 17:12:59.729799584 +0000 2023-12-26T17:16:40.631 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-12-26 17:12:59.729799584 +0000 2023-12-26T17:16:40.631 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-12-26T17:16:40.631 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-26T17:16:40.670 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:40 smithi153 bash[108194]: audit 2023-12-26T17:16:40.096646+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-26T17:16:40.096247\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-26T17:16:40.670 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:40 smithi153 bash[108194]: audit 2023-12-26T17:16:40.099313+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-26T17:16:40.096247\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-26T17:16:40.670 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:40 smithi153 bash[108194]: audit 2023-12-26T17:16:40.100782+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:16:40.670 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:40 smithi153 bash[108194]: audit 2023-12-26T17:16:40.103360+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-26T17:16:40.670 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:40 smithi153 bash[108194]: audit 2023-12-26T17:16:40.104174+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:40.670 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:40 smithi153 bash[108194]: audit 2023-12-26T17:16:40.105226+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-26T17:16:40.702 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-12-26T17:16:40.702 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-12-26T17:16:40.702 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000101745 s, 5.0 MB/s 2023-12-26T17:16:40.703 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-26T17:16:40.765 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_2 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 387884 Links: 1 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-12-26 17:16:15.887790816 +0000 2023-12-26T17:16:40.825 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-12-26 17:13:00.246793263 +0000 2023-12-26T17:16:40.826 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-12-26 17:13:00.246793263 +0000 2023-12-26T17:16:40.826 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-12-26T17:16:40.826 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-26T17:16:40.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[108165]: audit 2023-12-26T17:16:40.096646+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-26T17:16:40.096247\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-26T17:16:40.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[108165]: audit 2023-12-26T17:16:40.099313+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-26T17:16:40.096247\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[108165]: audit 2023-12-26T17:16:40.100782+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[108165]: audit 2023-12-26T17:16:40.103360+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[108165]: audit 2023-12-26T17:16:40.104174+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[108165]: audit 2023-12-26T17:16:40.105226+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[111579]: audit 2023-12-26T17:16:40.096646+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-26T17:16:40.096247\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[111579]: audit 2023-12-26T17:16:40.099313+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-26T17:16:40.096247\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[111579]: audit 2023-12-26T17:16:40.100782+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[111579]: audit 2023-12-26T17:16:40.103360+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[111579]: audit 2023-12-26T17:16:40.104174+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:40.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:40 smithi001 bash[111579]: audit 2023-12-26T17:16:40.105226+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-26T17:16:40.895 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-12-26T17:16:40.895 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-12-26T17:16:40.895 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000112809 s, 4.5 MB/s 2023-12-26T17:16:40.896 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-26T17:16:40.957 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_3 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 387963 Links: 1 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-12-26 17:16:15.887790816 +0000 2023-12-26T17:16:41.018 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-12-26 17:13:00.754787051 +0000 2023-12-26T17:16:41.019 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-12-26 17:13:00.754787051 +0000 2023-12-26T17:16:41.019 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-12-26T17:16:41.019 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-26T17:16:41.087 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-12-26T17:16:41.087 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-12-26T17:16:41.087 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000115995 s, 4.4 MB/s 2023-12-26T17:16:41.088 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-26T17:16:41.148 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_4 2023-12-26T17:16:41.208 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-26T17:16:41.208 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 399395 Links: 1 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-12-26 17:16:15.887790816 +0000 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-12-26 17:13:01.285780557 +0000 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-12-26 17:13:01.285780557 +0000 2023-12-26T17:16:41.209 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-12-26T17:16:41.209 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-26T17:16:41.277 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-12-26T17:16:41.277 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-12-26T17:16:41.277 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000107924 s, 4.7 MB/s 2023-12-26T17:16:41.278 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-26T17:16:41.339 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:16:41.339 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T17:16:41.358 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-26T17:16:41.358 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 389029 Links: 1 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-26 17:16:41.201567641 +0000 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-26 17:12:48.487065691 +0000 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-26 17:12:48.487065691 +0000 2023-12-26T17:16:41.416 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-26T17:16:41.417 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-26T17:16:41.486 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-26T17:16:41.486 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-26T17:16:41.486 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000236723 s, 2.2 MB/s 2023-12-26T17:16:41.487 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-26T17:16:41.500 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:16:41 smithi153 podman[108921]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-26T17:16:41.501 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:16:41 smithi153 systemd[1]: Started Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:16:41.519 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2023-12-26T17:16:41.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: audit 2023-12-26T17:16:40.095556+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=y;smithi153=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: cephadm 2023-12-26T17:16:40.096227+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi001=y,smithi153=x 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: cephadm 2023-12-26T17:16:40.104827+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: cluster 2023-12-26T17:16:40.437095+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: cluster 2023-12-26T17:16:41.101987+0000 mon.a (mon.0) 163 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: audit 2023-12-26T17:16:41.306991+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: audit 2023-12-26T17:16:41.309563+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[111579]: audit 2023-12-26T17:16:41.310193+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: audit 2023-12-26T17:16:40.095556+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=y;smithi153=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: cephadm 2023-12-26T17:16:40.096227+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi001=y,smithi153=x 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: cephadm 2023-12-26T17:16:40.104827+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:16:41.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: cluster 2023-12-26T17:16:40.437095+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:41.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: cluster 2023-12-26T17:16:41.101987+0000 mon.a (mon.0) 163 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-26T17:16:41.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: audit 2023-12-26T17:16:41.306991+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:41.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: audit 2023-12-26T17:16:41.309563+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:41.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:41 smithi001 bash[108165]: audit 2023-12-26T17:16:41.310193+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:41.579 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 392986 Links: 1 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-26 17:16:41.201567641 +0000 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-26 17:12:49.222053059 +0000 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-26 17:12:49.222053059 +0000 2023-12-26T17:16:41.580 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-26T17:16:41.580 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-26T17:16:41.650 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-26T17:16:41.650 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-26T17:16:41.650 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000201966 s, 2.5 MB/s 2023-12-26T17:16:41.651 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-26T17:16:41.710 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 387768 Links: 1 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-26 17:16:41.201567641 +0000 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-26 17:12:49.745044070 +0000 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-26 17:12:49.745044070 +0000 2023-12-26T17:16:41.769 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-26T17:16:41.770 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: audit 2023-12-26T17:16:40.095556+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=y;smithi153=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: cephadm 2023-12-26T17:16:40.096227+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi001=y,smithi153=x 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: cephadm 2023-12-26T17:16:40.104827+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: cluster 2023-12-26T17:16:40.437095+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: cluster 2023-12-26T17:16:41.101987+0000 mon.a (mon.0) 163 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: audit 2023-12-26T17:16:41.306991+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: audit 2023-12-26T17:16:41.309563+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:26.132579\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:41 smithi153 bash[108194]: audit 2023-12-26T17:16:41.310193+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:41.836 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-26T17:16:41.836 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-26T17:16:41.837 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000205701 s, 2.5 MB/s 2023-12-26T17:16:41.838 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-26T17:16:41.897 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2023-12-26T17:16:41.955 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-26T17:16:41.955 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T17:16:41.955 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 395587 Links: 1 2023-12-26T17:16:41.955 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T17:16:41.955 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-26T17:16:41.955 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-26 17:16:41.201567641 +0000 2023-12-26T17:16:41.956 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-26 17:12:50.288034738 +0000 2023-12-26T17:16:41.956 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-26 17:12:50.288034738 +0000 2023-12-26T17:16:41.956 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-26T17:16:41.956 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-26T17:16:42.021 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-26T17:16:42.022 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-26T17:16:42.022 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000225688 s, 2.3 MB/s 2023-12-26T17:16:42.023 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-26T17:16:42.082 INFO:tasks.cephadm:Deploying osd.0 on smithi001 with /dev/vg_nvme/lv_4... 2023-12-26T17:16:42.082 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-26T17:16:42.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[111579]: audit 2023-12-26T17:16:41.904918+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_daemon_update\": \"2023-12-26T17:16:41.904333\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:42.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[108165]: audit 2023-12-26T17:16:41.904918+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_daemon_update\": \"2023-12-26T17:16:41.904333\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:42.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[111579]: audit 2023-12-26T17:16:41.907620+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_daemon_update\": \"2023-12-26T17:16:41.904333\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:42.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[111579]: audit 2023-12-26T17:16:41.908980+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-26T17:16:42.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[111579]: audit 2023-12-26T17:16:41.909791+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:42.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[111579]: audit 2023-12-26T17:16:41.910899+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-26T17:16:42.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[108165]: audit 2023-12-26T17:16:41.907620+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_daemon_update\": \"2023-12-26T17:16:41.904333\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:42.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[108165]: audit 2023-12-26T17:16:41.908980+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-26T17:16:42.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[108165]: audit 2023-12-26T17:16:41.909791+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:42.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:42 smithi001 bash[108165]: audit 2023-12-26T17:16:41.910899+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-26T17:16:42.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:42 smithi153 bash[108194]: audit 2023-12-26T17:16:41.904918+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_daemon_update\": \"2023-12-26T17:16:41.904333\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:16:42.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:42 smithi153 bash[108194]: audit 2023-12-26T17:16:41.907620+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}}, \"last_daemon_update\": \"2023-12-26T17:16:41.904333\", \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:16:42.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:42 smithi153 bash[108194]: audit 2023-12-26T17:16:41.908980+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-26T17:16:42.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:42 smithi153 bash[108194]: audit 2023-12-26T17:16:41.909791+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:42.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:42 smithi153 bash[108194]: audit 2023-12-26T17:16:41.910899+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-26T17:16:43.540 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-26T17:16:43.541 INFO:teuthology.orchestra.run.smithi001.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-26T17:16:43.541 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10+0 records in 2023-12-26T17:16:43.541 INFO:teuthology.orchestra.run.smithi001.stderr:10+0 records out 2023-12-26T17:16:43.541 INFO:teuthology.orchestra.run.smithi001.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013444 s, 780 MB/s 2023-12-26T17:16:43.541 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 2023-12-26T17:16:43.541 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping successful for: 2023-12-26T17:16:43.779 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[108165]: cephadm 2023-12-26T17:16:41.908725+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[108165]: cephadm 2023-12-26T17:16:41.910441+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi001 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[108165]: cluster 2023-12-26T17:16:42.437365+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[108165]: audit 2023-12-26T17:16:43.137913+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[111579]: cephadm 2023-12-26T17:16:41.908725+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[111579]: cephadm 2023-12-26T17:16:41.910441+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi001 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[111579]: cluster 2023-12-26T17:16:42.437365+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:43.780 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[111579]: audit 2023-12-26T17:16:43.137913+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:43.781 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[108165]: audit 2023-12-26T17:16:43.140454+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:43.781 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[108165]: audit 2023-12-26T17:16:43.141099+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:43.781 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[111579]: audit 2023-12-26T17:16:43.140454+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:43.781 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:43 smithi001 bash[111579]: audit 2023-12-26T17:16:43.141099+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:43 smithi153 bash[108194]: cephadm 2023-12-26T17:16:41.908725+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-26T17:16:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:43 smithi153 bash[108194]: cephadm 2023-12-26T17:16:41.910441+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi001 2023-12-26T17:16:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:43 smithi153 bash[108194]: cluster 2023-12-26T17:16:42.437365+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:43 smithi153 bash[108194]: audit 2023-12-26T17:16:43.137913+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:43 smithi153 bash[108194]: audit 2023-12-26T17:16:43.140454+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895074\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:16.895193\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:43 smithi153 bash[108194]: audit 2023-12-26T17:16:43.141099+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:43.988 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi001:vg_nvme/lv_4 2023-12-26T17:16:44.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:44 smithi001 bash[108165]: audit 2023-12-26T17:16:44.005595+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_daemon_update\": \"2023-12-26T17:16:44.005087\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:44.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:44 smithi001 bash[108165]: audit 2023-12-26T17:16:44.008064+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_daemon_update\": \"2023-12-26T17:16:44.005087\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:44.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:44 smithi001 bash[111579]: audit 2023-12-26T17:16:44.005595+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_daemon_update\": \"2023-12-26T17:16:44.005087\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:44.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:44 smithi001 bash[111579]: audit 2023-12-26T17:16:44.008064+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_daemon_update\": \"2023-12-26T17:16:44.005087\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:44.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:44 smithi153 bash[108194]: audit 2023-12-26T17:16:44.005595+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_daemon_update\": \"2023-12-26T17:16:44.005087\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:44.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:44 smithi153 bash[108194]: audit 2023-12-26T17:16:44.008064+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}}, \"last_daemon_update\": \"2023-12-26T17:16:44.005087\", \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:45.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: cluster 2023-12-26T17:16:44.437685+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:45.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: audit 2023-12-26T17:16:45.168890+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:16:45.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: audit 2023-12-26T17:16:45.169406+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:45.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: audit 2023-12-26T17:16:45.170073+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:45.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: cluster 2023-12-26T17:16:45.195729+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: audit 2023-12-26T17:16:45.196439+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.153:0/864794099' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[108165]: audit 2023-12-26T17:16:45.197487+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.153:0/864794099' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: cluster 2023-12-26T17:16:44.437685+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: audit 2023-12-26T17:16:45.168890+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: audit 2023-12-26T17:16:45.169406+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: audit 2023-12-26T17:16:45.170073+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: cluster 2023-12-26T17:16:45.195729+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: audit 2023-12-26T17:16:45.196439+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.153:0/864794099' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:16:45.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:45 smithi001 bash[111579]: audit 2023-12-26T17:16:45.197487+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.153:0/864794099' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:16:45.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: cluster 2023-12-26T17:16:44.437685+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: audit 2023-12-26T17:16:45.168890+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:16:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: audit 2023-12-26T17:16:45.169406+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: audit 2023-12-26T17:16:45.170073+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: cluster 2023-12-26T17:16:45.195729+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:16:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: audit 2023-12-26T17:16:45.196439+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.153:0/864794099' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:16:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:45 smithi153 bash[108194]: audit 2023-12-26T17:16:45.197487+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.153:0/864794099' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:16:46.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[111579]: audit 2023-12-26T17:16:45.167786+0000 mgr.y (mgr.14142) 38 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:46.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[111579]: cephadm 2023-12-26T17:16:45.168563+0000 mgr.y (mgr.14142) 39 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:16:46.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[111579]: cluster 2023-12-26T17:16:46.080302+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e14: y(active, since 65s), standbys: x 2023-12-26T17:16:46.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[111579]: audit 2023-12-26T17:16:46.080413+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:16:46.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[108165]: audit 2023-12-26T17:16:45.167786+0000 mgr.y (mgr.14142) 38 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:46.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[108165]: cephadm 2023-12-26T17:16:45.168563+0000 mgr.y (mgr.14142) 39 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:16:46.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[108165]: cluster 2023-12-26T17:16:46.080302+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e14: y(active, since 65s), standbys: x 2023-12-26T17:16:46.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:46 smithi001 bash[108165]: audit 2023-12-26T17:16:46.080413+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:16:46.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:46 smithi153 bash[108194]: audit 2023-12-26T17:16:45.167786+0000 mgr.y (mgr.14142) 38 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:46.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:46 smithi153 bash[108194]: cephadm 2023-12-26T17:16:45.168563+0000 mgr.y (mgr.14142) 39 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:16:46.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:46 smithi153 bash[108194]: cluster 2023-12-26T17:16:46.080302+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e14: y(active, since 65s), standbys: x 2023-12-26T17:16:46.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:46 smithi153 bash[108194]: audit 2023-12-26T17:16:46.080413+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[108165]: cluster 2023-12-26T17:16:46.437907+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[108165]: audit 2023-12-26T17:16:46.766543+0000 mon.a (mon.0) 183 : audit [INF] from='client.? 172.21.15.1:0/2761039387' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d2cffc4-92fc-4cfd-9e38-0c668684164b"}]: dispatch 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[108165]: audit 2023-12-26T17:16:46.769789+0000 mon.a (mon.0) 184 : audit [INF] from='client.? 172.21.15.1:0/2761039387' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d2cffc4-92fc-4cfd-9e38-0c668684164b"}]': finished 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[108165]: cluster 2023-12-26T17:16:46.769834+0000 mon.a (mon.0) 185 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[108165]: audit 2023-12-26T17:16:46.769944+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[111579]: cluster 2023-12-26T17:16:46.437907+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[111579]: audit 2023-12-26T17:16:46.766543+0000 mon.a (mon.0) 183 : audit [INF] from='client.? 172.21.15.1:0/2761039387' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d2cffc4-92fc-4cfd-9e38-0c668684164b"}]: dispatch 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[111579]: audit 2023-12-26T17:16:46.769789+0000 mon.a (mon.0) 184 : audit [INF] from='client.? 172.21.15.1:0/2761039387' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d2cffc4-92fc-4cfd-9e38-0c668684164b"}]': finished 2023-12-26T17:16:47.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[111579]: cluster 2023-12-26T17:16:46.769834+0000 mon.a (mon.0) 185 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-26T17:16:47.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:47 smithi001 bash[111579]: audit 2023-12-26T17:16:46.769944+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:47 smithi153 bash[108194]: cluster 2023-12-26T17:16:46.437907+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:47 smithi153 bash[108194]: audit 2023-12-26T17:16:46.766543+0000 mon.a (mon.0) 183 : audit [INF] from='client.? 172.21.15.1:0/2761039387' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d2cffc4-92fc-4cfd-9e38-0c668684164b"}]: dispatch 2023-12-26T17:16:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:47 smithi153 bash[108194]: audit 2023-12-26T17:16:46.769789+0000 mon.a (mon.0) 184 : audit [INF] from='client.? 172.21.15.1:0/2761039387' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d2cffc4-92fc-4cfd-9e38-0c668684164b"}]': finished 2023-12-26T17:16:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:47 smithi153 bash[108194]: cluster 2023-12-26T17:16:46.769834+0000 mon.a (mon.0) 185 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-26T17:16:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:47 smithi153 bash[108194]: audit 2023-12-26T17:16:46.769944+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:48.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:48 smithi001 bash[108165]: audit 2023-12-26T17:16:47.531269+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.1:0/410100033' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:16:48.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:48 smithi001 bash[111579]: audit 2023-12-26T17:16:47.531269+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.1:0/410100033' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:16:48.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:48 smithi153 bash[108194]: audit 2023-12-26T17:16:47.531269+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.1:0/410100033' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:16:49.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:49 smithi001 bash[108165]: cluster 2023-12-26T17:16:48.438172+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:49.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:49 smithi001 bash[111579]: cluster 2023-12-26T17:16:48.438172+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:49.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:49 smithi153 bash[108194]: cluster 2023-12-26T17:16:48.438172+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:50.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:50 smithi001 bash[111579]: audit 2023-12-26T17:16:49.739812+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:50.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:50 smithi001 bash[108165]: audit 2023-12-26T17:16:49.739812+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:50.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:50 smithi153 bash[108194]: audit 2023-12-26T17:16:49.739812+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:51.737 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[111579]: cluster 2023-12-26T17:16:50.438569+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:51.737 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[111579]: audit 2023-12-26T17:16:51.426306+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:16:51.737 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[111579]: audit 2023-12-26T17:16:51.426884+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:51.738 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[111579]: audit 2023-12-26T17:16:51.427475+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-26T17:16:51.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[108165]: cluster 2023-12-26T17:16:50.438569+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:51.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[108165]: audit 2023-12-26T17:16:51.426306+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:16:51.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[108165]: audit 2023-12-26T17:16:51.426884+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:51.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:51 smithi001 bash[108165]: audit 2023-12-26T17:16:51.427475+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-26T17:16:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:51 smithi153 bash[108194]: cluster 2023-12-26T17:16:50.438569+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:51 smithi153 bash[108194]: audit 2023-12-26T17:16:51.426306+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:16:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:51 smithi153 bash[108194]: audit 2023-12-26T17:16:51.426884+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:51 smithi153 bash[108194]: audit 2023-12-26T17:16:51.427475+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-26T17:16:52.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:52 smithi001 bash[108165]: cephadm 2023-12-26T17:16:51.427293+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:16:52.645 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:52 smithi001 bash[111579]: cephadm 2023-12-26T17:16:51.427293+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:16:52.711 INFO:teuthology.orchestra.run.smithi001.stdout:Created osd(s) 0 on host 'smithi001' 2023-12-26T17:16:52.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:52 smithi153 bash[108194]: cephadm 2023-12-26T17:16:51.427293+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:16:53.339 DEBUG:teuthology.orchestra.run.smithi001:osd.0> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.0.service 2023-12-26T17:16:53.341 INFO:tasks.cephadm:Deploying osd.1 on smithi001 with /dev/vg_nvme/lv_3... 2023-12-26T17:16:53.341 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-26T17:16:53.373 INFO:journalctl@ceph.osd.0.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:16:53.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[111579]: cluster 2023-12-26T17:16:52.438842+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:53.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[111579]: audit 2023-12-26T17:16:52.702487+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:53.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[111579]: audit 2023-12-26T17:16:52.702895+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:53.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[111579]: audit 2023-12-26T17:16:52.706156+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:53.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[108165]: cluster 2023-12-26T17:16:52.438842+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:53.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[108165]: audit 2023-12-26T17:16:52.702487+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:53.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[108165]: audit 2023-12-26T17:16:52.702895+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:53.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:53 smithi001 bash[108165]: audit 2023-12-26T17:16:52.706156+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:53 smithi153 bash[108194]: cluster 2023-12-26T17:16:52.438842+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:53 smithi153 bash[108194]: audit 2023-12-26T17:16:52.702487+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:53 smithi153 bash[108194]: audit 2023-12-26T17:16:52.702895+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:53 smithi153 bash[108194]: audit 2023-12-26T17:16:52.706156+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004905\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.004982\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:44.005017\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_device_update\": \"2023-12-26T17:15:44.857772\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:54.883 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-26T17:16:54.883 INFO:teuthology.orchestra.run.smithi001.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-26T17:16:54.883 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10+0 records in 2023-12-26T17:16:54.884 INFO:teuthology.orchestra.run.smithi001.stderr:10+0 records out 2023-12-26T17:16:54.884 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.010612 s, 988 MB/s 2023-12-26T17:16:54.884 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping successful for: 2023-12-26T17:16:55.057 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:16:54 smithi001 bash[113979]: debug 2023-12-26T17:16:54.785+0000 7faf63cffec0 -1 Falling back to public interface 2023-12-26T17:16:55.289 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi001:vg_nvme/lv_3 2023-12-26T17:16:55.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[108165]: audit 2023-12-26T17:16:54.154812+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:55.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[111579]: audit 2023-12-26T17:16:54.154812+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:55.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[108165]: audit 2023-12-26T17:16:54.157675+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:55.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[108165]: audit 2023-12-26T17:16:54.158231+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:55.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[108165]: cluster 2023-12-26T17:16:54.439254+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:55.322 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[111579]: audit 2023-12-26T17:16:54.157675+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:55.322 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[111579]: audit 2023-12-26T17:16:54.158231+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:55.322 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[111579]: cluster 2023-12-26T17:16:54.439254+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:55.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:55 smithi153 bash[108194]: audit 2023-12-26T17:16:54.154812+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:55.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:55 smithi153 bash[108194]: audit 2023-12-26T17:16:54.157675+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:55.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:55 smithi153 bash[108194]: audit 2023-12-26T17:16:54.158231+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:55.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:55 smithi153 bash[108194]: cluster 2023-12-26T17:16:54.439254+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:55.575 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:16:55 smithi001 bash[113979]: debug 2023-12-26T17:16:55.360+0000 7faf63cffec0 -1 osd.0 0 log_to_monitors {default=true} 2023-12-26T17:16:56.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:56 smithi001 bash[108165]: audit 2023-12-26T17:16:55.364116+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:16:56.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:56 smithi001 bash[111579]: audit 2023-12-26T17:16:55.364116+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:16:56.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:56 smithi153 bash[108194]: audit 2023-12-26T17:16:55.364116+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:16:57.575 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[113979]: debug 2023-12-26T17:16:57.168+0000 7faf48aac700 -1 osd.0 0 waiting for initial osdmap 2023-12-26T17:16:57.576 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[113979]: debug 2023-12-26T17:16:57.173+0000 7faf53cc8700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.165356+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: cluster 2023-12-26T17:16:56.165410+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.165538+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.165887+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.384085+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.432038+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: cephadm 2023-12-26T17:16:56.432642+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:16:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.432957+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.433565+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.434325+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: cluster 2023-12-26T17:16:56.439471+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.165356+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: cluster 2023-12-26T17:16:56.165410+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.165538+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.165887+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.384085+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.432038+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: cephadm 2023-12-26T17:16:56.432642+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.432957+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.433565+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.434325+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: cluster 2023-12-26T17:16:56.439471+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.600901+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[108165]: audit 2023-12-26T17:16:56.604586+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.600901+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:57 smithi001 bash[111579]: audit 2023-12-26T17:16:56.604586+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.165356+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: cluster 2023-12-26T17:16:56.165410+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.165538+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.165887+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.384085+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.432038+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: cephadm 2023-12-26T17:16:56.432642+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:16:57.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.432957+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:16:57.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.433565+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:16:57.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.434325+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:16:57.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: cluster 2023-12-26T17:16:56.439471+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:16:57.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.600901+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:16:57.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:57 smithi153 bash[108194]: audit 2023-12-26T17:16:56.604586+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153988\", \"created\": \"2023-12-26T17:16:52.671338\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:51.426014\"}}, \"last_daemon_update\": \"2023-12-26T17:16:54.154090\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: cluster 2023-12-26T17:16:56.364688+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: cluster 2023-12-26T17:16:56.364730+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: audit 2023-12-26T17:16:57.166242+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: cluster 2023-12-26T17:16:57.166283+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: audit 2023-12-26T17:16:57.166788+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: audit 2023-12-26T17:16:58.031616+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.1:0/2620232441' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a80fa4e6-3b2d-49af-8576-8c29e41463c0"}]: dispatch 2023-12-26T17:16:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: cluster 2023-12-26T17:16:58.035158+0000 mon.a (mon.0) 213 : cluster [INF] osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541] boot 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: audit 2023-12-26T17:16:58.035184+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.1:0/2620232441' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a80fa4e6-3b2d-49af-8576-8c29e41463c0"}]': finished 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: cluster 2023-12-26T17:16:58.035207+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 2 total, 1 up, 1 in 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: audit 2023-12-26T17:16:58.035599+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[108165]: audit 2023-12-26T17:16:58.035931+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: cluster 2023-12-26T17:16:56.364688+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: cluster 2023-12-26T17:16:56.364730+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: audit 2023-12-26T17:16:57.166242+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: cluster 2023-12-26T17:16:57.166283+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: audit 2023-12-26T17:16:57.166788+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: audit 2023-12-26T17:16:58.031616+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.1:0/2620232441' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a80fa4e6-3b2d-49af-8576-8c29e41463c0"}]: dispatch 2023-12-26T17:16:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: cluster 2023-12-26T17:16:58.035158+0000 mon.a (mon.0) 213 : cluster [INF] osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541] boot 2023-12-26T17:16:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: audit 2023-12-26T17:16:58.035184+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.1:0/2620232441' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a80fa4e6-3b2d-49af-8576-8c29e41463c0"}]': finished 2023-12-26T17:16:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: cluster 2023-12-26T17:16:58.035207+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 2 total, 1 up, 1 in 2023-12-26T17:16:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: audit 2023-12-26T17:16:58.035599+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:58 smithi001 bash[111579]: audit 2023-12-26T17:16:58.035931+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: cluster 2023-12-26T17:16:56.364688+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: cluster 2023-12-26T17:16:56.364730+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: audit 2023-12-26T17:16:57.166242+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: cluster 2023-12-26T17:16:57.166283+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: audit 2023-12-26T17:16:57.166788+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: audit 2023-12-26T17:16:58.031616+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.1:0/2620232441' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a80fa4e6-3b2d-49af-8576-8c29e41463c0"}]: dispatch 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: cluster 2023-12-26T17:16:58.035158+0000 mon.a (mon.0) 213 : cluster [INF] osd.0 [v2:172.21.15.1:6802/3798480541,v1:172.21.15.1:6803/3798480541] boot 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: audit 2023-12-26T17:16:58.035184+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.1:0/2620232441' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a80fa4e6-3b2d-49af-8576-8c29e41463c0"}]': finished 2023-12-26T17:16:58.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: cluster 2023-12-26T17:16:58.035207+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 2 total, 1 up, 1 in 2023-12-26T17:16:58.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: audit 2023-12-26T17:16:58.035599+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:16:58.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:58 smithi153 bash[108194]: audit 2023-12-26T17:16:58.035931+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:16:59.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[108165]: cluster 2023-12-26T17:16:58.439766+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:16:59.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[108165]: audit 2023-12-26T17:16:58.782738+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.1:0/3372847423' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:16:59.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[108165]: cluster 2023-12-26T17:16:59.037257+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-26T17:16:59.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[108165]: audit 2023-12-26T17:16:59.037371+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:16:59.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[111579]: cluster 2023-12-26T17:16:58.439766+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:16:59.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[111579]: audit 2023-12-26T17:16:58.782738+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.1:0/3372847423' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:16:59.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[111579]: cluster 2023-12-26T17:16:59.037257+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-26T17:16:59.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:16:59 smithi001 bash[111579]: audit 2023-12-26T17:16:59.037371+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:16:59.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:59 smithi153 bash[108194]: cluster 2023-12-26T17:16:58.439766+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:16:59.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:59 smithi153 bash[108194]: audit 2023-12-26T17:16:58.782738+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.1:0/3372847423' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:16:59.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:59 smithi153 bash[108194]: cluster 2023-12-26T17:16:59.037257+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-26T17:16:59.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:16:59 smithi153 bash[108194]: audit 2023-12-26T17:16:59.037371+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:00.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:00 smithi001 bash[108165]: cluster 2023-12-26T17:16:59.169691+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-26T17:17:00.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:00 smithi001 bash[108165]: cluster 2023-12-26T17:17:00.039366+0000 mon.a (mon.0) 222 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-26T17:17:00.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:00 smithi001 bash[108165]: audit 2023-12-26T17:17:00.039507+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:00.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:00 smithi001 bash[111579]: cluster 2023-12-26T17:16:59.169691+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-26T17:17:00.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:00 smithi001 bash[111579]: cluster 2023-12-26T17:17:00.039366+0000 mon.a (mon.0) 222 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-26T17:17:00.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:00 smithi001 bash[111579]: audit 2023-12-26T17:17:00.039507+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:00.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:00 smithi153 bash[108194]: cluster 2023-12-26T17:16:59.169691+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-26T17:17:00.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:00 smithi153 bash[108194]: cluster 2023-12-26T17:17:00.039366+0000 mon.a (mon.0) 222 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-26T17:17:00.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:00 smithi153 bash[108194]: audit 2023-12-26T17:17:00.039507+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:01.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:01 smithi001 bash[111579]: cluster 2023-12-26T17:17:00.440230+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:01.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:01 smithi001 bash[111579]: audit 2023-12-26T17:17:01.027968+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:01.325 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:01 smithi001 bash[108165]: cluster 2023-12-26T17:17:00.440230+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:01.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:01 smithi001 bash[108165]: audit 2023-12-26T17:17:01.027968+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:01.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:01 smithi153 bash[108194]: cluster 2023-12-26T17:17:00.440230+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:01.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:01 smithi153 bash[108194]: audit 2023-12-26T17:17:01.027968+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:03.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[111579]: cluster 2023-12-26T17:17:02.440562+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:03.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[111579]: audit 2023-12-26T17:17:02.617237+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:17:03.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[111579]: audit 2023-12-26T17:17:02.617825+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:03.745 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[111579]: audit 2023-12-26T17:17:02.618438+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-26T17:17:03.745 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:03 smithi001 systemd[1]: Stopping Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:03.745 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[113979]: debug 2023-12-26T17:17:03.689+0000 7faf5b547700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:17:03.745 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[113979]: debug 2023-12-26T17:17:03.689+0000 7faf5b547700 -1 osd.0 12 *** Got signal Terminated *** 2023-12-26T17:17:03.745 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[113979]: debug 2023-12-26T17:17:03.689+0000 7faf5b547700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:17:03.745 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[108165]: cluster 2023-12-26T17:17:02.440562+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:03.745 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[108165]: audit 2023-12-26T17:17:02.617237+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:17:03.745 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[108165]: audit 2023-12-26T17:17:02.617825+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:03.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:03 smithi001 bash[108165]: audit 2023-12-26T17:17:02.618438+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-26T17:17:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:03 smithi153 bash[108194]: cluster 2023-12-26T17:17:02.440562+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:03 smithi153 bash[108194]: audit 2023-12-26T17:17:02.617237+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:17:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:03 smithi153 bash[108194]: audit 2023-12-26T17:17:02.617825+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:03 smithi153 bash[108194]: audit 2023-12-26T17:17:02.618438+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-26T17:17:04.325 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:04 smithi001 podman[115134]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.0 2023-12-26T17:17:04.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:04 smithi001 bash[108165]: cephadm 2023-12-26T17:17:02.618244+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:17:04.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:04 smithi001 bash[111579]: cephadm 2023-12-26T17:17:02.618244+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:17:04.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:04 smithi153 bash[108194]: cephadm 2023-12-26T17:17:02.618244+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:17:05.075 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:04 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.0.service: Succeeded. 2023-12-26T17:17:05.075 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:04 smithi001 systemd[1]: Stopped Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:05.075 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:04 smithi001 systemd[1]: Starting Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:05.075 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:04 smithi001 podman[115271]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-26T17:17:05.076 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:04 smithi001 systemd[1]: Started Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-26T17:17:05.768 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[115287]: --> ceph-volume lvm activate successful for osd ID: 0 2023-12-26T17:17:05.769 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: cluster 2023-12-26T17:17:04.440860+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:05.769 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: cluster 2023-12-26T17:17:04.440860+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:05.769 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: audit 2023-12-26T17:17:05.006532+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:05.769 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: audit 2023-12-26T17:17:05.007098+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:05.769 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: audit 2023-12-26T17:17:05.009764+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: audit 2023-12-26T17:17:05.011923+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: audit 2023-12-26T17:17:05.012575+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: audit 2023-12-26T17:17:05.013312+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[108165]: cluster 2023-12-26T17:17:05.078246+0000 mon.a (mon.0) 234 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: audit 2023-12-26T17:17:05.006532+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: audit 2023-12-26T17:17:05.007098+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: audit 2023-12-26T17:17:05.009764+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: audit 2023-12-26T17:17:05.011923+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: audit 2023-12-26T17:17:05.012575+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: audit 2023-12-26T17:17:05.013312+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-26T17:17:05.770 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:05 smithi001 bash[111579]: cluster 2023-12-26T17:17:05.078246+0000 mon.a (mon.0) 234 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-26T17:17:05.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: cluster 2023-12-26T17:17:04.440860+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:05.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: audit 2023-12-26T17:17:05.006532+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:05.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: audit 2023-12-26T17:17:05.007098+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:05.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: audit 2023-12-26T17:17:05.009764+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153726\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153853\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:54.153923\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:05.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: audit 2023-12-26T17:17:05.011923+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:17:05.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: audit 2023-12-26T17:17:05.012575+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:05.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: audit 2023-12-26T17:17:05.013312+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-26T17:17:05.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:05 smithi153 bash[108194]: cluster 2023-12-26T17:17:05.078246+0000 mon.a (mon.0) 234 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-26T17:17:06.717 INFO:teuthology.orchestra.run.smithi001.stdout:Created osd(s) 0,1 on host 'smithi001' 2023-12-26T17:17:06.813 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:06 smithi001 bash[108165]: cephadm 2023-12-26T17:17:05.013075+0000 mgr.y (mgr.14142) 54 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:17:06.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:06 smithi001 bash[111579]: cephadm 2023-12-26T17:17:05.013075+0000 mgr.y (mgr.14142) 54 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:17:06.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:06 smithi153 bash[108194]: cephadm 2023-12-26T17:17:05.013075+0000 mgr.y (mgr.14142) 54 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:17:07.244 DEBUG:teuthology.orchestra.run.smithi001:osd.1> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.1.service 2023-12-26T17:17:07.246 INFO:tasks.cephadm:Deploying osd.2 on smithi001 with /dev/vg_nvme/lv_2... 2023-12-26T17:17:07.246 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-26T17:17:07.278 INFO:journalctl@ceph.osd.1.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:17:07.325 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115542]: debug 2023-12-26T17:17:07.109+0000 7f8d86085ec0 -1 Falling back to public interface 2023-12-26T17:17:07.674 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115542]: debug 2023-12-26T17:17:07.670+0000 7f8d86085ec0 -1 osd.0 12 log_to_monitors {default=true} 2023-12-26T17:17:07.675 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[108165]: cluster 2023-12-26T17:17:06.441118+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:07.675 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[108165]: audit 2023-12-26T17:17:06.622499+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_daemon_update\": \"2023-12-26T17:17:06.621915\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:07.675 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[111579]: cluster 2023-12-26T17:17:06.441118+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:07.675 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[111579]: audit 2023-12-26T17:17:06.622499+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_daemon_update\": \"2023-12-26T17:17:06.621915\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[111579]: audit 2023-12-26T17:17:06.626204+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_daemon_update\": \"2023-12-26T17:17:06.621915\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[111579]: audit 2023-12-26T17:17:06.708945+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[111579]: audit 2023-12-26T17:17:06.709357+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[108165]: audit 2023-12-26T17:17:06.626204+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_daemon_update\": \"2023-12-26T17:17:06.621915\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[108165]: audit 2023-12-26T17:17:06.708945+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[108165]: audit 2023-12-26T17:17:06.709357+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:07.676 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[108165]: audit 2023-12-26T17:17:06.712546+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:07.677 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[111579]: audit 2023-12-26T17:17:06.712546+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-26T17:17:07.677 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115695]: --> ceph-volume lvm activate successful for osd ID: 1 2023-12-26T17:17:07.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:07 smithi153 bash[108194]: cluster 2023-12-26T17:17:06.441118+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:07.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:07 smithi153 bash[108194]: audit 2023-12-26T17:17:06.622499+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_daemon_update\": \"2023-12-26T17:17:06.621915\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:07.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:07 smithi153 bash[108194]: audit 2023-12-26T17:17:06.626204+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}}, \"last_daemon_update\": \"2023-12-26T17:17:06.621915\", \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:07.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:07 smithi153 bash[108194]: audit 2023-12-26T17:17:06.708945+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:07.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:07 smithi153 bash[108194]: audit 2023-12-26T17:17:06.709357+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:07.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:07 smithi153 bash[108194]: audit 2023-12-26T17:17:06.712546+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621690\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621776\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621812\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:06.621843\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_device_update\": \"2023-12-26T17:16:56.600278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:07.946 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:17:07 smithi001 bash[115542]: debug 2023-12-26T17:17:07.680+0000 7f8d7604e700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:17:08.518 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[116176]: debug 2023-12-26T17:17:08.400+0000 7f335a554ec0 1 -- 172.21.15.1:0/2917468673 >> [v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0] conn(0x561a68f77400 msgr2=0x561a68f73f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-26T17:17:08.518 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[116176]: debug 2023-12-26T17:17:08.400+0000 7f335a554ec0 1 --2- 172.21.15.1:0/2917468673 >> [v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0] conn(0x561a68f77400 0x561a68f73f80 secure :-1 s=READY pgs=10 cs=0 l=1 rx=0x561a68f09d70 tx=0x561a69be2aa0).stop 2023-12-26T17:17:08.798 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-26T17:17:08.798 INFO:teuthology.orchestra.run.smithi001.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-26T17:17:08.798 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10+0 records in 2023-12-26T17:17:08.798 INFO:teuthology.orchestra.run.smithi001.stderr:10+0 records out 2023-12-26T17:17:08.799 INFO:teuthology.orchestra.run.smithi001.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110795 s, 946 MB/s 2023-12-26T17:17:08.799 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping successful for: 2023-12-26T17:17:08.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:07.676327+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:17:08.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:07.677265+0000 mon.a (mon.0) 240 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:17:08.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:07.678091+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:08.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:07.678353+0000 mon.a (mon.0) 241 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:07.676327+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:17:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:07.677265+0000 mon.a (mon.0) 240 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:17:08.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:07.678091+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:07.678353+0000 mon.a (mon.0) 241 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:08.359243+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:08.361916+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[108165]: audit 2023-12-26T17:17:08.362589+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:08.359243+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:08.361916+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:08.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[111579]: audit 2023-12-26T17:17:08.362589+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:07.676327+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:07.677265+0000 mon.a (mon.0) 240 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:07.678091+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:07.678353+0000 mon.a (mon.0) 241 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:08.359243+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:08.361916+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:08.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:08 smithi153 bash[108194]: audit 2023-12-26T17:17:08.362589+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:09.146 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:08 smithi001 bash[116176]: debug 2023-12-26T17:17:08.919+0000 7f335a554ec0 -1 Falling back to public interface 2023-12-26T17:17:09.302 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi001:vg_nvme/lv_2 2023-12-26T17:17:09.710 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:08.441414+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:09.710 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:08.505340+0000 mon.a (mon.0) 245 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:09.710 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:08.505367+0000 mon.a (mon.0) 246 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:08.505389+0000 mon.a (mon.0) 247 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:08.508894+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:08.509338+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.488563+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.488894+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:09.506831+0000 mon.a (mon.0) 251 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:09.506853+0000 mon.a (mon.0) 252 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:09.506873+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:09.510720+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585] boot 2023-12-26T17:17:09.711 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.510760+0000 mon.a (mon.0) 255 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: cluster 2023-12-26T17:17:09.510803+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.510931+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.511324+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.511394+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[108165]: audit 2023-12-26T17:17:09.511651+0000 mon.a (mon.0) 259 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:08.441414+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:08.505340+0000 mon.a (mon.0) 245 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:08.505367+0000 mon.a (mon.0) 246 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:08.505389+0000 mon.a (mon.0) 247 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:08.508894+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-26T17:17:09.712 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:08.509338+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.488563+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.488894+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:09.506831+0000 mon.a (mon.0) 251 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:09.506853+0000 mon.a (mon.0) 252 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:09.506873+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:09.510720+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585] boot 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.510760+0000 mon.a (mon.0) 255 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: cluster 2023-12-26T17:17:09.510803+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.510931+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.511324+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.511394+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[111579]: audit 2023-12-26T17:17:09.511651+0000 mon.a (mon.0) 259 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:09.713 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:09 smithi001 bash[116176]: debug 2023-12-26T17:17:09.485+0000 7f335a554ec0 -1 osd.1 0 log_to_monitors {default=true} 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:08.441414+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:08.505340+0000 mon.a (mon.0) 245 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:08.505367+0000 mon.a (mon.0) 246 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:08.505389+0000 mon.a (mon.0) 247 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:08.508894+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:08.509338+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.488563+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.488894+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:09.506831+0000 mon.a (mon.0) 251 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:09.506853+0000 mon.a (mon.0) 252 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:09.506873+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:09.510720+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.1:6802/2354349585,v1:172.21.15.1:6803/2354349585] boot 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.510760+0000 mon.a (mon.0) 255 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: cluster 2023-12-26T17:17:09.510803+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.510931+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.511324+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.511394+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:09 smithi153 bash[108194]: audit 2023-12-26T17:17:09.511651+0000 mon.a (mon.0) 259 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:10.825 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:10 smithi001 bash[116176]: debug 2023-12-26T17:17:10.513+0000 7f333f301700 -1 osd.1 0 waiting for initial osdmap 2023-12-26T17:17:10.825 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:10 smithi001 bash[116176]: debug 2023-12-26T17:17:10.517+0000 7f334a51d700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: cluster 2023-12-26T17:17:10.441702+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v47: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: cluster 2023-12-26T17:17:10.498587+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: cluster 2023-12-26T17:17:10.498633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:10.511939+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: cluster 2023-12-26T17:17:10.511992+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:10.512159+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:10.578756+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:10.579311+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:10.580026+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:11.065586+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: cluster 2023-12-26T17:17:10.441702+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v47: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: cluster 2023-12-26T17:17:10.498587+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: cluster 2023-12-26T17:17:10.498633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:10.511939+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: cluster 2023-12-26T17:17:10.511992+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:10.512159+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:10.578756+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:10.579311+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:10.580026+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:11.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:11.065586+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:11.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:11.278648+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:11.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[108165]: audit 2023-12-26T17:17:11.281322+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:11.278648+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:11 smithi001 bash[111579]: audit 2023-12-26T17:17:11.281322+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: cluster 2023-12-26T17:17:10.441702+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v47: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: cluster 2023-12-26T17:17:10.498587+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: cluster 2023-12-26T17:17:10.498633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:10.511939+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: cluster 2023-12-26T17:17:10.511992+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:10.512159+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:10.578756+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:10.579311+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:10.580026+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:11.065586+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:11.278648+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:11.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:11 smithi153 bash[108194]: audit 2023-12-26T17:17:11.281322+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358552\", \"created\": \"2023-12-26T17:17:06.676167\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:05.010726\"}}, \"last_daemon_update\": \"2023-12-26T17:17:08.358611\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:12.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: audit 2023-12-26T17:17:10.577864+0000 mgr.y (mgr.14142) 58 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:12.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: cephadm 2023-12-26T17:17:10.578446+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:17:12.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: cluster 2023-12-26T17:17:11.521088+0000 mon.a (mon.0) 269 : cluster [INF] osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375] boot 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: cluster 2023-12-26T17:17:11.521137+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: audit 2023-12-26T17:17:11.521235+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: audit 2023-12-26T17:17:12.121245+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.1:0/2925274023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]: dispatch 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: audit 2023-12-26T17:17:12.121554+0000 mon.a (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]: dispatch 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: audit 2023-12-26T17:17:12.125334+0000 mon.a (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]': finished 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: cluster 2023-12-26T17:17:12.125376+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[108165]: audit 2023-12-26T17:17:12.125504+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: audit 2023-12-26T17:17:10.577864+0000 mgr.y (mgr.14142) 58 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: cephadm 2023-12-26T17:17:10.578446+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: cluster 2023-12-26T17:17:11.521088+0000 mon.a (mon.0) 269 : cluster [INF] osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375] boot 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: cluster 2023-12-26T17:17:11.521137+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: audit 2023-12-26T17:17:11.521235+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:12.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: audit 2023-12-26T17:17:12.121245+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.1:0/2925274023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]: dispatch 2023-12-26T17:17:12.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: audit 2023-12-26T17:17:12.121554+0000 mon.a (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]: dispatch 2023-12-26T17:17:12.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: audit 2023-12-26T17:17:12.125334+0000 mon.a (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]': finished 2023-12-26T17:17:12.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: cluster 2023-12-26T17:17:12.125376+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2023-12-26T17:17:12.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:12 smithi001 bash[111579]: audit 2023-12-26T17:17:12.125504+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: audit 2023-12-26T17:17:10.577864+0000 mgr.y (mgr.14142) 58 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: cephadm 2023-12-26T17:17:10.578446+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: cluster 2023-12-26T17:17:11.521088+0000 mon.a (mon.0) 269 : cluster [INF] osd.1 [v2:172.21.15.1:6810/835940375,v1:172.21.15.1:6811/835940375] boot 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: cluster 2023-12-26T17:17:11.521137+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: audit 2023-12-26T17:17:11.521235+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: audit 2023-12-26T17:17:12.121245+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.1:0/2925274023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]: dispatch 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: audit 2023-12-26T17:17:12.121554+0000 mon.a (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]: dispatch 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: audit 2023-12-26T17:17:12.125334+0000 mon.a (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d6ca3a5-353c-4a4f-821a-bb37bfe9b153"}]': finished 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: cluster 2023-12-26T17:17:12.125376+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2023-12-26T17:17:12.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:12 smithi153 bash[108194]: audit 2023-12-26T17:17:12.125504+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:13.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[108165]: cluster 2023-12-26T17:17:12.442010+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v51: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[108165]: audit 2023-12-26T17:17:12.838268+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.1:0/3988908797' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[108165]: cluster 2023-12-26T17:17:13.129073+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[108165]: audit 2023-12-26T17:17:13.129218+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[111579]: cluster 2023-12-26T17:17:12.442010+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v51: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[111579]: audit 2023-12-26T17:17:12.838268+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.1:0/3988908797' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[111579]: cluster 2023-12-26T17:17:13.129073+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-26T17:17:13.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:13 smithi001 bash[111579]: audit 2023-12-26T17:17:13.129218+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:13.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:13 smithi153 bash[108194]: cluster 2023-12-26T17:17:12.442010+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v51: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-26T17:17:13.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:13 smithi153 bash[108194]: audit 2023-12-26T17:17:12.838268+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.1:0/3988908797' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:13.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:13 smithi153 bash[108194]: cluster 2023-12-26T17:17:13.129073+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-26T17:17:13.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:13 smithi153 bash[108194]: audit 2023-12-26T17:17:13.129218+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:15.352 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:15 smithi001 bash[111579]: cluster 2023-12-26T17:17:14.442374+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-26T17:17:15.352 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:15 smithi001 bash[111579]: audit 2023-12-26T17:17:15.034887+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:15.353 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:15 smithi001 bash[108165]: cluster 2023-12-26T17:17:14.442374+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-26T17:17:15.353 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:15 smithi001 bash[108165]: audit 2023-12-26T17:17:15.034887+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:15.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:15 smithi153 bash[108194]: cluster 2023-12-26T17:17:14.442374+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-26T17:17:15.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:15 smithi153 bash[108194]: audit 2023-12-26T17:17:15.034887+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[108165]: cluster 2023-12-26T17:17:16.442627+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[108165]: audit 2023-12-26T17:17:16.674436+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[108165]: audit 2023-12-26T17:17:16.674978+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[108165]: audit 2023-12-26T17:17:16.675562+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[111579]: cluster 2023-12-26T17:17:16.442627+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[111579]: audit 2023-12-26T17:17:16.674436+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[111579]: audit 2023-12-26T17:17:16.674978+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:17.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[111579]: audit 2023-12-26T17:17:16.675562+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-26T17:17:17.827 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:17 smithi001 systemd[1]: Stopping Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:17.827 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[116176]: debug 2023-12-26T17:17:17.637+0000 7f3351d9c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:17:17.827 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[116176]: debug 2023-12-26T17:17:17.637+0000 7f3351d9c700 -1 osd.1 19 *** Got signal Terminated *** 2023-12-26T17:17:17.827 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:17 smithi001 bash[116176]: debug 2023-12-26T17:17:17.637+0000 7f3351d9c700 -1 osd.1 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:17:17.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:17 smithi153 bash[108194]: cluster 2023-12-26T17:17:16.442627+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-26T17:17:17.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:17 smithi153 bash[108194]: audit 2023-12-26T17:17:16.674436+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:17:17.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:17 smithi153 bash[108194]: audit 2023-12-26T17:17:16.674978+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:17.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:17 smithi153 bash[108194]: audit 2023-12-26T17:17:16.675562+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-26T17:17:18.133 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:17 smithi001 podman[117329]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.1 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cephadm 2023-12-26T17:17:16.675371+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cluster 2023-12-26T17:17:17.501345+0000 mon.a (mon.0) 283 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: audit 2023-12-26T17:17:17.501463+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: audit 2023-12-26T17:17:17.505754+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231226-171540"}]: dispatch 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: audit 2023-12-26T17:17:17.508409+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231226-171540"}]': finished 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cluster 2023-12-26T17:17:17.882289+0000 mon.a (mon.0) 287 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cluster 2023-12-26T17:17:17.882321+0000 mon.a (mon.0) 288 : cluster [INF] osd.1 failed (root=default,host=smithi001) (connection refused reported by osd.0) 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cluster 2023-12-26T17:17:17.882474+0000 mon.a (mon.0) 289 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.283281+0000 mon.a (mon.0) 290 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.746 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.283402+0000 mon.a (mon.0) 291 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cephadm 2023-12-26T17:17:16.675371+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cluster 2023-12-26T17:17:17.501345+0000 mon.a (mon.0) 283 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: audit 2023-12-26T17:17:17.501463+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: audit 2023-12-26T17:17:17.505754+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231226-171540"}]: dispatch 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: audit 2023-12-26T17:17:17.508409+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231226-171540"}]': finished 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cluster 2023-12-26T17:17:17.882289+0000 mon.a (mon.0) 287 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cluster 2023-12-26T17:17:17.882321+0000 mon.a (mon.0) 288 : cluster [INF] osd.1 failed (root=default,host=smithi001) (connection refused reported by osd.0) 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cluster 2023-12-26T17:17:17.882474+0000 mon.a (mon.0) 289 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.283281+0000 mon.a (mon.0) 290 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.747 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:18 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.283402+0000 mon.a (mon.0) 291 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cephadm 2023-12-26T17:17:16.675371+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cluster 2023-12-26T17:17:17.501345+0000 mon.a (mon.0) 283 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: audit 2023-12-26T17:17:17.501463+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: audit 2023-12-26T17:17:17.505754+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231226-171540"}]: dispatch 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: audit 2023-12-26T17:17:17.508409+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231226-171540"}]': finished 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cluster 2023-12-26T17:17:17.882289+0000 mon.a (mon.0) 287 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cluster 2023-12-26T17:17:17.882321+0000 mon.a (mon.0) 288 : cluster [INF] osd.1 failed (root=default,host=smithi001) (connection refused reported by osd.0) 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cluster 2023-12-26T17:17:17.882474+0000 mon.a (mon.0) 289 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.283281+0000 mon.a (mon.0) 290 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:18.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:18 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.283402+0000 mon.a (mon.0) 291 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:17:19.019 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:18 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.1.service: Succeeded. 2023-12-26T17:17:19.019 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:18 smithi001 systemd[1]: Stopped Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:19.019 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:18 smithi001 systemd[1]: Starting Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:19.019 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:18 smithi001 podman[117465]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-26T17:17:19.019 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:18 smithi001 systemd[1]: Started Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:19.556 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-26T17:17:19.556 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-12-26T17:17:19.556 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-26T17:17:19.557 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-12-26T17:17:19.557 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-26T17:17:19.557 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-26T17:17:19.557 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[117481]: --> ceph-volume lvm activate successful for osd ID: 1 2023-12-26T17:17:19.557 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.442911+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:19.557 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.506798+0000 mon.a (mon.0) 292 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-26T17:17:19.557 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.506818+0000 mon.a (mon.0) 293 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:19.557 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.507145+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:19.557 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: cluster 2023-12-26T17:17:18.511450+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-26T17:17:19.557 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.511584+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.932012+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.932549+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.935372+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.936779+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.937848+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[108165]: audit 2023-12-26T17:17:18.938535+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.442911+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.506798+0000 mon.a (mon.0) 292 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.506818+0000 mon.a (mon.0) 293 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.507145+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:19.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: cluster 2023-12-26T17:17:18.511450+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.511584+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.932012+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.932549+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.935372+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.936779+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.937848+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:19.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:19 smithi001 bash[111579]: audit 2023-12-26T17:17:18.938535+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-26T17:17:19.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.442911+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.506798+0000 mon.a (mon.0) 292 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.506818+0000 mon.a (mon.0) 293 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.507145+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: cluster 2023-12-26T17:17:18.511450+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.511584+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.932012+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.932549+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.935372+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358379\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358456\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358491\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:08.358522\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.936779+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.937848+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:19 smithi153 bash[108194]: audit 2023-12-26T17:17:18.938535+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-26T17:17:20.521 INFO:teuthology.orchestra.run.smithi001.stdout:Created osd(s) 1,2 on host 'smithi001' 2023-12-26T17:17:20.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[108165]: cephadm 2023-12-26T17:17:18.938321+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-12-26T17:17:20.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[108165]: cluster 2023-12-26T17:17:19.512837+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-26T17:17:20.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[108165]: audit 2023-12-26T17:17:19.512957+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:20.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[111579]: cephadm 2023-12-26T17:17:18.938321+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-12-26T17:17:20.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[111579]: cluster 2023-12-26T17:17:19.512837+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-26T17:17:20.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[111579]: audit 2023-12-26T17:17:19.512957+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:20.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[108165]: audit 2023-12-26T17:17:20.375501+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_daemon_update\": \"2023-12-26T17:17:20.374570\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:20.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[108165]: audit 2023-12-26T17:17:20.378501+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_daemon_update\": \"2023-12-26T17:17:20.374570\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:20.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[111579]: audit 2023-12-26T17:17:20.375501+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_daemon_update\": \"2023-12-26T17:17:20.374570\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:20.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[111579]: audit 2023-12-26T17:17:20.378501+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_daemon_update\": \"2023-12-26T17:17:20.374570\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:20.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:20 smithi153 bash[108194]: cephadm 2023-12-26T17:17:18.938321+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-12-26T17:17:20.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:20 smithi153 bash[108194]: cluster 2023-12-26T17:17:19.512837+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-26T17:17:20.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:20 smithi153 bash[108194]: audit 2023-12-26T17:17:19.512957+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:20.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:20 smithi153 bash[108194]: audit 2023-12-26T17:17:20.375501+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_daemon_update\": \"2023-12-26T17:17:20.374570\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:20.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:20 smithi153 bash[108194]: audit 2023-12-26T17:17:20.378501+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}}, \"last_daemon_update\": \"2023-12-26T17:17:20.374570\", \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:21.054 DEBUG:teuthology.orchestra.run.smithi001:osd.2> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.2.service 2023-12-26T17:17:21.057 INFO:tasks.cephadm:Deploying osd.3 on smithi001 with /dev/vg_nvme/lv_1... 2023-12-26T17:17:21.058 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-26T17:17:21.089 INFO:journalctl@ceph.osd.2.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:17:21.153 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:20 smithi001 bash[117693]: debug 2023-12-26T17:17:20.878+0000 7f5b251a8ec0 -1 Falling back to public interface 2023-12-26T17:17:21.461 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[117693]: debug 2023-12-26T17:17:21.455+0000 7f5b251a8ec0 -1 osd.1 19 log_to_monitors {default=true} 2023-12-26T17:17:21.826 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[117693]: debug 2023-12-26T17:17:21.463+0000 7f5b19179700 -1 osd.1 19 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:17:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[108165]: cluster 2023-12-26T17:17:20.443171+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[108165]: audit 2023-12-26T17:17:20.510614+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[108165]: audit 2023-12-26T17:17:20.511338+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[108165]: audit 2023-12-26T17:17:20.513991+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[108165]: audit 2023-12-26T17:17:21.460843+0000 mon.a (mon.0) 310 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[108165]: audit 2023-12-26T17:17:21.461263+0000 mon.a (mon.0) 311 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[111579]: cluster 2023-12-26T17:17:20.443171+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[111579]: audit 2023-12-26T17:17:20.510614+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[111579]: audit 2023-12-26T17:17:20.511338+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[111579]: audit 2023-12-26T17:17:20.513991+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[111579]: audit 2023-12-26T17:17:21.460843+0000 mon.a (mon.0) 310 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:21 smithi001 bash[111579]: audit 2023-12-26T17:17:21.461263+0000 mon.a (mon.0) 311 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:21 smithi153 bash[108194]: cluster 2023-12-26T17:17:20.443171+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:21 smithi153 bash[108194]: audit 2023-12-26T17:17:20.510614+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:21 smithi153 bash[108194]: audit 2023-12-26T17:17:20.511338+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:21 smithi153 bash[108194]: audit 2023-12-26T17:17:20.513991+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374159\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374273\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374336\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374395\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:20.374451\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_device_update\": \"2023-12-26T17:17:11.277999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:21 smithi153 bash[108194]: audit 2023-12-26T17:17:21.460843+0000 mon.a (mon.0) 310 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T17:17:21.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:21 smithi153 bash[108194]: audit 2023-12-26T17:17:21.461263+0000 mon.a (mon.0) 311 : audit [INF] from='osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:22.655 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-26T17:17:22.655 INFO:teuthology.orchestra.run.smithi001.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-26T17:17:22.655 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10+0 records in 2023-12-26T17:17:22.655 INFO:teuthology.orchestra.run.smithi001.stderr:10+0 records out 2023-12-26T17:17:22.655 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0137827 s, 761 MB/s 2023-12-26T17:17:22.656 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping successful for: 2023-12-26T17:17:22.826 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[118299]: debug 2023-12-26T17:17:22.591+0000 7ff0fa28aec0 -1 Falling back to public interface 2023-12-26T17:17:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: cluster 2023-12-26T17:17:22.378377+0000 mon.a (mon.0) 312 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: cluster 2023-12-26T17:17:22.378412+0000 mon.a (mon.0) 313 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:22.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: cluster 2023-12-26T17:17:22.382144+0000 mon.a (mon.0) 314 : cluster [INF] osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849] boot 2023-12-26T17:17:22.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: cluster 2023-12-26T17:17:22.382202+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-26T17:17:22.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: audit 2023-12-26T17:17:22.382542+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:22.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: audit 2023-12-26T17:17:22.382788+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: cluster 2023-12-26T17:17:22.378377+0000 mon.a (mon.0) 312 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: cluster 2023-12-26T17:17:22.378412+0000 mon.a (mon.0) 313 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: cluster 2023-12-26T17:17:22.382144+0000 mon.a (mon.0) 314 : cluster [INF] osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849] boot 2023-12-26T17:17:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: cluster 2023-12-26T17:17:22.382202+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-26T17:17:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: audit 2023-12-26T17:17:22.382542+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:22.829 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: audit 2023-12-26T17:17:22.382788+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: audit 2023-12-26T17:17:22.507773+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:22.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: audit 2023-12-26T17:17:22.510422+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:22.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[108165]: audit 2023-12-26T17:17:22.510928+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: audit 2023-12-26T17:17:22.507773+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: audit 2023-12-26T17:17:22.510422+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:22 smithi001 bash[111579]: audit 2023-12-26T17:17:22.510928+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: cluster 2023-12-26T17:17:22.378377+0000 mon.a (mon.0) 312 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: cluster 2023-12-26T17:17:22.378412+0000 mon.a (mon.0) 313 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: cluster 2023-12-26T17:17:22.382144+0000 mon.a (mon.0) 314 : cluster [INF] osd.1 [v2:172.21.15.1:6810/2712851849,v1:172.21.15.1:6811/2712851849] boot 2023-12-26T17:17:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: cluster 2023-12-26T17:17:22.382202+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-26T17:17:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: audit 2023-12-26T17:17:22.382542+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:17:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: audit 2023-12-26T17:17:22.382788+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: audit 2023-12-26T17:17:22.507773+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: audit 2023-12-26T17:17:22.510422+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:22 smithi153 bash[108194]: audit 2023-12-26T17:17:22.510928+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:23.070 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi001:vg_nvme/lv_1 2023-12-26T17:17:23.213 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[118299]: debug 2023-12-26T17:17:23.156+0000 7ff0fa28aec0 -1 osd.2 0 log_to_monitors {default=true} 2023-12-26T17:17:23.781 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: cluster 2023-12-26T17:17:22.443445+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 stale+active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: audit 2023-12-26T17:17:23.160685+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: audit 2023-12-26T17:17:23.160974+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: audit 2023-12-26T17:17:23.386682+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: cluster 2023-12-26T17:17:23.386739+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: audit 2023-12-26T17:17:23.386946+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: audit 2023-12-26T17:17:23.387287+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[111579]: audit 2023-12-26T17:17:23.387546+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: cluster 2023-12-26T17:17:22.443445+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 stale+active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: audit 2023-12-26T17:17:23.160685+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: audit 2023-12-26T17:17:23.160974+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:23.782 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: audit 2023-12-26T17:17:23.386682+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-26T17:17:23.783 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: cluster 2023-12-26T17:17:23.386739+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-26T17:17:23.783 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: audit 2023-12-26T17:17:23.386946+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:23.783 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: audit 2023-12-26T17:17:23.387287+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:23.783 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:23 smithi001 bash[108165]: audit 2023-12-26T17:17:23.387546+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: cluster 2023-12-26T17:17:22.443445+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 stale+active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: audit 2023-12-26T17:17:23.160685+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: audit 2023-12-26T17:17:23.160974+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: audit 2023-12-26T17:17:23.386682+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: cluster 2023-12-26T17:17:23.386739+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: audit 2023-12-26T17:17:23.386946+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: audit 2023-12-26T17:17:23.387287+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:23 smithi153 bash[108194]: audit 2023-12-26T17:17:23.387546+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:24.398 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:24 smithi001 bash[118299]: debug 2023-12-26T17:17:24.389+0000 7ff0e303f700 -1 osd.2 0 waiting for initial osdmap 2023-12-26T17:17:24.398 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:24 smithi001 bash[118299]: debug 2023-12-26T17:17:24.393+0000 7ff0ee25b700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: cluster 2023-12-26T17:17:24.129299+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: cluster 2023-12-26T17:17:24.129364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: audit 2023-12-26T17:17:24.388481+0000 mon.a (mon.0) 326 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: cluster 2023-12-26T17:17:24.388537+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: audit 2023-12-26T17:17:24.388653+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: cluster 2023-12-26T17:17:24.443707+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 stale+active+undersized; 0 B data, 360 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: audit 2023-12-26T17:17:24.671451+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: audit 2023-12-26T17:17:24.672084+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[108165]: audit 2023-12-26T17:17:24.672859+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:25.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: cluster 2023-12-26T17:17:24.129299+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: cluster 2023-12-26T17:17:24.129364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: audit 2023-12-26T17:17:24.388481+0000 mon.a (mon.0) 326 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: cluster 2023-12-26T17:17:24.388537+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: audit 2023-12-26T17:17:24.388653+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: cluster 2023-12-26T17:17:24.443707+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 stale+active+undersized; 0 B data, 360 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: audit 2023-12-26T17:17:24.671451+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: audit 2023-12-26T17:17:24.672084+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:25.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:25 smithi001 bash[111579]: audit 2023-12-26T17:17:24.672859+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: cluster 2023-12-26T17:17:24.129299+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: cluster 2023-12-26T17:17:24.129364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: audit 2023-12-26T17:17:24.388481+0000 mon.a (mon.0) 326 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: cluster 2023-12-26T17:17:24.388537+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: audit 2023-12-26T17:17:24.388653+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: cluster 2023-12-26T17:17:24.443707+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 stale+active+undersized; 0 B data, 360 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: audit 2023-12-26T17:17:24.671451+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: audit 2023-12-26T17:17:24.672084+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:25 smithi153 bash[108194]: audit 2023-12-26T17:17:24.672859+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:26.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: audit 2023-12-26T17:17:24.670612+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: cephadm 2023-12-26T17:17:24.671178+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: cluster 2023-12-26T17:17:25.389557+0000 mon.a (mon.0) 332 : cluster [INF] osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206] boot 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: cluster 2023-12-26T17:17:25.389604+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: audit 2023-12-26T17:17:25.390012+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: audit 2023-12-26T17:17:25.547236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: audit 2023-12-26T17:17:24.670612+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: cephadm 2023-12-26T17:17:24.671178+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: cluster 2023-12-26T17:17:25.389557+0000 mon.a (mon.0) 332 : cluster [INF] osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206] boot 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: cluster 2023-12-26T17:17:25.389604+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2023-12-26T17:17:26.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: audit 2023-12-26T17:17:25.390012+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:26.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: audit 2023-12-26T17:17:25.547236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:26.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: audit 2023-12-26T17:17:25.761759+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:26.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[108165]: audit 2023-12-26T17:17:25.764648+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:26.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: audit 2023-12-26T17:17:25.761759+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:26.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:26 smithi001 bash[111579]: audit 2023-12-26T17:17:25.764648+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:26.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: audit 2023-12-26T17:17:24.670612+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:26.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: cephadm 2023-12-26T17:17:24.671178+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi001... 2023-12-26T17:17:26.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: cluster 2023-12-26T17:17:25.389557+0000 mon.a (mon.0) 332 : cluster [INF] osd.2 [v2:172.21.15.1:6818/1203402206,v1:172.21.15.1:6819/1203402206] boot 2023-12-26T17:17:26.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: cluster 2023-12-26T17:17:25.389604+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2023-12-26T17:17:26.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: audit 2023-12-26T17:17:25.390012+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:26.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: audit 2023-12-26T17:17:25.547236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:26.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: audit 2023-12-26T17:17:25.761759+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:26.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:26 smithi153 bash[108194]: audit 2023-12-26T17:17:25.764648+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"22f23a91b9dc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507069\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:21.613876\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:18.936551\"}}, \"last_daemon_update\": \"2023-12-26T17:17:22.507141\", \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: cluster 2023-12-26T17:17:26.391410+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: cluster 2023-12-26T17:17:26.444046+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 stale+active+undersized; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: audit 2023-12-26T17:17:26.584883+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.1:0/3917078757' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]: dispatch 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: audit 2023-12-26T17:17:26.585142+0000 mon.a (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]: dispatch 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: audit 2023-12-26T17:17:26.588512+0000 mon.a (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]': finished 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: cluster 2023-12-26T17:17:26.588549+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: audit 2023-12-26T17:17:26.588666+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[108165]: audit 2023-12-26T17:17:27.338510+0000 mon.a (mon.0) 343 : audit [DBG] from='client.? 172.21.15.1:0/921589855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:27.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: cluster 2023-12-26T17:17:26.391410+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: cluster 2023-12-26T17:17:26.444046+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 stale+active+undersized; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: audit 2023-12-26T17:17:26.584883+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.1:0/3917078757' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]: dispatch 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: audit 2023-12-26T17:17:26.585142+0000 mon.a (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]: dispatch 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: audit 2023-12-26T17:17:26.588512+0000 mon.a (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]': finished 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: cluster 2023-12-26T17:17:26.588549+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: audit 2023-12-26T17:17:26.588666+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:27 smithi001 bash[111579]: audit 2023-12-26T17:17:27.338510+0000 mon.a (mon.0) 343 : audit [DBG] from='client.? 172.21.15.1:0/921589855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: cluster 2023-12-26T17:17:26.391410+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: cluster 2023-12-26T17:17:26.444046+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 stale+active+undersized; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: audit 2023-12-26T17:17:26.584883+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.1:0/3917078757' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]: dispatch 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: audit 2023-12-26T17:17:26.585142+0000 mon.a (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]: dispatch 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: audit 2023-12-26T17:17:26.588512+0000 mon.a (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d951574-03e6-4b4a-b57c-625fe6f234fd"}]': finished 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: cluster 2023-12-26T17:17:26.588549+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: audit 2023-12-26T17:17:26.588666+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:27 smithi153 bash[108194]: audit 2023-12-26T17:17:27.338510+0000 mon.a (mon.0) 343 : audit [DBG] from='client.? 172.21.15.1:0/921589855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:29.540 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:29 smithi001 bash[108165]: cluster 2023-12-26T17:17:28.444466+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:29.540 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:29 smithi001 bash[111579]: cluster 2023-12-26T17:17:28.444466+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:29 smithi153 bash[108194]: cluster 2023-12-26T17:17:28.444466+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:30.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:30 smithi001 bash[108165]: audit 2023-12-26T17:17:29.623725+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:30 smithi001 bash[111579]: audit 2023-12-26T17:17:29.623725+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:30.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:30 smithi153 bash[108194]: audit 2023-12-26T17:17:29.623725+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:31.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[108165]: cluster 2023-12-26T17:17:30.444760+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:31.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[108165]: audit 2023-12-26T17:17:31.373591+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:17:31.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[108165]: audit 2023-12-26T17:17:31.374202+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:31.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[108165]: audit 2023-12-26T17:17:31.374851+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-26T17:17:31.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[111579]: cluster 2023-12-26T17:17:30.444760+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:31.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[111579]: audit 2023-12-26T17:17:31.373591+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:17:31.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[111579]: audit 2023-12-26T17:17:31.374202+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:31.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:31 smithi001 bash[111579]: audit 2023-12-26T17:17:31.374851+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-26T17:17:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:31 smithi153 bash[108194]: cluster 2023-12-26T17:17:30.444760+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:31 smithi153 bash[108194]: audit 2023-12-26T17:17:31.373591+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:17:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:31 smithi153 bash[108194]: audit 2023-12-26T17:17:31.374202+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:31 smithi153 bash[108194]: audit 2023-12-26T17:17:31.374851+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-26T17:17:32.364 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:32 smithi001 systemd[1]: Stopping Ceph osd.2 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:32.617 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[111579]: cephadm 2023-12-26T17:17:31.374636+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-12-26T17:17:32.617 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[111579]: cluster 2023-12-26T17:17:32.405817+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-26T17:17:32.617 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[111579]: cluster 2023-12-26T17:17:32.405857+0000 mon.a (mon.0) 349 : cluster [INF] osd.2 failed (root=default,host=smithi001) (connection refused reported by osd.1) 2023-12-26T17:17:32.620 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[118299]: debug 2023-12-26T17:17:32.359+0000 7ff0f1ad2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:17:32.621 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[118299]: debug 2023-12-26T17:17:32.359+0000 7ff0f1ad2700 -1 osd.2 27 *** Got signal Terminated *** 2023-12-26T17:17:32.621 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[118299]: debug 2023-12-26T17:17:32.359+0000 7ff0f1ad2700 -1 osd.2 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:17:32.621 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[108165]: cephadm 2023-12-26T17:17:31.374636+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-12-26T17:17:32.621 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[108165]: cluster 2023-12-26T17:17:32.405817+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-26T17:17:32.621 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:32 smithi001 bash[108165]: cluster 2023-12-26T17:17:32.405857+0000 mon.a (mon.0) 349 : cluster [INF] osd.2 failed (root=default,host=smithi001) (connection refused reported by osd.1) 2023-12-26T17:17:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:32 smithi153 bash[108194]: cephadm 2023-12-26T17:17:31.374636+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-12-26T17:17:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:32 smithi153 bash[108194]: cluster 2023-12-26T17:17:32.405817+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-26T17:17:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:32 smithi153 bash[108194]: cluster 2023-12-26T17:17:32.405857+0000 mon.a (mon.0) 349 : cluster [INF] osd.2 failed (root=default,host=smithi001) (connection refused reported by osd.1) 2023-12-26T17:17:33.075 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:32 smithi001 podman[119580]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.2 2023-12-26T17:17:33.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[111579]: cluster 2023-12-26T17:17:32.445202+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 688 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:33.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[111579]: cluster 2023-12-26T17:17:32.505334+0000 mon.a (mon.0) 350 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:33.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[111579]: cluster 2023-12-26T17:17:32.511688+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2023-12-26T17:17:33.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[111579]: audit 2023-12-26T17:17:32.511790+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:33.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[108165]: cluster 2023-12-26T17:17:32.445202+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 688 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:33.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[108165]: cluster 2023-12-26T17:17:32.505334+0000 mon.a (mon.0) 350 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:33.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[108165]: cluster 2023-12-26T17:17:32.511688+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2023-12-26T17:17:33.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:33 smithi001 bash[108165]: audit 2023-12-26T17:17:32.511790+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:33.820 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:33 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.2.service: Succeeded. 2023-12-26T17:17:33.820 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:33 smithi001 systemd[1]: Stopped Ceph osd.2 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:33.820 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:33 smithi001 systemd[1]: Starting Ceph osd.2 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:33.820 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:33 smithi001 podman[119718]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-26T17:17:33.820 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:33 smithi001 systemd[1]: Started Ceph osd.2 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:33.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:33 smithi153 bash[108194]: cluster 2023-12-26T17:17:32.445202+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 688 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:33.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:33 smithi153 bash[108194]: cluster 2023-12-26T17:17:32.505334+0000 mon.a (mon.0) 350 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:33.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:33 smithi153 bash[108194]: cluster 2023-12-26T17:17:32.511688+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2023-12-26T17:17:33.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:33 smithi153 bash[108194]: audit 2023-12-26T17:17:32.511790+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:34.426 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-26T17:17:34.426 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-12-26T17:17:34.427 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-26T17:17:34.427 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-12-26T17:17:34.427 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-26T17:17:34.427 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-26T17:17:34.427 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[119734]: --> ceph-volume lvm activate successful for osd ID: 2 2023-12-26T17:17:34.706 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: cluster 2023-12-26T17:17:33.515463+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-26T17:17:34.706 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.516104+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:34.706 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: cluster 2023-12-26T17:17:33.515463+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-26T17:17:34.706 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.516104+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.670399+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.670970+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.674100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.674878+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.676397+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[108165]: audit 2023-12-26T17:17:33.677100+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.670399+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.670970+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:34.707 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.674100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:34.708 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.674878+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T17:17:34.708 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.676397+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:34.708 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:34 smithi001 bash[111579]: audit 2023-12-26T17:17:33.677100+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-26T17:17:34.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: cluster 2023-12-26T17:17:33.515463+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.516104+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.670399+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.670970+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.674100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.674878+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.676397+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:34.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:34 smithi153 bash[108194]: audit 2023-12-26T17:17:33.677100+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-26T17:17:35.094 INFO:teuthology.orchestra.run.smithi001.stdout:Created osd(s) 2,3 on host 'smithi001' 2023-12-26T17:17:35.530 DEBUG:teuthology.orchestra.run.smithi001:osd.3> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.3.service 2023-12-26T17:17:35.532 INFO:tasks.cephadm:Deploying osd.4 on smithi153 with /dev/vg_nvme/lv_4... 2023-12-26T17:17:35.532 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-26T17:17:35.569 INFO:journalctl@ceph.osd.3.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:17:35.751 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[119969]: debug 2023-12-26T17:17:35.613+0000 7ffa127a9ec0 -1 Falling back to public interface 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-26T17:17:35.752 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[120085]: --> ceph-volume lvm activate successful for osd ID: 3 2023-12-26T17:17:35.752 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[111579]: cephadm 2023-12-26T17:17:33.676875+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi001 2023-12-26T17:17:35.753 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[111579]: cluster 2023-12-26T17:17:34.445739+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2023-12-26T17:17:35.753 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[108165]: cephadm 2023-12-26T17:17:33.676875+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi001 2023-12-26T17:17:35.753 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[108165]: cluster 2023-12-26T17:17:34.445739+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2023-12-26T17:17:35.753 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[108165]: audit 2023-12-26T17:17:35.081522+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:35.754 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[108165]: audit 2023-12-26T17:17:35.085251+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:35.754 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[111579]: audit 2023-12-26T17:17:35.081522+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:35.754 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:35 smithi001 bash[111579]: audit 2023-12-26T17:17:35.085251+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:35.801 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:35 smithi153 bash[108194]: cephadm 2023-12-26T17:17:33.676875+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi001 2023-12-26T17:17:35.801 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:35 smithi153 bash[108194]: cluster 2023-12-26T17:17:34.445739+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2023-12-26T17:17:35.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:35 smithi153 bash[108194]: audit 2023-12-26T17:17:35.081522+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:35.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:35 smithi153 bash[108194]: audit 2023-12-26T17:17:35.085251+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506869\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506944\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.506979\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507010\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:22.507039\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_device_update\": \"2023-12-26T17:17:25.761093\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:36.526 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[119969]: debug 2023-12-26T17:17:36.169+0000 7ffa127a9ec0 -1 osd.2 27 log_to_monitors {default=true} 2023-12-26T17:17:36.526 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[119969]: debug 2023-12-26T17:17:36.177+0000 7ffa0677a700 -1 osd.2 27 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:35.608362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:35.610991+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:35.611489+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:36.174530+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:36.174827+0000 mon.a (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:36.175318+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:36.741 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:36 smithi153 bash[108194]: audit 2023-12-26T17:17:36.175553+0000 mon.a (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:36.824 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-26T17:17:36.825 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-26T17:17:36.825 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-26T17:17:36.825 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-26T17:17:36.825 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117037 s, 896 MB/s 2023-12-26T17:17:36.825 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:35.608362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:35.610991+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:35.611489+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:36.174530+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:36.174827+0000 mon.a (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:36.175318+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[108165]: audit 2023-12-26T17:17:36.175553+0000 mon.a (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:35.608362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:35.610991+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.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\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:35.611489+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:36.174530+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:36.174827+0000 mon.a (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:36.175318+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:36.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[111579]: audit 2023-12-26T17:17:36.175553+0000 mon.a (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:37.199 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_4 2023-12-26T17:17:37.325 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:36 smithi001 bash[120455]: debug 2023-12-26T17:17:36.975+0000 7fe8b5edeec0 -1 Falling back to public interface 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: cluster 2023-12-26T17:17:36.446097+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: cluster 2023-12-26T17:17:36.609698+0000 mon.a (mon.0) 368 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: cluster 2023-12-26T17:17:36.609722+0000 mon.a (mon.0) 369 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: cluster 2023-12-26T17:17:36.613318+0000 mon.a (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486] boot 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: cluster 2023-12-26T17:17:36.613375+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: audit 2023-12-26T17:17:36.613788+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:37.737 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:37 smithi153 bash[108194]: audit 2023-12-26T17:17:36.614161+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:37.738 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[120455]: debug 2023-12-26T17:17:37.543+0000 7fe8b5edeec0 -1 osd.3 0 log_to_monitors {default=true} 2023-12-26T17:17:37.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: cluster 2023-12-26T17:17:36.446097+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2023-12-26T17:17:37.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: cluster 2023-12-26T17:17:36.609698+0000 mon.a (mon.0) 368 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:37.738 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: cluster 2023-12-26T17:17:36.609722+0000 mon.a (mon.0) 369 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: cluster 2023-12-26T17:17:36.613318+0000 mon.a (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486] boot 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: cluster 2023-12-26T17:17:36.613375+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: audit 2023-12-26T17:17:36.613788+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[108165]: audit 2023-12-26T17:17:36.614161+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: cluster 2023-12-26T17:17:36.446097+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: cluster 2023-12-26T17:17:36.609698+0000 mon.a (mon.0) 368 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: cluster 2023-12-26T17:17:36.609722+0000 mon.a (mon.0) 369 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: cluster 2023-12-26T17:17:36.613318+0000 mon.a (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.1:6818/2147985486,v1:172.21.15.1:6819/2147985486] boot 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: cluster 2023-12-26T17:17:36.613375+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: audit 2023-12-26T17:17:36.613788+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:17:37.739 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:37 smithi001 bash[111579]: audit 2023-12-26T17:17:36.614161+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:38.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:37.548170+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-26T17:17:38.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:37.618193+0000 mon.a (mon.0) 375 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-26T17:17:38.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: cluster 2023-12-26T17:17:37.618240+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-26T17:17:38.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:37.618379+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:38.802 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:37.618793+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:37.912179+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:38.125084+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:38.127724+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:38.128815+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:38.365703+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:38.366289+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:38.803 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:38 smithi153 bash[108194]: audit 2023-12-26T17:17:38.367095+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.825 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[120455]: debug 2023-12-26T17:17:38.619+0000 7fe89ec93700 -1 osd.3 0 waiting for initial osdmap 2023-12-26T17:17:38.826 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[120455]: debug 2023-12-26T17:17:38.624+0000 7fe8a9eaf700 -1 osd.3 32 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:37.548170+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:37.618193+0000 mon.a (mon.0) 375 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: cluster 2023-12-26T17:17:37.618240+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:37.618379+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:37.618793+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:37.912179+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:38.125084+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:37.548170+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:37.618193+0000 mon.a (mon.0) 375 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: cluster 2023-12-26T17:17:37.618240+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:37.618379+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:37.618793+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:37.912179+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:38.127724+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:38.128815+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:38.365703+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:38.366289+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[108165]: audit 2023-12-26T17:17:38.367095+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:38.125084+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:38.127724+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607418\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607497\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607531\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607560\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607590\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:35.607619\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:35.607691\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:38.128815+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:38.365703+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:38.366289+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:38.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:38 smithi001 bash[111579]: audit 2023-12-26T17:17:38.367095+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: audit 2023-12-26T17:17:38.364687+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: cephadm 2023-12-26T17:17:38.365456+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: cluster 2023-12-26T17:17:38.446629+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: cluster 2023-12-26T17:17:38.538562+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: cluster 2023-12-26T17:17:38.538630+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: audit 2023-12-26T17:17:38.618895+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: cluster 2023-12-26T17:17:38.618935+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-26T17:17:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: audit 2023-12-26T17:17:38.619142+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: audit 2023-12-26T17:17:38.364687+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: cephadm 2023-12-26T17:17:38.365456+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: cluster 2023-12-26T17:17:38.446629+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: cluster 2023-12-26T17:17:38.538562+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: cluster 2023-12-26T17:17:38.538630+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: audit 2023-12-26T17:17:38.618895+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: cluster 2023-12-26T17:17:38.618935+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: audit 2023-12-26T17:17:38.619142+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:39.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: audit 2023-12-26T17:17:39.019118+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:39.018425\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:39.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: audit 2023-12-26T17:17:39.019118+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:39.018425\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:39.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: audit 2023-12-26T17:17:39.022058+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:39.018425\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:39.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[108165]: cluster 2023-12-26T17:17:39.126235+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:17:39.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: audit 2023-12-26T17:17:39.022058+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:39.018425\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:39.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:39 smithi001 bash[111579]: cluster 2023-12-26T17:17:39.126235+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:17:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: audit 2023-12-26T17:17:38.364687+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: cephadm 2023-12-26T17:17:38.365456+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:17:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: cluster 2023-12-26T17:17:38.446629+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: cluster 2023-12-26T17:17:38.538562+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: cluster 2023-12-26T17:17:38.538630+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: audit 2023-12-26T17:17:38.618895+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-12-26T17:17:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: cluster 2023-12-26T17:17:38.618935+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-26T17:17:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: audit 2023-12-26T17:17:38.619142+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: audit 2023-12-26T17:17:39.019118+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:39.018425\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:17:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: audit 2023-12-26T17:17:39.022058+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}}, \"last_daemon_update\": \"2023-12-26T17:17:39.018425\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:17:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:39 smithi153 bash[108194]: cluster 2023-12-26T17:17:39.126235+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:17:41.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: cluster 2023-12-26T17:17:39.620536+0000 mon.a (mon.0) 392 : cluster [INF] osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442] boot 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: cluster 2023-12-26T17:17:39.620567+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: audit 2023-12-26T17:17:39.621061+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: audit 2023-12-26T17:17:39.879318+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.153:0/4148081756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]: dispatch 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: audit 2023-12-26T17:17:39.879770+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]: dispatch 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: audit 2023-12-26T17:17:39.883819+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]': finished 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: cluster 2023-12-26T17:17:39.883868+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: audit 2023-12-26T17:17:39.884011+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[108165]: cluster 2023-12-26T17:17:40.446973+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized+degraded; 0 B data, 1008 KiB used, 354 GiB / 358 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: cluster 2023-12-26T17:17:39.620536+0000 mon.a (mon.0) 392 : cluster [INF] osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442] boot 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: cluster 2023-12-26T17:17:39.620567+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2023-12-26T17:17:41.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: audit 2023-12-26T17:17:39.621061+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:41.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: audit 2023-12-26T17:17:39.879318+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.153:0/4148081756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]: dispatch 2023-12-26T17:17:41.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: audit 2023-12-26T17:17:39.879770+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]: dispatch 2023-12-26T17:17:41.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: audit 2023-12-26T17:17:39.883819+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]': finished 2023-12-26T17:17:41.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: cluster 2023-12-26T17:17:39.883868+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-26T17:17:41.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: audit 2023-12-26T17:17:39.884011+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:41.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:40 smithi001 bash[111579]: cluster 2023-12-26T17:17:40.446973+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized+degraded; 0 B data, 1008 KiB used, 354 GiB / 358 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: cluster 2023-12-26T17:17:39.620536+0000 mon.a (mon.0) 392 : cluster [INF] osd.3 [v2:172.21.15.1:6826/3489829442,v1:172.21.15.1:6827/3489829442] boot 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: cluster 2023-12-26T17:17:39.620567+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: audit 2023-12-26T17:17:39.621061+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: audit 2023-12-26T17:17:39.879318+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.153:0/4148081756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]: dispatch 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: audit 2023-12-26T17:17:39.879770+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]: dispatch 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: audit 2023-12-26T17:17:39.883819+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e12e78db-27ce-4949-a79e-146214ffc8b9"}]': finished 2023-12-26T17:17:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: cluster 2023-12-26T17:17:39.883868+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-26T17:17:41.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: audit 2023-12-26T17:17:39.884011+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:41.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:40 smithi153 bash[108194]: cluster 2023-12-26T17:17:40.446973+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized+degraded; 0 B data, 1008 KiB used, 354 GiB / 358 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:17:42.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:41 smithi001 bash[108165]: audit 2023-12-26T17:17:40.660241+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.153:0/3079261399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:42.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:41 smithi001 bash[108165]: cluster 2023-12-26T17:17:40.889030+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-26T17:17:42.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:41 smithi001 bash[108165]: audit 2023-12-26T17:17:40.889196+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:42.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:41 smithi001 bash[111579]: audit 2023-12-26T17:17:40.660241+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.153:0/3079261399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:42.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:41 smithi001 bash[111579]: cluster 2023-12-26T17:17:40.889030+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-26T17:17:42.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:41 smithi001 bash[111579]: audit 2023-12-26T17:17:40.889196+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:42.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:41 smithi153 bash[108194]: audit 2023-12-26T17:17:40.660241+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.153:0/3079261399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:42.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:41 smithi153 bash[108194]: cluster 2023-12-26T17:17:40.889030+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-26T17:17:42.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:41 smithi153 bash[108194]: audit 2023-12-26T17:17:40.889196+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:42.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:42 smithi153 bash[108194]: cluster 2023-12-26T17:17:42.447353+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:43.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:42 smithi001 bash[108165]: cluster 2023-12-26T17:17:42.447353+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:43.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:42 smithi001 bash[111579]: cluster 2023-12-26T17:17:42.447353+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:44.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:43 smithi001 bash[108165]: cluster 2023-12-26T17:17:42.622289+0000 mon.a (mon.0) 401 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:17:44.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:43 smithi001 bash[108165]: cluster 2023-12-26T17:17:42.622321+0000 mon.a (mon.0) 402 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:44.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:43 smithi001 bash[108165]: audit 2023-12-26T17:17:42.920574+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:44.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:43 smithi001 bash[111579]: cluster 2023-12-26T17:17:42.622289+0000 mon.a (mon.0) 401 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:17:44.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:43 smithi001 bash[111579]: cluster 2023-12-26T17:17:42.622321+0000 mon.a (mon.0) 402 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:44.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:43 smithi001 bash[111579]: audit 2023-12-26T17:17:42.920574+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:44.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:43 smithi153 bash[108194]: cluster 2023-12-26T17:17:42.622289+0000 mon.a (mon.0) 401 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:17:44.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:43 smithi153 bash[108194]: cluster 2023-12-26T17:17:42.622321+0000 mon.a (mon.0) 402 : cluster [INF] Cluster is now healthy 2023-12-26T17:17:44.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:43 smithi153 bash[108194]: audit 2023-12-26T17:17:42.920574+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:45.334 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:45 smithi153 bash[108194]: cluster 2023-12-26T17:17:44.447840+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:45.334 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:45 smithi153 bash[108194]: audit 2023-12-26T17:17:44.453601+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:17:45.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:45 smithi153 bash[108194]: audit 2023-12-26T17:17:44.454395+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:45.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:45 smithi153 bash[108194]: cephadm 2023-12-26T17:17:44.455000+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-26T17:17:45.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:45 smithi153 bash[108194]: audit 2023-12-26T17:17:44.455270+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-26T17:17:45.500 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 4 on host 'smithi153' 2023-12-26T17:17:45.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[108165]: cluster 2023-12-26T17:17:44.447840+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[108165]: audit 2023-12-26T17:17:44.453601+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:17:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[108165]: audit 2023-12-26T17:17:44.454395+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[108165]: cephadm 2023-12-26T17:17:44.455000+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-26T17:17:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[108165]: audit 2023-12-26T17:17:44.455270+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-26T17:17:45.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[111579]: cluster 2023-12-26T17:17:44.447840+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:45.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[111579]: audit 2023-12-26T17:17:44.453601+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:17:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[111579]: audit 2023-12-26T17:17:44.454395+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[111579]: cephadm 2023-12-26T17:17:44.455000+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-26T17:17:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:45 smithi001 bash[111579]: audit 2023-12-26T17:17:44.455270+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-26T17:17:46.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:46 smithi153 bash[108194]: audit 2023-12-26T17:17:45.492057+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:46.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:46 smithi153 bash[108194]: audit 2023-12-26T17:17:45.492531+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:46.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:46 smithi153 bash[108194]: audit 2023-12-26T17:17:45.495429+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:46.235 DEBUG:teuthology.orchestra.run.smithi153:osd.4> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.4.service 2023-12-26T17:17:46.237 INFO:tasks.cephadm:Deploying osd.5 on smithi153 with /dev/vg_nvme/lv_3... 2023-12-26T17:17:46.238 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-26T17:17:46.273 INFO:journalctl@ceph.osd.4.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:17:46.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:46 smithi001 bash[111579]: audit 2023-12-26T17:17:45.492057+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:46.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:46 smithi001 bash[111579]: audit 2023-12-26T17:17:45.492531+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:46.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:46 smithi001 bash[111579]: audit 2023-12-26T17:17:45.495429+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:46.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:46 smithi001 bash[108165]: audit 2023-12-26T17:17:45.492057+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:46.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:46 smithi001 bash[108165]: audit 2023-12-26T17:17:45.492531+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:46.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:46 smithi001 bash[108165]: audit 2023-12-26T17:17:45.495429+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904140\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:16:41.904236\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_device_update\": \"2023-12-26T17:16:10.949126\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:47.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:47 smithi153 bash[108194]: cluster 2023-12-26T17:17:46.448242+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:47.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:47 smithi153 bash[108194]: audit 2023-12-26T17:17:46.454271+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:47.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:47 smithi153 bash[108194]: audit 2023-12-26T17:17:46.457766+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:47.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:47 smithi153 bash[108194]: audit 2023-12-26T17:17:46.458443+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[108165]: cluster 2023-12-26T17:17:46.448242+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[108165]: audit 2023-12-26T17:17:46.454271+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[108165]: audit 2023-12-26T17:17:46.457766+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[108165]: audit 2023-12-26T17:17:46.458443+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[111579]: cluster 2023-12-26T17:17:46.448242+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[111579]: audit 2023-12-26T17:17:46.454271+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:47.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[111579]: audit 2023-12-26T17:17:46.457766+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:47.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:47 smithi001 bash[111579]: audit 2023-12-26T17:17:46.458443+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:47.993 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:47 smithi153 bash[110678]: debug 2023-12-26T17:17:47.712+0000 7f1db7ebaec0 -1 Falling back to public interface 2023-12-26T17:17:48.205 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-26T17:17:48.205 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-26T17:17:48.205 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-26T17:17:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-26T17:17:48.206 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126607 s, 828 MB/s 2023-12-26T17:17:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-26T17:17:48.546 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:48 smithi153 bash[108194]: audit 2023-12-26T17:17:48.275085+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:17:48.546 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:48 smithi153 bash[108194]: audit 2023-12-26T17:17:48.275456+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:17:48.547 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:48 smithi153 bash[110678]: debug 2023-12-26T17:17:48.270+0000 7f1db7ebaec0 -1 osd.4 0 log_to_monitors {default=true} 2023-12-26T17:17:48.558 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_3 2023-12-26T17:17:48.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:48 smithi001 bash[108165]: audit 2023-12-26T17:17:48.275085+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:17:48.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:48 smithi001 bash[108165]: audit 2023-12-26T17:17:48.275456+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:17:48.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:48 smithi001 bash[111579]: audit 2023-12-26T17:17:48.275085+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:17:48.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:48 smithi001 bash[111579]: audit 2023-12-26T17:17:48.275456+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:17:49.585 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[110678]: debug 2023-12-26T17:17:49.347+0000 7f1d9cc67700 -1 osd.4 0 waiting for initial osdmap 2023-12-26T17:17:49.585 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[110678]: debug 2023-12-26T17:17:49.352+0000 7f1da7e83700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:17:49.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[108194]: audit 2023-12-26T17:17:48.329992+0000 mon.a (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-26T17:17:49.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[108194]: cluster 2023-12-26T17:17:48.330050+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-26T17:17:49.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[108194]: audit 2023-12-26T17:17:48.330656+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:49.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[108194]: audit 2023-12-26T17:17:48.336794+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:17:49.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[108194]: audit 2023-12-26T17:17:48.341308+0000 mon.a (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:17:49.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:49 smithi153 bash[108194]: cluster 2023-12-26T17:17:48.448603+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:49.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[108165]: audit 2023-12-26T17:17:48.329992+0000 mon.a (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[108165]: cluster 2023-12-26T17:17:48.330050+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[108165]: audit 2023-12-26T17:17:48.330656+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[108165]: audit 2023-12-26T17:17:48.336794+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[108165]: audit 2023-12-26T17:17:48.341308+0000 mon.a (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[108165]: cluster 2023-12-26T17:17:48.448603+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[111579]: audit 2023-12-26T17:17:48.329992+0000 mon.a (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-26T17:17:49.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[111579]: cluster 2023-12-26T17:17:48.330050+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-26T17:17:49.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[111579]: audit 2023-12-26T17:17:48.330656+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:49.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[111579]: audit 2023-12-26T17:17:48.336794+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:17:49.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[111579]: audit 2023-12-26T17:17:48.341308+0000 mon.a (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:17:49.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:49 smithi001 bash[111579]: cluster 2023-12-26T17:17:48.448603+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-26T17:17:50.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: cluster 2023-12-26T17:17:49.320864+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:50.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: cluster 2023-12-26T17:17:49.320895+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.345501+0000 mon.a (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: cluster 2023-12-26T17:17:49.345568+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.346718+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.590435+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.784305+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.787390+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.918669+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.919504+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:50.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:50 smithi153 bash[108194]: audit 2023-12-26T17:17:49.920686+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:50.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: cluster 2023-12-26T17:17:49.320864+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: cluster 2023-12-26T17:17:49.320895+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.345501+0000 mon.a (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: cluster 2023-12-26T17:17:49.345568+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.346718+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.590435+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: cluster 2023-12-26T17:17:49.320864+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: cluster 2023-12-26T17:17:49.320895+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.345501+0000 mon.a (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:17:50.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: cluster 2023-12-26T17:17:49.345568+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-26T17:17:50.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.346718+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:50.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.590435+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:50.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.784305+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:50.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.784305+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:50.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.787390+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.918669+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.919504+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[108165]: audit 2023-12-26T17:17:49.920686+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.787390+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453585\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:44.453297\"}}, \"last_daemon_update\": \"2023-12-26T17:17:46.453666\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.918669+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.919504+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:50.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:50 smithi001 bash[111579]: audit 2023-12-26T17:17:49.920686+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:51.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: audit 2023-12-26T17:17:49.917710+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: cephadm 2023-12-26T17:17:49.918368+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: cluster 2023-12-26T17:17:50.346702+0000 mon.a (mon.0) 427 : cluster [INF] osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623] boot 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: cluster 2023-12-26T17:17:50.346782+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: audit 2023-12-26T17:17:50.347693+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: cluster 2023-12-26T17:17:50.449133+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[108165]: cluster 2023-12-26T17:17:51.347365+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: audit 2023-12-26T17:17:49.917710+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: cephadm 2023-12-26T17:17:49.918368+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: cluster 2023-12-26T17:17:50.346702+0000 mon.a (mon.0) 427 : cluster [INF] osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623] boot 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: cluster 2023-12-26T17:17:50.346782+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-26T17:17:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: audit 2023-12-26T17:17:50.347693+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:51.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: cluster 2023-12-26T17:17:50.449133+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:17:51.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:51 smithi001 bash[111579]: cluster 2023-12-26T17:17:51.347365+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2023-12-26T17:17:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: audit 2023-12-26T17:17:49.917710+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:17:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: cephadm 2023-12-26T17:17:49.918368+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:17:51.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: cluster 2023-12-26T17:17:50.346702+0000 mon.a (mon.0) 427 : cluster [INF] osd.4 [v2:172.21.15.153:6800/2337431623,v1:172.21.15.153:6801/2337431623] boot 2023-12-26T17:17:51.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: cluster 2023-12-26T17:17:50.346782+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-26T17:17:51.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: audit 2023-12-26T17:17:50.347693+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:17:51.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: cluster 2023-12-26T17:17:50.449133+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:17:51.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:51 smithi153 bash[108194]: cluster 2023-12-26T17:17:51.347365+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[108165]: audit 2023-12-26T17:17:51.360331+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.153:0/3491351516' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]: dispatch 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[108165]: audit 2023-12-26T17:17:51.360926+0000 mon.a (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]: dispatch 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[108165]: audit 2023-12-26T17:17:51.364834+0000 mon.a (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]': finished 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[108165]: cluster 2023-12-26T17:17:51.364906+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[108165]: audit 2023-12-26T17:17:51.365063+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[108165]: audit 2023-12-26T17:17:52.094502+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.153:0/3196006531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[111579]: audit 2023-12-26T17:17:51.360331+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.153:0/3491351516' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]: dispatch 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[111579]: audit 2023-12-26T17:17:51.360926+0000 mon.a (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]: dispatch 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[111579]: audit 2023-12-26T17:17:51.364834+0000 mon.a (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]': finished 2023-12-26T17:17:52.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[111579]: cluster 2023-12-26T17:17:51.364906+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2023-12-26T17:17:52.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[111579]: audit 2023-12-26T17:17:51.365063+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:52.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:52 smithi001 bash[111579]: audit 2023-12-26T17:17:52.094502+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.153:0/3196006531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:52 smithi153 bash[108194]: audit 2023-12-26T17:17:51.360331+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.153:0/3491351516' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]: dispatch 2023-12-26T17:17:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:52 smithi153 bash[108194]: audit 2023-12-26T17:17:51.360926+0000 mon.a (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]: dispatch 2023-12-26T17:17:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:52 smithi153 bash[108194]: audit 2023-12-26T17:17:51.364834+0000 mon.a (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d9f0170-c835-486c-9ad6-66589151e7b0"}]': finished 2023-12-26T17:17:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:52 smithi153 bash[108194]: cluster 2023-12-26T17:17:51.364906+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2023-12-26T17:17:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:52 smithi153 bash[108194]: audit 2023-12-26T17:17:51.365063+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:52 smithi153 bash[108194]: audit 2023-12-26T17:17:52.094502+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.153:0/3196006531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:17:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:53 smithi001 bash[108165]: cluster 2023-12-26T17:17:52.449674+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v94: 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 2023-12-26T17:17:53.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:53 smithi001 bash[111579]: cluster 2023-12-26T17:17:52.449674+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v94: 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 2023-12-26T17:17:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:53 smithi153 bash[108194]: cluster 2023-12-26T17:17:52.449674+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v94: 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 2023-12-26T17:17:55.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:55 smithi153 bash[108194]: audit 2023-12-26T17:17:54.363059+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:55.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:55 smithi153 bash[108194]: cluster 2023-12-26T17:17:54.450167+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:55.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:55 smithi001 bash[108165]: audit 2023-12-26T17:17:54.363059+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:55.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:55 smithi001 bash[108165]: cluster 2023-12-26T17:17:54.450167+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:55.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:55 smithi001 bash[111579]: audit 2023-12-26T17:17:54.363059+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:17:55.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:55 smithi001 bash[111579]: cluster 2023-12-26T17:17:54.450167+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:56.449 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:56 smithi153 bash[108194]: audit 2023-12-26T17:17:55.885616+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:17:56.449 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:56 smithi153 bash[108194]: audit 2023-12-26T17:17:55.886375+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:56.449 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:56 smithi153 bash[108194]: audit 2023-12-26T17:17:55.887234+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-26T17:17:56.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:56 smithi001 bash[108165]: audit 2023-12-26T17:17:55.885616+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:17:56.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:56 smithi001 bash[108165]: audit 2023-12-26T17:17:55.886375+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:56.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:56 smithi001 bash[108165]: audit 2023-12-26T17:17:55.887234+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-26T17:17:56.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:56 smithi001 bash[111579]: audit 2023-12-26T17:17:55.885616+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:17:56.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:56 smithi001 bash[111579]: audit 2023-12-26T17:17:55.886375+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:56.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:56 smithi001 bash[111579]: audit 2023-12-26T17:17:55.887234+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-26T17:17:57.040 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:56 smithi153 systemd[1]: Stopping Ceph osd.4 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:57.040 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:56 smithi153 bash[110678]: debug 2023-12-26T17:17:56.816+0000 7f1daf702700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:17:57.040 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:56 smithi153 bash[110678]: debug 2023-12-26T17:17:56.816+0000 7f1daf702700 -1 osd.4 40 *** Got signal Terminated *** 2023-12-26T17:17:57.040 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:56 smithi153 bash[110678]: debug 2023-12-26T17:17:56.816+0000 7f1daf702700 -1 osd.4 40 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:17:57.335 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:57 smithi153 podman[111847]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.4 2023-12-26T17:17:57.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cephadm 2023-12-26T17:17:55.886929+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.450509+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865250+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865299+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865476+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865545+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865681+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865795+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.865978+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.866113+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:56.866254+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.066264+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.066472+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.066663+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.066831+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.066887+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.067073+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.067218+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.067305+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.067512+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:57 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.067690+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cephadm 2023-12-26T17:17:55.886929+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.450509+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865250+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865299+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865476+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865545+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865681+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865795+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.865978+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.866113+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:56.866254+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.066264+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.066472+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.066663+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.066831+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.066887+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.067073+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.067218+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.067305+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.067512+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.067690+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cephadm 2023-12-26T17:17:55.886929+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-26T17:17:57.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.450509+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865250+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865299+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865476+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865545+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865681+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865795+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.865978+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.866113+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:56.866254+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.066264+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.066472+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.066663+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.066831+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.066887+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-26T17:17:57.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.067073+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.067218+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-26T17:17:57.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.067305+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:57.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.067512+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-26T17:17:57.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:57 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.067690+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-26T17:17:58.086 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:57 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.4.service: Succeeded. 2023-12-26T17:17:58.086 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:57 smithi153 systemd[1]: Stopped Ceph osd.4 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:58.086 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:57 smithi153 systemd[1]: Starting Ceph osd.4 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:17:58.086 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:57 smithi153 podman[111981]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-26T17:17:58.087 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:57 smithi153 systemd[1]: Started Ceph osd.4 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:17:58.406 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.096602+0000 mon.a (mon.0) 458 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:58.406 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.096639+0000 mon.a (mon.0) 459 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-26T17:17:58.406 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: cluster 2023-12-26T17:17:57.104887+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-26T17:17:58.406 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.105438+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:58.406 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.963294+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:58.406 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.963730+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:58.407 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.966449+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:58.407 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.967906+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:17:58.407 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.969230+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:58.407 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[108194]: audit 2023-12-26T17:17:57.970121+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-26T17:17:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.096602+0000 mon.a (mon.0) 458 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.096639+0000 mon.a (mon.0) 459 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-26T17:17:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: cluster 2023-12-26T17:17:57.104887+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-26T17:17:58.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.105438+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:58.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.096602+0000 mon.a (mon.0) 458 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:17:58.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.096639+0000 mon.a (mon.0) 459 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-26T17:17:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: cluster 2023-12-26T17:17:57.104887+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-26T17:17:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.105438+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:58.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.963294+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:58.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.963730+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:58.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.963294+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:17:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.963730+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:17:58.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.966449+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:58.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.967906+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:17:58.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.969230+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:58.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[108165]: audit 2023-12-26T17:17:57.970121+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-26T17:17:58.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.966449+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453451\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:46.453544\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:17:58.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.967906+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:17:58.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.969230+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:17:58.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:58 smithi001 bash[111579]: audit 2023-12-26T17:17:57.970121+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-26T17:17:58.835 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-26T17:17:58.835 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-12-26T17:17:58.835 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-26T17:17:58.836 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-26T17:17:58.836 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-26T17:17:58.836 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-26T17:17:58.836 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:58 smithi153 bash[111997]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-26T17:17:59.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:59 smithi153 bash[108194]: cephadm 2023-12-26T17:17:57.969840+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-26T17:17:59.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:59 smithi153 bash[108194]: cluster 2023-12-26T17:17:58.110085+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e42: 6 total, 4 up, 5 in 2023-12-26T17:17:59.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:59 smithi153 bash[108194]: audit 2023-12-26T17:17:58.110302+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:59.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:17:59 smithi153 bash[108194]: cluster 2023-12-26T17:17:58.450809+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:59.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[108165]: cephadm 2023-12-26T17:17:57.969840+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[108165]: cluster 2023-12-26T17:17:58.110085+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e42: 6 total, 4 up, 5 in 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[108165]: audit 2023-12-26T17:17:58.110302+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[108165]: cluster 2023-12-26T17:17:58.450809+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[111579]: cephadm 2023-12-26T17:17:57.969840+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[111579]: cluster 2023-12-26T17:17:58.110085+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e42: 6 total, 4 up, 5 in 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[111579]: audit 2023-12-26T17:17:58.110302+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:17:59.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:17:59 smithi001 bash[111579]: cluster 2023-12-26T17:17:58.450809+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:17:59.586 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 4,5 on host 'smithi153' 2023-12-26T17:18:00.004 DEBUG:teuthology.orchestra.run.smithi153:osd.5> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.5.service 2023-12-26T17:18:00.007 INFO:tasks.cephadm:Deploying osd.6 on smithi153 with /dev/vg_nvme/lv_2... 2023-12-26T17:18:00.007 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-26T17:18:00.040 INFO:journalctl@ceph.osd.5.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:18:00.118 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:17:59 smithi153 bash[112257]: debug 2023-12-26T17:17:59.859+0000 7fc864d3fec0 -1 Falling back to public interface 2023-12-26T17:18:00.426 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-26T17:18:00.426 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-12-26T17:18:00.426 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-26T17:18:00.426 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-26T17:18:00.427 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-26T17:18:00.427 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-26T17:18:00.427 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112384]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-26T17:18:00.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[108194]: audit 2023-12-26T17:17:59.222008+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_daemon_update\": \"2023-12-26T17:17:59.221432\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:00.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[108194]: audit 2023-12-26T17:17:59.225084+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_daemon_update\": \"2023-12-26T17:17:59.221432\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:00.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[108194]: audit 2023-12-26T17:17:59.577137+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:00.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[108194]: audit 2023-12-26T17:17:59.577569+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:00.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[108194]: audit 2023-12-26T17:17:59.580504+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:00.428 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112257]: debug 2023-12-26T17:18:00.423+0000 7fc864d3fec0 -1 osd.4 40 log_to_monitors {default=true} 2023-12-26T17:18:00.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[108165]: audit 2023-12-26T17:17:59.222008+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_daemon_update\": \"2023-12-26T17:17:59.221432\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:00.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[111579]: audit 2023-12-26T17:17:59.222008+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_daemon_update\": \"2023-12-26T17:17:59.221432\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:00.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[108165]: audit 2023-12-26T17:17:59.225084+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_daemon_update\": \"2023-12-26T17:17:59.221432\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:00.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[108165]: audit 2023-12-26T17:17:59.577137+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:00.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[111579]: audit 2023-12-26T17:17:59.225084+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}}, \"last_daemon_update\": \"2023-12-26T17:17:59.221432\", \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:00.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[108165]: audit 2023-12-26T17:17:59.577569+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:00.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[108165]: audit 2023-12-26T17:17:59.580504+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:00.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[111579]: audit 2023-12-26T17:17:59.577137+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:00.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[111579]: audit 2023-12-26T17:17:59.577569+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:00.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:00 smithi001 bash[111579]: audit 2023-12-26T17:17:59.580504+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221207\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221304\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:59.221346\", \"created\": \"2023-12-26T17:17:45.460464\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_device_update\": \"2023-12-26T17:17:49.783739\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:00.825 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:18:00 smithi153 bash[112257]: debug 2023-12-26T17:18:00.430+0000 7fc854d08700 -1 osd.4 40 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:18:01.387 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:01 smithi153 bash[108194]: audit 2023-12-26T17:18:00.426255+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:18:01.387 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:01 smithi153 bash[108194]: audit 2023-12-26T17:18:00.426576+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:18:01.387 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:01 smithi153 bash[108194]: audit 2023-12-26T17:18:00.427126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:01.387 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:01 smithi153 bash[108194]: audit 2023-12-26T17:18:00.427380+0000 mon.a (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:01.387 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:01 smithi153 bash[108194]: cluster 2023-12-26T17:18:00.451106+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:01.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[108165]: audit 2023-12-26T17:18:00.426255+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:18:01.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[108165]: audit 2023-12-26T17:18:00.426576+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[108165]: audit 2023-12-26T17:18:00.427126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[108165]: audit 2023-12-26T17:18:00.427380+0000 mon.a (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[108165]: cluster 2023-12-26T17:18:00.451106+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[111579]: audit 2023-12-26T17:18:00.426255+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[111579]: audit 2023-12-26T17:18:00.426576+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[111579]: audit 2023-12-26T17:18:00.427126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[111579]: audit 2023-12-26T17:18:00.427380+0000 mon.a (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:01.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:01 smithi001 bash[111579]: cluster 2023-12-26T17:18:00.451106+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:01.716 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-26T17:18:01.716 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-26T17:18:01.716 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-26T17:18:01.716 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-26T17:18:01.716 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119608 s, 877 MB/s 2023-12-26T17:18:01.716 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-26T17:18:02.251 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:01 smithi153 bash[112822]: debug 2023-12-26T17:18:01.962+0000 7fa599f47ec0 -1 Falling back to public interface 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: cluster 2023-12-26T17:18:01.114778+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: cluster 2023-12-26T17:18:01.114807+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: cluster 2023-12-26T17:18:01.114825+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: cluster 2023-12-26T17:18:01.119081+0000 mon.a (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461] boot 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: cluster 2023-12-26T17:18:01.119141+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: audit 2023-12-26T17:18:01.119766+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: audit 2023-12-26T17:18:01.120182+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: audit 2023-12-26T17:18:01.184568+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:02.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: audit 2023-12-26T17:18:01.187616+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:02.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[108194]: audit 2023-12-26T17:18:01.188356+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:02.346 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_2 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: cluster 2023-12-26T17:18:01.114778+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: cluster 2023-12-26T17:18:01.114807+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: cluster 2023-12-26T17:18:01.114825+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: cluster 2023-12-26T17:18:01.119081+0000 mon.a (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461] boot 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: cluster 2023-12-26T17:18:01.119141+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: audit 2023-12-26T17:18:01.119766+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: audit 2023-12-26T17:18:01.120182+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:02.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: cluster 2023-12-26T17:18:01.114778+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: cluster 2023-12-26T17:18:01.114807+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: cluster 2023-12-26T17:18:01.114825+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: cluster 2023-12-26T17:18:01.119081+0000 mon.a (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.153:6800/2472265461,v1:172.21.15.153:6801/2472265461] boot 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: cluster 2023-12-26T17:18:01.119141+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: audit 2023-12-26T17:18:01.119766+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: audit 2023-12-26T17:18:01.120182+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:02.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: audit 2023-12-26T17:18:01.184568+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:02.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: audit 2023-12-26T17:18:01.184568+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:02.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: audit 2023-12-26T17:18:01.187616+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:02.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[108165]: audit 2023-12-26T17:18:01.188356+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:02.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: audit 2023-12-26T17:18:01.187616+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:02.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:02 smithi001 bash[111579]: audit 2023-12-26T17:18:01.188356+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:02.835 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:02 smithi153 bash[112822]: debug 2023-12-26T17:18:02.516+0000 7fa599f47ec0 -1 osd.5 0 log_to_monitors {default=true} 2023-12-26T17:18:03.456 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:03 smithi153 bash[108194]: cluster 2023-12-26T17:18:02.190055+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-26T17:18:03.456 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:03 smithi153 bash[108194]: audit 2023-12-26T17:18:02.190254+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:03.456 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:03 smithi153 bash[108194]: cluster 2023-12-26T17:18:02.451423+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:03.456 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:03 smithi153 bash[108194]: audit 2023-12-26T17:18:02.519935+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:03.456 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:03 smithi153 bash[108194]: audit 2023-12-26T17:18:02.520288+0000 mon.a (mon.0) 489 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:03.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[108165]: cluster 2023-12-26T17:18:02.190055+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[108165]: audit 2023-12-26T17:18:02.190254+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[108165]: cluster 2023-12-26T17:18:02.451423+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[108165]: audit 2023-12-26T17:18:02.519935+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[108165]: audit 2023-12-26T17:18:02.520288+0000 mon.a (mon.0) 489 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[111579]: cluster 2023-12-26T17:18:02.190055+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[111579]: audit 2023-12-26T17:18:02.190254+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[111579]: cluster 2023-12-26T17:18:02.451423+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[111579]: audit 2023-12-26T17:18:02.519935+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:03.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:03 smithi001 bash[111579]: audit 2023-12-26T17:18:02.520288+0000 mon.a (mon.0) 489 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.196343+0000 mon.a (mon.0) 490 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: cluster 2023-12-26T17:18:03.196392+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.196550+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.200230+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.200552+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.591678+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.633260+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.634011+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:04.490 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.635183+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:04.491 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[112257]: debug 2023-12-26T17:18:04.425+0000 7fc85ed8c700 -1 osd.4 46 build_incremental_map_msg missing incremental map 46 2023-12-26T17:18:04.491 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[112822]: debug 2023-12-26T17:18:04.205+0000 7fa582cfc700 -1 osd.5 0 waiting for initial osdmap 2023-12-26T17:18:04.491 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[112822]: debug 2023-12-26T17:18:04.212+0000 7fa58df18700 -1 osd.5 46 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:18:04.491 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.781463+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:04.491 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:04 smithi153 bash[108194]: audit 2023-12-26T17:18:03.785576+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:04.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.196343+0000 mon.a (mon.0) 490 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-26T17:18:04.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: cluster 2023-12-26T17:18:03.196392+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-26T17:18:04.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.196550+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:04.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.200230+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:04.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.200552+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:04.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.591678+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:04.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.633260+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:18:04.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.634011+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:04.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.635183+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:04.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.196343+0000 mon.a (mon.0) 490 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-26T17:18:04.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: cluster 2023-12-26T17:18:03.196392+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-26T17:18:04.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.196550+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:04.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.200230+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:04.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.200552+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:04.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.591678+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:04.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.633260+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:18:04.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.634011+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:04.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.635183+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:04.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.781463+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:04.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[111579]: audit 2023-12-26T17:18:03.785576+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:04.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.781463+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:04.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:04 smithi001 bash[108165]: audit 2023-12-26T17:18:03.785576+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183864\", \"created\": \"2023-12-26T17:17:59.544222\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:57.967629\"}}, \"last_daemon_update\": \"2023-12-26T17:18:01.183953\", \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cluster 2023-12-26T17:18:03.524441+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cluster 2023-12-26T17:18:03.524481+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:03.632322+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cephadm 2023-12-26T17:18:03.632987+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:04.197143+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=smithi153", "root=default"]}]': finished 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cluster 2023-12-26T17:18:04.197206+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e46: 6 total, 5 up, 5 in 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:04.197836+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cluster 2023-12-26T17:18:04.451781+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:05.081926+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.153:0/2596402369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]: dispatch 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:05.082546+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]: dispatch 2023-12-26T17:18:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cluster 2023-12-26T17:18:05.087323+0000 mon.a (mon.0) 504 : cluster [INF] osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415] boot 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:05.087382+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]': finished 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: cluster 2023-12-26T17:18:05.087445+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:05.087649+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[108165]: audit 2023-12-26T17:18:05.088187+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cluster 2023-12-26T17:18:03.524441+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cluster 2023-12-26T17:18:03.524481+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:03.632322+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cephadm 2023-12-26T17:18:03.632987+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:04.197143+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=smithi153", "root=default"]}]': finished 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cluster 2023-12-26T17:18:04.197206+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e46: 6 total, 5 up, 5 in 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:04.197836+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:05.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cluster 2023-12-26T17:18:04.451781+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:05.081926+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.153:0/2596402369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]: dispatch 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:05.082546+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]: dispatch 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cluster 2023-12-26T17:18:05.087323+0000 mon.a (mon.0) 504 : cluster [INF] osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415] boot 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:05.087382+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]': finished 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: cluster 2023-12-26T17:18:05.087445+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:05.087649+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:05.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:05 smithi001 bash[111579]: audit 2023-12-26T17:18:05.088187+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:05.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cluster 2023-12-26T17:18:03.524441+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cluster 2023-12-26T17:18:03.524481+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:03.632322+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cephadm 2023-12-26T17:18:03.632987+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:04.197143+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=smithi153", "root=default"]}]': finished 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cluster 2023-12-26T17:18:04.197206+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e46: 6 total, 5 up, 5 in 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:04.197836+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cluster 2023-12-26T17:18:04.451781+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:05.081926+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.153:0/2596402369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]: dispatch 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:05.082546+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]: dispatch 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cluster 2023-12-26T17:18:05.087323+0000 mon.a (mon.0) 504 : cluster [INF] osd.5 [v2:172.21.15.153:6808/4092786415,v1:172.21.15.153:6809/4092786415] boot 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:05.087382+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db1da3ba-7c10-48c6-91b3-ca00ea649e91"}]': finished 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: cluster 2023-12-26T17:18:05.087445+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:05.087649+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:05 smithi153 bash[108194]: audit 2023-12-26T17:18:05.088187+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:06.576 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[117693]: debug 2023-12-26T17:18:06.089+0000 7f5aff145700 -1 osd.1 48 build_incremental_map_msg missing incremental map 48 2023-12-26T17:18:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[108165]: audit 2023-12-26T17:18:05.842916+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.153:0/2021253600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:18:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[108165]: cluster 2023-12-26T17:18:06.088488+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2023-12-26T17:18:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[108165]: audit 2023-12-26T17:18:06.088654+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:06.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[111579]: audit 2023-12-26T17:18:05.842916+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.153:0/2021253600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:18:06.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[111579]: cluster 2023-12-26T17:18:06.088488+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2023-12-26T17:18:06.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:06 smithi001 bash[111579]: audit 2023-12-26T17:18:06.088654+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:06.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:06 smithi153 bash[108194]: audit 2023-12-26T17:18:05.842916+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.153:0/2021253600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:18:06.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:06 smithi153 bash[108194]: cluster 2023-12-26T17:18:06.088488+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2023-12-26T17:18:06.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:06 smithi153 bash[108194]: audit 2023-12-26T17:18:06.088654+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:07.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:07 smithi001 bash[111579]: cluster 2023-12-26T17:18:06.452134+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:07.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:07 smithi001 bash[108165]: cluster 2023-12-26T17:18:06.452134+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:07.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:07 smithi153 bash[108194]: cluster 2023-12-26T17:18:06.452134+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:08.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:08 smithi153 bash[108194]: audit 2023-12-26T17:18:08.076735+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:08.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:08 smithi001 bash[108165]: audit 2023-12-26T17:18:08.076735+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:08 smithi001 bash[111579]: audit 2023-12-26T17:18:08.076735+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:09.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:09 smithi001 bash[108165]: cluster 2023-12-26T17:18:08.452604+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:09.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:09 smithi001 bash[111579]: cluster 2023-12-26T17:18:08.452604+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:09.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:09 smithi153 bash[108194]: cluster 2023-12-26T17:18:08.452604+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:10.518 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:10 smithi153 bash[108194]: audit 2023-12-26T17:18:09.634575+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:18:10.518 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:10 smithi153 bash[108194]: audit 2023-12-26T17:18:09.635404+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:10.518 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:10 smithi153 bash[108194]: audit 2023-12-26T17:18:09.636287+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-26T17:18:10.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:10 smithi001 bash[108165]: audit 2023-12-26T17:18:09.634575+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:18:10.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:10 smithi001 bash[108165]: audit 2023-12-26T17:18:09.635404+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:10.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:10 smithi001 bash[108165]: audit 2023-12-26T17:18:09.636287+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-26T17:18:10.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:10 smithi001 bash[111579]: audit 2023-12-26T17:18:09.634575+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:18:10.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:10 smithi001 bash[111579]: audit 2023-12-26T17:18:09.635404+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:10.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:10 smithi001 bash[111579]: audit 2023-12-26T17:18:09.636287+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-26T17:18:10.796 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:10 smithi153 systemd[1]: Stopping Ceph osd.5 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:18:10.796 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:10 smithi153 bash[112822]: debug 2023-12-26T17:18:10.564+0000 7fa59178f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:18:10.796 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:10 smithi153 bash[112822]: debug 2023-12-26T17:18:10.564+0000 7fa59178f700 -1 osd.5 48 *** Got signal Terminated *** 2023-12-26T17:18:10.796 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:10 smithi153 bash[112822]: debug 2023-12-26T17:18:10.564+0000 7fa59178f700 -1 osd.5 48 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:18:11.072 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:10 smithi153 podman[113975]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.5 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cephadm 2023-12-26T17:18:09.635995+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.452944+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.609536+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.609580+0000 mon.a (mon.0) 516 : cluster [INF] osd.5 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.609829+0000 mon.a (mon.0) 517 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.610041+0000 mon.a (mon.0) 518 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.809989+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.810174+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.810275+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.523 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.810476+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.810604+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.810697+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.810905+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.811074+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.811214+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.811365+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:10.811506+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.211212+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.211399+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.211508+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.211665+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.211798+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.211945+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.212068+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.525 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.212252+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.525 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.212356+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.525 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.212569+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.525 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:11 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.212699+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cephadm 2023-12-26T17:18:09.635995+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.452944+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.609536+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.609580+0000 mon.a (mon.0) 516 : cluster [INF] osd.5 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.609829+0000 mon.a (mon.0) 517 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.610041+0000 mon.a (mon.0) 518 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.809989+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.810174+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.810275+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.810476+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.810604+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.810697+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.810905+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.811074+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.811214+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.811365+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:10.811506+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.211212+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.211399+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.211508+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.211665+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.211798+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.211945+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.212068+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.212252+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.212356+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.212569+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.212699+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cephadm 2023-12-26T17:18:09.635995+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.452944+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.609536+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.609580+0000 mon.a (mon.0) 516 : cluster [INF] osd.5 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.609829+0000 mon.a (mon.0) 517 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.610041+0000 mon.a (mon.0) 518 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.809989+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.810174+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.810275+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.810476+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.810604+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.810697+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.810905+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.811074+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.811214+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.811365+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:10.811506+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.211212+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.211399+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.211508+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.211665+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.211798+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.211945+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.212068+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.212252+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.212356+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-26T17:18:11.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.212569+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:11 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.212699+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-26T17:18:11.784 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.5.service: Succeeded. 2023-12-26T17:18:11.784 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:11 smithi153 systemd[1]: Stopped Ceph osd.5 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:18:11.784 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:11 smithi153 systemd[1]: Starting Ceph osd.5 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:18:11.784 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:11 smithi153 podman[114118]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-26T17:18:11.784 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:11 smithi153 systemd[1]: Started Ceph osd.5 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:18:12.335 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.221257+0000 mon.a (mon.0) 541 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:18:12.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: cluster 2023-12-26T17:18:11.230841+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-26T17:18:12.336 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.231011+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:12.336 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-26T17:18:12.336 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-12-26T17:18:12.336 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-26T17:18:12.336 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-26T17:18:12.336 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-26T17:18:12.337 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-26T17:18:12.337 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[114135]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-26T17:18:12.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.694100+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:12.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.694549+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:12.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.697521+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:12.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.698392+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:18:12.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.699704+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:12.337 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:12 smithi153 bash[108194]: audit 2023-12-26T17:18:11.700629+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-26T17:18:12.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.221257+0000 mon.a (mon.0) 541 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:18:12.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: cluster 2023-12-26T17:18:11.230841+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-26T17:18:12.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.231011+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:12.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.221257+0000 mon.a (mon.0) 541 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:18:12.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: cluster 2023-12-26T17:18:11.230841+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.231011+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.694100+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.694549+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.697521+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.698392+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.699704+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:12.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[108165]: audit 2023-12-26T17:18:11.700629+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-26T17:18:12.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.694100+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:12.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.694549+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:12.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.697521+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:12.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.698392+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:18:12.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.699704+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:12.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:12 smithi001 bash[111579]: audit 2023-12-26T17:18:11.700629+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-26T17:18:13.082 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 5,6 on host 'smithi153' 2023-12-26T17:18:13.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[108194]: cephadm 2023-12-26T17:18:11.700319+0000 mgr.y (mgr.14142) 106 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-26T17:18:13.311 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[108194]: cluster 2023-12-26T17:18:12.229917+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e50: 7 total, 5 up, 6 in 2023-12-26T17:18:13.311 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[108194]: audit 2023-12-26T17:18:12.230474+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:13.311 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[108194]: cluster 2023-12-26T17:18:12.453343+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v114: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:13.311 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[108194]: audit 2023-12-26T17:18:13.073431+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:13.311 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[108194]: audit 2023-12-26T17:18:13.077071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:13.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[108165]: cephadm 2023-12-26T17:18:11.700319+0000 mgr.y (mgr.14142) 106 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-26T17:18:13.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[108165]: cluster 2023-12-26T17:18:12.229917+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e50: 7 total, 5 up, 6 in 2023-12-26T17:18:13.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[108165]: audit 2023-12-26T17:18:12.230474+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:13.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[108165]: cluster 2023-12-26T17:18:12.453343+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v114: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:13.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[111579]: cephadm 2023-12-26T17:18:11.700319+0000 mgr.y (mgr.14142) 106 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-26T17:18:13.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[111579]: cluster 2023-12-26T17:18:12.229917+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e50: 7 total, 5 up, 6 in 2023-12-26T17:18:13.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[111579]: audit 2023-12-26T17:18:12.230474+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:13.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[111579]: cluster 2023-12-26T17:18:12.453343+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v114: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2023-12-26T17:18:13.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[108165]: audit 2023-12-26T17:18:13.073431+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:13.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[108165]: audit 2023-12-26T17:18:13.077071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:13.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[111579]: audit 2023-12-26T17:18:13.073431+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:13.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:13 smithi001 bash[111579]: audit 2023-12-26T17:18:13.077071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183668\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183778\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:01.183825\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_device_update\": \"2023-12-26T17:18:03.780779\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:13.612 DEBUG:teuthology.orchestra.run.smithi153:osd.6> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.6.service 2023-12-26T17:18:13.614 INFO:tasks.cephadm:Deploying osd.7 on smithi153 with /dev/vg_nvme/lv_1... 2023-12-26T17:18:13.614 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-26T17:18:13.645 INFO:journalctl@ceph.osd.6.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:18:13.858 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-26T17:18:13.858 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-12-26T17:18:13.858 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-26T17:18:13.858 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-26T17:18:13.858 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-26T17:18:13.859 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-26T17:18:13.859 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114478]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-26T17:18:14.111 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:13 smithi153 bash[114449]: debug 2023-12-26T17:18:13.933+0000 7f76b091fec0 -1 Falling back to public interface 2023-12-26T17:18:14.421 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:14 smithi153 bash[108194]: audit 2023-12-26T17:18:13.536405+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:14.421 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:14 smithi153 bash[108194]: audit 2023-12-26T17:18:13.539450+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:14.421 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:14 smithi153 bash[108194]: audit 2023-12-26T17:18:13.540156+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:14.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:14 smithi001 bash[108165]: audit 2023-12-26T17:18:13.536405+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:14.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:14 smithi001 bash[108165]: audit 2023-12-26T17:18:13.539450+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:14.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:14 smithi001 bash[108165]: audit 2023-12-26T17:18:13.540156+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:14.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:14 smithi001 bash[111579]: audit 2023-12-26T17:18:13.536405+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:14.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:14 smithi001 bash[111579]: audit 2023-12-26T17:18:13.539450+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:14.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:14 smithi001 bash[111579]: audit 2023-12-26T17:18:13.540156+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:14.750 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:14 smithi153 bash[114449]: debug 2023-12-26T17:18:14.492+0000 7f76b091fec0 -1 osd.5 48 log_to_monitors {default=true} 2023-12-26T17:18:14.750 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:14 smithi153 bash[114449]: debug 2023-12-26T17:18:14.499+0000 7f76a08e8700 -1 osd.5 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[108165]: cluster 2023-12-26T17:18:14.453711+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[108165]: audit 2023-12-26T17:18:14.495783+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[108165]: audit 2023-12-26T17:18:14.496087+0000 mon.a (mon.0) 557 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[108165]: audit 2023-12-26T17:18:14.496669+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[108165]: audit 2023-12-26T17:18:14.496934+0000 mon.a (mon.0) 558 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[111579]: cluster 2023-12-26T17:18:14.453711+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:15.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[111579]: audit 2023-12-26T17:18:14.495783+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:15.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[111579]: audit 2023-12-26T17:18:14.496087+0000 mon.a (mon.0) 557 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:15.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[111579]: audit 2023-12-26T17:18:14.496669+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:15.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:15 smithi001 bash[111579]: audit 2023-12-26T17:18:14.496934+0000 mon.a (mon.0) 558 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:15.587 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[114818]: debug 2023-12-26T17:18:15.319+0000 7fcb53240ec0 -1 Falling back to public interface 2023-12-26T17:18:15.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[108194]: cluster 2023-12-26T17:18:14.453711+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:15.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[108194]: audit 2023-12-26T17:18:14.495783+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:15.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[108194]: audit 2023-12-26T17:18:14.496087+0000 mon.a (mon.0) 557 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T17:18:15.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[108194]: audit 2023-12-26T17:18:14.496669+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:15.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[108194]: audit 2023-12-26T17:18:14.496934+0000 mon.a (mon.0) 558 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:15.655 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-26T17:18:15.655 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-26T17:18:15.655 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-26T17:18:15.655 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-26T17:18:15.655 INFO:teuthology.orchestra.run.smithi153.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012377 s, 847 MB/s 2023-12-26T17:18:15.655 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-26T17:18:16.000 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:15 smithi153 bash[114818]: debug 2023-12-26T17:18:15.891+0000 7fcb53240ec0 -1 osd.6 0 log_to_monitors {default=true} 2023-12-26T17:18:16.010 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_1 2023-12-26T17:18:16.576 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[117693]: debug 2023-12-26T17:18:16.252+0000 7f5aff145700 -1 osd.1 52 build_incremental_map_msg missing incremental map 52 2023-12-26T17:18:16.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: cluster 2023-12-26T17:18:15.240891+0000 mon.a (mon.0) 559 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:18:16.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: cluster 2023-12-26T17:18:15.241610+0000 mon.a (mon.0) 560 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:16.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: cluster 2023-12-26T17:18:15.241640+0000 mon.a (mon.0) 561 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:16.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: cluster 2023-12-26T17:18:15.250775+0000 mon.a (mon.0) 562 : cluster [INF] osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949] boot 2023-12-26T17:18:16.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: cluster 2023-12-26T17:18:15.250821+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-26T17:18:16.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: audit 2023-12-26T17:18:15.251023+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: audit 2023-12-26T17:18:15.251544+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: audit 2023-12-26T17:18:15.895462+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[108165]: audit 2023-12-26T17:18:15.895774+0000 mon.a (mon.0) 566 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: cluster 2023-12-26T17:18:15.240891+0000 mon.a (mon.0) 559 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: cluster 2023-12-26T17:18:15.241610+0000 mon.a (mon.0) 560 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: cluster 2023-12-26T17:18:15.241640+0000 mon.a (mon.0) 561 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: cluster 2023-12-26T17:18:15.250775+0000 mon.a (mon.0) 562 : cluster [INF] osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949] boot 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: cluster 2023-12-26T17:18:15.250821+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: audit 2023-12-26T17:18:15.251023+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: audit 2023-12-26T17:18:15.251544+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: audit 2023-12-26T17:18:15.895462+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:16.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:16 smithi001 bash[111579]: audit 2023-12-26T17:18:15.895774+0000 mon.a (mon.0) 566 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: cluster 2023-12-26T17:18:15.240891+0000 mon.a (mon.0) 559 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:18:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: cluster 2023-12-26T17:18:15.241610+0000 mon.a (mon.0) 560 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: cluster 2023-12-26T17:18:15.241640+0000 mon.a (mon.0) 561 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: cluster 2023-12-26T17:18:15.250775+0000 mon.a (mon.0) 562 : cluster [INF] osd.5 [v2:172.21.15.153:6808/2598044949,v1:172.21.15.153:6809/2598044949] boot 2023-12-26T17:18:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: cluster 2023-12-26T17:18:15.250821+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-26T17:18:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: audit 2023-12-26T17:18:15.251023+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:18:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: audit 2023-12-26T17:18:15.251544+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: audit 2023-12-26T17:18:15.895462+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:16 smithi153 bash[108194]: audit 2023-12-26T17:18:15.895774+0000 mon.a (mon.0) 566 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:17.575 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[117693]: debug 2023-12-26T17:18:17.251+0000 7f5aff145700 -1 osd.1 53 build_incremental_map_msg missing incremental map 52 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.251360+0000 mon.a (mon.0) 567 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: cluster 2023-12-26T17:18:16.251420+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.251902+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.252036+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.252718+0000 mon.a (mon.0) 570 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.400215+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:17.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: cluster 2023-12-26T17:18:16.454150+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v118: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.251360+0000 mon.a (mon.0) 567 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: cluster 2023-12-26T17:18:16.251420+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.251902+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.252036+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.252718+0000 mon.a (mon.0) 570 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.400215+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: cluster 2023-12-26T17:18:16.454150+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v118: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:17.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.590161+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:17.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.590161+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:17.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.593617+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:17.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[108165]: audit 2023-12-26T17:18:16.595291+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:17.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.593617+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:17.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:17 smithi001 bash[111579]: audit 2023-12-26T17:18:16.595291+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:17.585 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[114818]: debug 2023-12-26T17:18:17.254+0000 7fcb37fed700 -1 osd.6 0 waiting for initial osdmap 2023-12-26T17:18:17.585 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[114818]: debug 2023-12-26T17:18:17.263+0000 7fcb43209700 -1 osd.6 53 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.251360+0000 mon.a (mon.0) 567 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: cluster 2023-12-26T17:18:16.251420+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.251902+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.252036+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.252718+0000 mon.a (mon.0) 570 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.400215+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: cluster 2023-12-26T17:18:16.454150+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v118: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.590161+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.593617+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535471\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535567\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535608\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:13.535644\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:13.535737\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:17 smithi153 bash[108194]: audit 2023-12-26T17:18:16.595291+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:18.570 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: cluster 2023-12-26T17:18:16.943265+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:18.570 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: cluster 2023-12-26T17:18:16.943317+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:18.570 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.253280+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:18:18.570 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: cluster 2023-12-26T17:18:17.253345+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e53: 7 total, 6 up, 6 in 2023-12-26T17:18:18.570 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.253506+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.638565+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"511a1b837c7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637774\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:14.340270\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:17.637873\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.642635+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"511a1b837c7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637774\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:14.340270\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:17.637873\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.659553+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.660308+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:17.661573+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: cluster 2023-12-26T17:18:18.254605+0000 mon.a (mon.0) 583 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073] boot 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: cluster 2023-12-26T17:18:18.254644+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e54: 7 total, 7 up, 7 in 2023-12-26T17:18:18.571 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:18 smithi153 bash[108194]: audit 2023-12-26T17:18:18.254838+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:18.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: cluster 2023-12-26T17:18:16.943265+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: cluster 2023-12-26T17:18:16.943317+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.253280+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: cluster 2023-12-26T17:18:17.253345+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e53: 7 total, 6 up, 6 in 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.253506+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: cluster 2023-12-26T17:18:16.943265+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: cluster 2023-12-26T17:18:16.943317+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:18.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.253280+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:18:18.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: cluster 2023-12-26T17:18:17.253345+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e53: 7 total, 6 up, 6 in 2023-12-26T17:18:18.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.253506+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:18.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.638565+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"511a1b837c7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637774\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:14.340270\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:17.637873\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:18.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.638565+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"511a1b837c7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637774\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:14.340270\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:17.637873\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:18.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.642635+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"511a1b837c7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637774\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:14.340270\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:17.637873\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:18.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.659553+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.660308+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:17.661573+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: cluster 2023-12-26T17:18:18.254605+0000 mon.a (mon.0) 583 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073] boot 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: cluster 2023-12-26T17:18:18.254644+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e54: 7 total, 7 up, 7 in 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[111579]: audit 2023-12-26T17:18:18.254838+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.642635+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"511a1b837c7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637774\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:14.340270\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:11.698088\"}}, \"last_daemon_update\": \"2023-12-26T17:18:17.637873\", \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.659553+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.660308+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:17.661573+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: cluster 2023-12-26T17:18:18.254605+0000 mon.a (mon.0) 583 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2993089073,v1:172.21.15.153:6817/2993089073] boot 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: cluster 2023-12-26T17:18:18.254644+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e54: 7 total, 7 up, 7 in 2023-12-26T17:18:18.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:18 smithi001 bash[108165]: audit 2023-12-26T17:18:18.254838+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:19.202 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[114449]: debug 2023-12-26T17:18:19.197+0000 7f768a8bc700 -1 osd.5 55 build_incremental_map_msg missing incremental map 55 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: audit 2023-12-26T17:18:17.658533+0000 mgr.y (mgr.14142) 110 : audit [DBG] from='client.24299 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: cephadm 2023-12-26T17:18:17.659259+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: cluster 2023-12-26T17:18:18.454583+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: audit 2023-12-26T17:18:19.191259+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.153:0/3400340438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]: dispatch 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: audit 2023-12-26T17:18:19.191658+0000 mon.a (mon.0) 586 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]: dispatch 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: audit 2023-12-26T17:18:19.195791+0000 mon.a (mon.0) 587 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]': finished 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: cluster 2023-12-26T17:18:19.195829+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2023-12-26T17:18:19.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[108165]: audit 2023-12-26T17:18:19.195959+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:19.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: audit 2023-12-26T17:18:17.658533+0000 mgr.y (mgr.14142) 110 : audit [DBG] from='client.24299 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:19.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: cephadm 2023-12-26T17:18:17.659259+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:18:19.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: cluster 2023-12-26T17:18:18.454583+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:19.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: audit 2023-12-26T17:18:19.191259+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.153:0/3400340438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]: dispatch 2023-12-26T17:18:19.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: audit 2023-12-26T17:18:19.191658+0000 mon.a (mon.0) 586 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]: dispatch 2023-12-26T17:18:19.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: audit 2023-12-26T17:18:19.195791+0000 mon.a (mon.0) 587 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]': finished 2023-12-26T17:18:19.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: cluster 2023-12-26T17:18:19.195829+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2023-12-26T17:18:19.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:19 smithi001 bash[111579]: audit 2023-12-26T17:18:19.195959+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: audit 2023-12-26T17:18:17.658533+0000 mgr.y (mgr.14142) 110 : audit [DBG] from='client.24299 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: cephadm 2023-12-26T17:18:17.659259+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Applying osd on host smithi153... 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: cluster 2023-12-26T17:18:18.454583+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: audit 2023-12-26T17:18:19.191259+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.153:0/3400340438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]: dispatch 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: audit 2023-12-26T17:18:19.191658+0000 mon.a (mon.0) 586 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]: dispatch 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: audit 2023-12-26T17:18:19.195791+0000 mon.a (mon.0) 587 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31820880-2bb1-4de7-a380-aef348c87b1e"}]': finished 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: cluster 2023-12-26T17:18:19.195829+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2023-12-26T17:18:19.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:19 smithi153 bash[108194]: audit 2023-12-26T17:18:19.195959+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:20.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:20 smithi001 bash[108165]: cluster 2023-12-26T17:18:19.261562+0000 mon.a (mon.0) 590 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:18:20.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:20 smithi001 bash[108165]: cluster 2023-12-26T17:18:19.261626+0000 mon.a (mon.0) 591 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:20.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:20 smithi001 bash[108165]: audit 2023-12-26T17:18:19.965059+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.153:0/1834139363' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:18:20.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:20 smithi001 bash[111579]: cluster 2023-12-26T17:18:19.261562+0000 mon.a (mon.0) 590 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:18:20.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:20 smithi001 bash[111579]: cluster 2023-12-26T17:18:19.261626+0000 mon.a (mon.0) 591 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:20.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:20 smithi001 bash[111579]: audit 2023-12-26T17:18:19.965059+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.153:0/1834139363' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:18:20.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:20 smithi153 bash[108194]: cluster 2023-12-26T17:18:19.261562+0000 mon.a (mon.0) 590 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:18:20.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:20 smithi153 bash[108194]: cluster 2023-12-26T17:18:19.261626+0000 mon.a (mon.0) 591 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:20.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:20 smithi153 bash[108194]: audit 2023-12-26T17:18:19.965059+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.153:0/1834139363' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T17:18:21.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:21 smithi001 bash[108165]: cluster 2023-12-26T17:18:20.454998+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v123: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:21.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:21 smithi001 bash[111579]: cluster 2023-12-26T17:18:20.454998+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v123: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:21.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:21 smithi153 bash[108194]: cluster 2023-12-26T17:18:20.454998+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v123: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:22.544 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:22 smithi153 bash[108194]: audit 2023-12-26T17:18:22.257843+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:22.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:22 smithi001 bash[111579]: audit 2023-12-26T17:18:22.257843+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:22.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:22 smithi001 bash[108165]: audit 2023-12-26T17:18:22.257843+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:23 smithi001 bash[108165]: cluster 2023-12-26T17:18:22.455365+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v124: 1 pgs: 1 peering; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:23.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:23 smithi001 bash[111579]: cluster 2023-12-26T17:18:22.455365+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v124: 1 pgs: 1 peering; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:23.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:23 smithi153 bash[108194]: cluster 2023-12-26T17:18:22.455365+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v124: 1 pgs: 1 peering; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2023-12-26T17:18:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:24 smithi001 bash[111579]: audit 2023-12-26T17:18:23.924370+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:18:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:24 smithi001 bash[111579]: audit 2023-12-26T17:18:23.925169+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:24.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:24 smithi001 bash[111579]: audit 2023-12-26T17:18:23.926033+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-26T17:18:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:24 smithi001 bash[108165]: audit 2023-12-26T17:18:23.924370+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:18:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:24 smithi001 bash[108165]: audit 2023-12-26T17:18:23.925169+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:24.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:24 smithi001 bash[108165]: audit 2023-12-26T17:18:23.926033+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-26T17:18:24.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:24 smithi153 bash[108194]: audit 2023-12-26T17:18:23.924370+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:18:24.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:24 smithi153 bash[108194]: audit 2023-12-26T17:18:23.925169+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:24.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:24 smithi153 bash[108194]: audit 2023-12-26T17:18:23.926033+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-26T17:18:24.835 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:24 smithi153 systemd[1]: Stopping Ceph osd.6 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:18:25.127 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:24 smithi153 bash[114818]: debug 2023-12-26T17:18:24.853+0000 7fcb4aa88700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:18:25.127 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:24 smithi153 bash[114818]: debug 2023-12-26T17:18:24.853+0000 7fcb4aa88700 -1 osd.6 55 *** Got signal Terminated *** 2023-12-26T17:18:25.127 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:24 smithi153 bash[114818]: debug 2023-12-26T17:18:24.853+0000 7fcb4aa88700 -1 osd.6 55 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:18:25.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cephadm 2023-12-26T17:18:23.925741+0000 mgr.y (mgr.14142) 115 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-26T17:18:25.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:24.455761+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:18:25.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:24.907375+0000 mon.a (mon.0) 596 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:24.907410+0000 mon.a (mon.0) 597 : cluster [INF] osd.6 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:24.907645+0000 mon.a (mon.0) 598 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:24.907811+0000 mon.a (mon.0) 599 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:24.907981+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.107965+0000 mon.a (mon.0) 601 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.108133+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.108396+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.108556+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.108617+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.108796+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.108898+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.109082+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.109188+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.109319+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.447 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.109403+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-26T17:18:25.447 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:25 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.109571+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-26T17:18:25.447 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:25 smithi153 podman[116178]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.6 2023-12-26T17:18:25.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cephadm 2023-12-26T17:18:23.925741+0000 mgr.y (mgr.14142) 115 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:24.455761+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:24.907375+0000 mon.a (mon.0) 596 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:24.907410+0000 mon.a (mon.0) 597 : cluster [INF] osd.6 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:24.907645+0000 mon.a (mon.0) 598 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:24.907811+0000 mon.a (mon.0) 599 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:24.907981+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.107965+0000 mon.a (mon.0) 601 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.108133+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.108396+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.108556+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.108617+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.108796+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.108898+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-26T17:18:25.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.109082+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.109188+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.109319+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.109403+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.109571+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cephadm 2023-12-26T17:18:23.925741+0000 mgr.y (mgr.14142) 115 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:24.455761+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:24.907375+0000 mon.a (mon.0) 596 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:24.907410+0000 mon.a (mon.0) 597 : cluster [INF] osd.6 failed (root=default,host=smithi153) (connection refused reported by osd.3) 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:24.907645+0000 mon.a (mon.0) 598 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:24.907811+0000 mon.a (mon.0) 599 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:24.907981+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.107965+0000 mon.a (mon.0) 601 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.108133+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.108396+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.108556+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.108617+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.108796+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.108898+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.109082+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.109188+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.109319+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.109403+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-26T17:18:25.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:25 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.109571+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-26T17:18:26.149 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:25 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.6.service: Succeeded. 2023-12-26T17:18:26.149 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:25 smithi153 systemd[1]: Stopped Ceph osd.6 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:18:26.149 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:25 smithi153 systemd[1]: Starting Ceph osd.6 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:18:26.150 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 podman[116314]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-26T17:18:26.150 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 systemd[1]: Started Ceph osd.6 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:18:26.443 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.282245+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: cluster 2023-12-26T17:18:25.290519+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:25.291106+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:26.059146+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:26.059636+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:26.062644+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:26.063712+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:26.065005+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:26.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[108194]: audit 2023-12-26T17:18:26.065932+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-26T17:18:26.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.282245+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:18:26.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: cluster 2023-12-26T17:18:25.290519+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-26T17:18:26.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:25.291106+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:26.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.282245+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:18:26.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: cluster 2023-12-26T17:18:25.290519+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-26T17:18:26.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:25.291106+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:26.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:26.059146+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:26.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:26.059636+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:26.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:26.059146+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:26.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:26.059636+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:26.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:26.062644+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:26.063712+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:26.065005+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[111579]: audit 2023-12-26T17:18:26.065932+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:26.062644+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:26.063712+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:26.065005+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:18:26.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:26 smithi001 bash[108165]: audit 2023-12-26T17:18:26.065932+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-26T17:18:26.835 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-26T17:18:26.835 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-12-26T17:18:26.835 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-26T17:18:26.836 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-26T17:18:26.836 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-26T17:18:26.836 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-26T17:18:26.836 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:26 smithi153 bash[116330]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-26T17:18:27.462 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 6,7 on host 'smithi153' 2023-12-26T17:18:27.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[108165]: cephadm 2023-12-26T17:18:26.065621+0000 mgr.y (mgr.14142) 117 : cephadm [INF] Deploying daemon osd.7 on smithi153 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[108165]: cluster 2023-12-26T17:18:26.291619+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[108165]: audit 2023-12-26T17:18:26.292237+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[108165]: cluster 2023-12-26T17:18:26.456113+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v128: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[111579]: cephadm 2023-12-26T17:18:26.065621+0000 mgr.y (mgr.14142) 117 : cephadm [INF] Deploying daemon osd.7 on smithi153 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[111579]: cluster 2023-12-26T17:18:26.291619+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[111579]: audit 2023-12-26T17:18:26.292237+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:27.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:27 smithi001 bash[111579]: cluster 2023-12-26T17:18:26.456113+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v128: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:18:27.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:27 smithi153 bash[108194]: cephadm 2023-12-26T17:18:26.065621+0000 mgr.y (mgr.14142) 117 : cephadm [INF] Deploying daemon osd.7 on smithi153 2023-12-26T17:18:27.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:27 smithi153 bash[108194]: cluster 2023-12-26T17:18:26.291619+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2023-12-26T17:18:27.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:27 smithi153 bash[108194]: audit 2023-12-26T17:18:26.292237+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:27.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:27 smithi153 bash[108194]: cluster 2023-12-26T17:18:26.456113+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v128: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-26T17:18:27.994 DEBUG:teuthology.orchestra.run.smithi153:osd.7> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.7.service 2023-12-26T17:18:27.997 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-26T17:18:27.997 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T17:18:28.031 INFO:journalctl@ceph.osd.7.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:18:28.304 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[116592]: debug 2023-12-26T17:18:28.147+0000 7f453e07aec0 -1 Falling back to public interface 2023-12-26T17:18:28.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[108165]: audit 2023-12-26T17:18:27.454798+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:28.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[111579]: audit 2023-12-26T17:18:27.454798+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:28.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[108165]: audit 2023-12-26T17:18:27.457709+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:28.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[111579]: audit 2023-12-26T17:18:27.457709+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:28.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[108165]: audit 2023-12-26T17:18:27.651484+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:28.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[108165]: audit 2023-12-26T17:18:27.654900+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:28.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[108165]: audit 2023-12-26T17:18:27.655797+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:28.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[111579]: audit 2023-12-26T17:18:27.651484+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:28.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[111579]: audit 2023-12-26T17:18:27.654900+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:28.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:28 smithi001 bash[111579]: audit 2023-12-26T17:18:27.655797+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:28.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[108194]: audit 2023-12-26T17:18:27.454798+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:28.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[108194]: audit 2023-12-26T17:18:27.457709+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637548\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637643\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637686\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:17.637722\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_device_update\": \"2023-12-26T17:18:16.589528\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:28.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[108194]: audit 2023-12-26T17:18:27.651484+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:28.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[108194]: audit 2023-12-26T17:18:27.654900+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:28.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[108194]: audit 2023-12-26T17:18:27.655797+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-26T17:18:29.053 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[116592]: debug 2023-12-26T17:18:28.720+0000 7f453e07aec0 -1 osd.6 55 log_to_monitors {default=true} 2023-12-26T17:18:29.053 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:28 smithi153 bash[116592]: debug 2023-12-26T17:18:28.727+0000 7f452e043700 -1 osd.6 55 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:18:29.224 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:29.309 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[108194]: cluster 2023-12-26T17:18:28.456421+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:29.310 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[108194]: audit 2023-12-26T17:18:28.724445+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:29.310 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[108194]: audit 2023-12-26T17:18:28.724774+0000 mon.a (mon.0) 629 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:29.310 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[108194]: audit 2023-12-26T17:18:28.725309+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:29.310 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[108194]: audit 2023-12-26T17:18:28.725536+0000 mon.a (mon.0) 630 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:29.310 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[108194]: audit 2023-12-26T17:18:29.221954+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.1:0/4175885733' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:29.310 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[116935]: debug 2023-12-26T17:18:29.256+0000 7f90df93dec0 -1 Falling back to public interface 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[111579]: cluster 2023-12-26T17:18:28.456421+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[111579]: audit 2023-12-26T17:18:28.724445+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[111579]: audit 2023-12-26T17:18:28.724774+0000 mon.a (mon.0) 629 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[111579]: audit 2023-12-26T17:18:28.725309+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[111579]: audit 2023-12-26T17:18:28.725536+0000 mon.a (mon.0) 630 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[111579]: audit 2023-12-26T17:18:29.221954+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.1:0/4175885733' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[108165]: cluster 2023-12-26T17:18:28.456421+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:29.490 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[108165]: audit 2023-12-26T17:18:28.724445+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:29.491 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[108165]: audit 2023-12-26T17:18:28.724774+0000 mon.a (mon.0) 629 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T17:18:29.491 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[108165]: audit 2023-12-26T17:18:28.725309+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:29.491 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[108165]: audit 2023-12-26T17:18:28.725536+0000 mon.a (mon.0) 630 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:29.491 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:29 smithi001 bash[108165]: audit 2023-12-26T17:18:29.221954+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.1:0/4175885733' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:29.591 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":57,"num_osds":8,"num_up_osds":6,"osd_up_since":1703611105,"num_in_osds":7,"osd_in_since":1703611098,"num_remapped_pgs":0} 2023-12-26T17:18:30.085 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:18:29 smithi153 bash[116935]: debug 2023-12-26T17:18:29.806+0000 7f90df93dec0 -1 osd.7 0 log_to_monitors {default=true} 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: cluster 2023-12-26T17:18:29.300180+0000 mon.a (mon.0) 632 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: cluster 2023-12-26T17:18:29.300204+0000 mon.a (mon.0) 633 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: cluster 2023-12-26T17:18:29.300468+0000 mon.a (mon.0) 634 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: cluster 2023-12-26T17:18:29.304027+0000 mon.a (mon.0) 635 : cluster [INF] osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547] boot 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: cluster 2023-12-26T17:18:29.304069+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: audit 2023-12-26T17:18:29.304509+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: audit 2023-12-26T17:18:29.304764+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: audit 2023-12-26T17:18:29.810917+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: audit 2023-12-26T17:18:29.811226+0000 mon.a (mon.0) 639 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T17:18:30.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[108165]: audit 2023-12-26T17:18:30.221713+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: cluster 2023-12-26T17:18:29.300180+0000 mon.a (mon.0) 632 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: cluster 2023-12-26T17:18:29.300204+0000 mon.a (mon.0) 633 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: cluster 2023-12-26T17:18:29.300468+0000 mon.a (mon.0) 634 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: cluster 2023-12-26T17:18:29.304027+0000 mon.a (mon.0) 635 : cluster [INF] osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547] boot 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: cluster 2023-12-26T17:18:29.304069+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: audit 2023-12-26T17:18:29.304509+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: audit 2023-12-26T17:18:29.304764+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: audit 2023-12-26T17:18:29.810917+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: audit 2023-12-26T17:18:29.811226+0000 mon.a (mon.0) 639 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T17:18:30.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:30 smithi001 bash[111579]: audit 2023-12-26T17:18:30.221713+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:30.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: cluster 2023-12-26T17:18:29.300180+0000 mon.a (mon.0) 632 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:18:30.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: cluster 2023-12-26T17:18:29.300204+0000 mon.a (mon.0) 633 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:30.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: cluster 2023-12-26T17:18:29.300468+0000 mon.a (mon.0) 634 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-26T17:18:30.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: cluster 2023-12-26T17:18:29.304027+0000 mon.a (mon.0) 635 : cluster [INF] osd.6 [v2:172.21.15.153:6816/3006235547,v1:172.21.15.153:6817/3006235547] boot 2023-12-26T17:18:30.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: cluster 2023-12-26T17:18:29.304069+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-26T17:18:30.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: audit 2023-12-26T17:18:29.304509+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:18:30.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: audit 2023-12-26T17:18:29.304764+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:30.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: audit 2023-12-26T17:18:29.810917+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T17:18:30.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: audit 2023-12-26T17:18:29.811226+0000 mon.a (mon.0) 639 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T17:18:30.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:30 smithi153 bash[108194]: audit 2023-12-26T17:18:30.221713+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:30.592 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T17:18:31.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.310069+0000 mon.a (mon.0) 641 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-26T17:18:31.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: cluster 2023-12-26T17:18:30.310142+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-26T17:18:31.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.310566+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:31.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.310726+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:31.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.311189+0000 mon.a (mon.0) 644 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.407198+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.410740+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:30.412339+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: cluster 2023-12-26T17:18:30.456726+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v132: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: cluster 2023-12-26T17:18:30.771387+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: cluster 2023-12-26T17:18:30.771419+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:31.214649+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:31.214024\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:31.217335+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:31.214024\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:31.310482+0000 mon.a (mon.0) 650 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: cluster 2023-12-26T17:18:31.310528+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2023-12-26T17:18:31.320 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[108165]: audit 2023-12-26T17:18:31.310652+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:31.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.310069+0000 mon.a (mon.0) 641 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: cluster 2023-12-26T17:18:30.310142+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.310566+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.310726+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.311189+0000 mon.a (mon.0) 644 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.407198+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.410740+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:30.412339+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: cluster 2023-12-26T17:18:30.456726+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v132: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: cluster 2023-12-26T17:18:30.771387+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: cluster 2023-12-26T17:18:30.771419+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:31.214649+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:31.214024\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:31.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:31.217335+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:31.214024\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:31.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:31.310482+0000 mon.a (mon.0) 650 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:18:31.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: cluster 2023-12-26T17:18:31.310528+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2023-12-26T17:18:31.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:31 smithi001 bash[111579]: audit 2023-12-26T17:18:31.310652+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:31.585 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[116935]: debug 2023-12-26T17:18:31.312+0000 7f90c46ea700 -1 osd.7 0 waiting for initial osdmap 2023-12-26T17:18:31.585 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[116935]: debug 2023-12-26T17:18:31.321+0000 7f90cf906700 -1 osd.7 60 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.310069+0000 mon.a (mon.0) 641 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: cluster 2023-12-26T17:18:30.310142+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.310566+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.310726+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.311189+0000 mon.a (mon.0) 644 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.407198+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:31.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.410740+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650507\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650600\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650641\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650676\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:27.650711\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:27.650818\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:30.412339+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: cluster 2023-12-26T17:18:30.456726+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v132: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: cluster 2023-12-26T17:18:30.771387+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: cluster 2023-12-26T17:18:30.771419+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:31.214649+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:31.214024\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:31.217335+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}}, \"last_daemon_update\": \"2023-12-26T17:18:31.214024\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:31.310482+0000 mon.a (mon.0) 650 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: cluster 2023-12-26T17:18:31.310528+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2023-12-26T17:18:31.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:31 smithi153 bash[108194]: audit 2023-12-26T17:18:31.310652+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:31.751 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:32.099 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":60,"num_osds":8,"num_up_osds":7,"osd_up_since":1703611109,"num_in_osds":7,"osd_in_since":1703611098,"num_remapped_pgs":0} 2023-12-26T17:18:32.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[108165]: audit 2023-12-26T17:18:31.748474+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.1:0/3402155563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:32.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[108165]: cluster 2023-12-26T17:18:32.312284+0000 mon.a (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866] boot 2023-12-26T17:18:32.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[108165]: cluster 2023-12-26T17:18:32.312338+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-26T17:18:32.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[108165]: audit 2023-12-26T17:18:32.312496+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:32.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[111579]: audit 2023-12-26T17:18:31.748474+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.1:0/3402155563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:32.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[111579]: cluster 2023-12-26T17:18:32.312284+0000 mon.a (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866] boot 2023-12-26T17:18:32.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[111579]: cluster 2023-12-26T17:18:32.312338+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-26T17:18:32.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:32 smithi001 bash[111579]: audit 2023-12-26T17:18:32.312496+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:32 smithi153 bash[108194]: audit 2023-12-26T17:18:31.748474+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.1:0/3402155563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:32 smithi153 bash[108194]: cluster 2023-12-26T17:18:32.312284+0000 mon.a (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.153:6824/2067893866,v1:172.21.15.153:6825/2067893866] boot 2023-12-26T17:18:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:32 smithi153 bash[108194]: cluster 2023-12-26T17:18:32.312338+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-26T17:18:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:32 smithi153 bash[108194]: audit 2023-12-26T17:18:32.312496+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:18:33.100 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T17:18:33.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:33 smithi153 bash[108194]: cluster 2023-12-26T17:18:32.457106+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v135: 1 pgs: 1 peering; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:33.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:33 smithi153 bash[108194]: cluster 2023-12-26T17:18:33.313353+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-26T17:18:33.585 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:18:33 smithi153 bash[116592]: debug 2023-12-26T17:18:33.313+0000 7f451400f700 -1 osd.6 62 build_incremental_map_msg missing incremental map 62 2023-12-26T17:18:33.677 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:33 smithi001 bash[111579]: cluster 2023-12-26T17:18:32.457106+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v135: 1 pgs: 1 peering; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:33.678 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:33 smithi001 bash[111579]: cluster 2023-12-26T17:18:33.313353+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-26T17:18:33.678 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:33 smithi001 bash[108165]: cluster 2023-12-26T17:18:32.457106+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v135: 1 pgs: 1 peering; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:33.678 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:33 smithi001 bash[108165]: cluster 2023-12-26T17:18:33.313353+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-26T17:18:34.284 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:34.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:34 smithi001 bash[108165]: cluster 2023-12-26T17:18:33.411924+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-26T17:18:34.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:34 smithi001 bash[108165]: cluster 2023-12-26T17:18:33.411977+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:18:34.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:34 smithi001 bash[108165]: audit 2023-12-26T17:18:34.281290+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.1:0/1259418832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:34.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:34 smithi001 bash[111579]: cluster 2023-12-26T17:18:33.411924+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-26T17:18:34.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:34 smithi001 bash[111579]: cluster 2023-12-26T17:18:33.411977+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:18:34.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:34 smithi001 bash[111579]: audit 2023-12-26T17:18:34.281290+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.1:0/1259418832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:34.674 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":62,"num_osds":8,"num_up_osds":8,"osd_up_since":1703611112,"num_in_osds":8,"osd_in_since":1703611112,"num_remapped_pgs":0} 2023-12-26T17:18:34.674 INFO:tasks.cephadm:Adding prometheus.a on smithi153 2023-12-26T17:18:34.675 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch apply prometheus '1;smithi153=a' 2023-12-26T17:18:34.708 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:34 smithi153 bash[108194]: cluster 2023-12-26T17:18:33.411924+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-26T17:18:34.708 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:34 smithi153 bash[108194]: cluster 2023-12-26T17:18:33.411977+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-26T17:18:34.709 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:34 smithi153 bash[108194]: audit 2023-12-26T17:18:34.281290+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.1:0/1259418832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T17:18:35.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:35 smithi001 bash[108165]: cluster 2023-12-26T17:18:34.457571+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:35.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:35 smithi001 bash[111579]: cluster 2023-12-26T17:18:34.457571+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:35.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:35 smithi153 bash[108194]: cluster 2023-12-26T17:18:34.457571+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:35.863 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled prometheus update... 2023-12-26T17:18:36.231 DEBUG:teuthology.orchestra.run.smithi153:prometheus.a> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@prometheus.a.service 2023-12-26T17:18:36.274 INFO:tasks.cephadm:Adding node-exporter.a on smithi001 2023-12-26T17:18:36.274 INFO:tasks.cephadm:Adding node-exporter.b on smithi153 2023-12-26T17:18:36.275 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch apply node-exporter '2;smithi001=a;smithi153=b' 2023-12-26T17:18:36.304 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:18:36.708 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:36 smithi153 bash[108194]: audit 2023-12-26T17:18:35.853133+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-26T17:18:35.852713\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-26T17:18:36.708 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:36 smithi153 bash[108194]: audit 2023-12-26T17:18:35.856421+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-26T17:18:35.852713\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-26T17:18:36.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:36 smithi001 bash[108165]: audit 2023-12-26T17:18:35.853133+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-26T17:18:35.852713\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-26T17:18:36.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:36 smithi001 bash[108165]: audit 2023-12-26T17:18:35.856421+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-26T17:18:35.852713\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-26T17:18:36.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:36 smithi001 bash[111579]: audit 2023-12-26T17:18:35.853133+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-26T17:18:35.852713\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-26T17:18:36.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:36 smithi001 bash[111579]: audit 2023-12-26T17:18:35.856421+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-26T17:18:35.852713\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-26T17:18:37.493 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled node-exporter update... 2023-12-26T17:18:37.779 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:37 smithi153 bash[108194]: audit 2023-12-26T17:18:35.852071+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:37.779 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:37 smithi153 bash[108194]: cephadm 2023-12-26T17:18:35.852693+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi153=a 2023-12-26T17:18:37.779 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:37 smithi153 bash[108194]: cephadm 2023-12-26T17:18:35.860175+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:18:37.779 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:37 smithi153 bash[108194]: cluster 2023-12-26T17:18:36.458073+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[108165]: audit 2023-12-26T17:18:35.852071+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[108165]: cephadm 2023-12-26T17:18:35.852693+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi153=a 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[108165]: cephadm 2023-12-26T17:18:35.860175+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[108165]: cluster 2023-12-26T17:18:36.458073+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[111579]: audit 2023-12-26T17:18:35.852071+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[111579]: cephadm 2023-12-26T17:18:35.852693+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi153=a 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[111579]: cephadm 2023-12-26T17:18:35.860175+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:18:37.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:37 smithi001 bash[111579]: cluster 2023-12-26T17:18:36.458073+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:37.864 DEBUG:teuthology.orchestra.run.smithi001:node-exporter.a> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service 2023-12-26T17:18:37.867 DEBUG:teuthology.orchestra.run.smithi153:node-exporter.b> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service 2023-12-26T17:18:37.869 INFO:tasks.cephadm:Adding alertmanager.a on smithi001 2023-12-26T17:18:37.869 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch apply alertmanager '1;smithi001=a' 2023-12-26T17:18:37.899 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:18:37.904 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:18:38.768 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:38 smithi153 bash[108194]: audit 2023-12-26T17:18:37.485772+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi001=a;smithi153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:38.768 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:38 smithi153 bash[108194]: cephadm 2023-12-26T17:18:37.486337+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi001=a,smithi153=b 2023-12-26T17:18:38.768 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:38 smithi153 bash[108194]: audit 2023-12-26T17:18:37.486730+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-26T17:18:37.486350\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-26T17:18:38.768 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:38 smithi153 bash[108194]: audit 2023-12-26T17:18:37.489586+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-26T17:18:37.486350\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[111579]: audit 2023-12-26T17:18:37.485772+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi001=a;smithi153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[111579]: cephadm 2023-12-26T17:18:37.486337+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi001=a,smithi153=b 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[111579]: audit 2023-12-26T17:18:37.486730+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-26T17:18:37.486350\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[111579]: audit 2023-12-26T17:18:37.489586+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-26T17:18:37.486350\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[108165]: audit 2023-12-26T17:18:37.485772+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi001=a;smithi153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[108165]: cephadm 2023-12-26T17:18:37.486337+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi001=a,smithi153=b 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[108165]: audit 2023-12-26T17:18:37.486730+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-26T17:18:37.486350\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-26T17:18:38.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:38 smithi001 bash[108165]: audit 2023-12-26T17:18:37.489586+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-26T17:18:37.486350\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-26T17:18:39.159 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled alertmanager update... 2023-12-26T17:18:39.522 DEBUG:teuthology.orchestra.run.smithi001:alertmanager.a> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@alertmanager.a.service 2023-12-26T17:18:39.524 INFO:tasks.cephadm:Adding grafana.a on smithi153 2023-12-26T17:18:39.525 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph orch apply grafana '1;smithi153=a' 2023-12-26T17:18:39.558 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:-- Logs begin at Tue 2023-12-26 17:05:29 UTC. -- 2023-12-26T17:18:39.748 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:39 smithi153 bash[108194]: cluster 2023-12-26T17:18:38.458514+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:39.749 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:39 smithi153 bash[108194]: audit 2023-12-26T17:18:39.151379+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-26T17:18:39.151012\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-26T17:18:39.749 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:39 smithi153 bash[108194]: audit 2023-12-26T17:18:39.154715+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-26T17:18:39.151012\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-26T17:18:39.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:39 smithi001 bash[111579]: cluster 2023-12-26T17:18:38.458514+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:39.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:39 smithi001 bash[111579]: audit 2023-12-26T17:18:39.151379+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-26T17:18:39.151012\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-26T17:18:39.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:39 smithi001 bash[111579]: audit 2023-12-26T17:18:39.154715+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-26T17:18:39.151012\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-26T17:18:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:39 smithi001 bash[108165]: cluster 2023-12-26T17:18:38.458514+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:39 smithi001 bash[108165]: audit 2023-12-26T17:18:39.151379+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-26T17:18:39.151012\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-26T17:18:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:39 smithi001 bash[108165]: audit 2023-12-26T17:18:39.154715+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-26T17:18:39.151012\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi001\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-26T17:18:40.722 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled grafana update... 2023-12-26T17:18:40.752 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:40 smithi153 bash[108194]: audit 2023-12-26T17:18:39.150401+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi001=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:40.752 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:40 smithi153 bash[108194]: cephadm 2023-12-26T17:18:39.150999+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi001=a 2023-12-26T17:18:40.752 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:40 smithi153 bash[108194]: cluster 2023-12-26T17:18:39.432690+0000 mon.a (mon.0) 667 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-26T17:18:40.752 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:40 smithi153 bash[108194]: cluster 2023-12-26T17:18:39.432717+0000 mon.a (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[111579]: audit 2023-12-26T17:18:39.150401+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi001=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[111579]: cephadm 2023-12-26T17:18:39.150999+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi001=a 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[111579]: cluster 2023-12-26T17:18:39.432690+0000 mon.a (mon.0) 667 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[111579]: cluster 2023-12-26T17:18:39.432717+0000 mon.a (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[108165]: audit 2023-12-26T17:18:39.150401+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi001=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[108165]: cephadm 2023-12-26T17:18:39.150999+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi001=a 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[108165]: cluster 2023-12-26T17:18:39.432690+0000 mon.a (mon.0) 667 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-26T17:18:40.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:40 smithi001 bash[108165]: cluster 2023-12-26T17:18:39.432717+0000 mon.a (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-12-26T17:18:41.089 DEBUG:teuthology.orchestra.run.smithi153:grafana.a> sudo journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service 2023-12-26T17:18:41.091 INFO:tasks.cephadm:Setting up client nodes... 2023-12-26T17:18:41.091 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-26T17:18:41.119 INFO:journalctl@ceph.grafana.a.smithi153.stdout:-- Logs begin at Tue 2023-12-26 17:05:34 UTC. -- 2023-12-26T17:18:41.668 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[111579]: cluster 2023-12-26T17:18:40.458987+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:41.668 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[111579]: audit 2023-12-26T17:18:40.475036+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611112.3120897, \"finished_at\": 1703611119.437778}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:18:41.668 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[111579]: audit 2023-12-26T17:18:40.477802+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611112.3120897, \"finished_at\": 1703611119.437778}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-26T17:18:41.668 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[111579]: audit 2023-12-26T17:18:40.715522+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-26T17:18:40.715186\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-26T17:18:41.668 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[111579]: audit 2023-12-26T17:18:40.718457+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-26T17:18:40.715186\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-26T17:18:41.669 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[108165]: cluster 2023-12-26T17:18:40.458987+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:41.669 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[108165]: audit 2023-12-26T17:18:40.475036+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611112.3120897, \"finished_at\": 1703611119.437778}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:18:41.669 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[108165]: audit 2023-12-26T17:18:40.477802+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611112.3120897, \"finished_at\": 1703611119.437778}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-26T17:18:41.669 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[108165]: audit 2023-12-26T17:18:40.715522+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-26T17:18:40.715186\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-26T17:18:41.669 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:41 smithi001 bash[108165]: audit 2023-12-26T17:18:40.718457+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-26T17:18:40.715186\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-26T17:18:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:41 smithi153 bash[108194]: cluster 2023-12-26T17:18:40.458987+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:41 smithi153 bash[108194]: audit 2023-12-26T17:18:40.475036+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611112.3120897, \"finished_at\": 1703611119.437778}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:18:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:41 smithi153 bash[108194]: audit 2023-12-26T17:18:40.477802+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611112.3120897, \"finished_at\": 1703611119.437778}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-26T17:18:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:41 smithi153 bash[108194]: audit 2023-12-26T17:18:40.715522+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-26T17:18:40.715186\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-26T17:18:41.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:41 smithi153 bash[108194]: audit 2023-12-26T17:18:40.718457+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-26T17:18:40.715186\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-26T17:18:42.334 INFO:teuthology.orchestra.run.smithi001.stdout:[client.0] 2023-12-26T17:18:42.335 INFO:teuthology.orchestra.run.smithi001.stdout: key = AQDyCotls02cExAATAvfUX/SSktq01WuzmtDDw== 2023-12-26T17:18:42.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[111579]: audit 2023-12-26T17:18:40.714654+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[111579]: cephadm 2023-12-26T17:18:40.715173+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi153=a 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[111579]: audit 2023-12-26T17:18:42.328627+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.1:0/3355557271' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[111579]: audit 2023-12-26T17:18:42.328894+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[111579]: audit 2023-12-26T17:18:42.331898+0000 mon.a (mon.0) 674 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[108165]: audit 2023-12-26T17:18:40.714654+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[108165]: cephadm 2023-12-26T17:18:40.715173+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi153=a 2023-12-26T17:18:42.598 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[108165]: audit 2023-12-26T17:18:42.328627+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.1:0/3355557271' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:42.599 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[108165]: audit 2023-12-26T17:18:42.328894+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:42.599 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:42 smithi001 bash[108165]: audit 2023-12-26T17:18:42.331898+0000 mon.a (mon.0) 674 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T17:18:42.699 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-26T17:18:42.699 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-26T17:18:42.699 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-26T17:18:42.740 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-26T17:18:42.770 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:42 smithi153 bash[108194]: audit 2023-12-26T17:18:40.714654+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:18:42.770 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:42 smithi153 bash[108194]: cephadm 2023-12-26T17:18:40.715173+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi153=a 2023-12-26T17:18:42.770 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:42 smithi153 bash[108194]: audit 2023-12-26T17:18:42.328627+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.1:0/3355557271' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:42.770 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:42 smithi153 bash[108194]: audit 2023-12-26T17:18:42.328894+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:42.770 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:42 smithi153 bash[108194]: audit 2023-12-26T17:18:42.331898+0000 mon.a (mon.0) 674 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T17:18:43.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:43 smithi001 bash[111579]: cluster 2023-12-26T17:18:42.459257+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:43.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:43 smithi001 bash[108165]: cluster 2023-12-26T17:18:42.459257+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:43 smithi153 bash[108194]: cluster 2023-12-26T17:18:42.459257+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:44.029 INFO:teuthology.orchestra.run.smithi153.stdout:[client.1] 2023-12-26T17:18:44.029 INFO:teuthology.orchestra.run.smithi153.stdout: key = AQD0Cotlw4xkARAAED7PJhArVw59h6tS3UrPgQ== 2023-12-26T17:18:44.396 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-26T17:18:44.397 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-26T17:18:44.397 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-26T17:18:44.478 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-26T17:18:44.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:44 smithi153 bash[108194]: audit 2023-12-26T17:18:44.022683+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.153:0/3964584206' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:44.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:44 smithi153 bash[108194]: audit 2023-12-26T17:18:44.023225+0000 mon.a (mon.0) 675 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:44.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:44 smithi153 bash[108194]: audit 2023-12-26T17:18:44.026755+0000 mon.a (mon.0) 676 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T17:18:44.733 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:44 smithi001 bash[108165]: audit 2023-12-26T17:18:44.022683+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.153:0/3964584206' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:44.733 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:44 smithi001 bash[108165]: audit 2023-12-26T17:18:44.023225+0000 mon.a (mon.0) 675 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:44.733 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:44 smithi001 bash[108165]: audit 2023-12-26T17:18:44.026755+0000 mon.a (mon.0) 676 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T17:18:44.733 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:44 smithi001 bash[111579]: audit 2023-12-26T17:18:44.022683+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.153:0/3964584206' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:44.733 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:44 smithi001 bash[111579]: audit 2023-12-26T17:18:44.023225+0000 mon.a (mon.0) 675 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T17:18:44.733 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:44 smithi001 bash[111579]: audit 2023-12-26T17:18:44.026755+0000 mon.a (mon.0) 676 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T17:18:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:45 smithi001 bash[108165]: cluster 2023-12-26T17:18:44.459634+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:45.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:45 smithi001 bash[111579]: cluster 2023-12-26T17:18:44.459634+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:45.586 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:45.586 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":62,"fsid":"414638a8-a412-11ee-95a5-87774f69a715","created":"2023-12-26T17:15:05.964438+0000","modified":"2023-12-26T17:18:33.309770+0000","last_up_change":"2023-12-26T17:18:32.308273+0000","last_in_change":"2023-12-26T17:18:32.308273+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-26T17:15:14.484967+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":"4d2cffc4-92fc-4cfd-9e38-0c668684164b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":60,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6803","nonce":2354349585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6805","nonce":2354349585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6809","nonce":2354349585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6807","nonce":2354349585}]},"public_addr":"172.21.15.1:6803/2354349585","cluster_addr":"172.21.15.1:6805/2354349585","heartbeat_back_addr":"172.21.15.1:6809/2354349585","heartbeat_front_addr":"172.21.15.1:6807/2354349585","state":["exists","up"]},{"osd":1,"uuid":"a80fa4e6-3b2d-49af-8576-8c29e41463c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":19,"up_from":22,"up_thru":43,"down_at":20,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6811","nonce":2712851849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6813","nonce":2712851849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6817","nonce":2712851849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6815","nonce":2712851849}]},"public_addr":"172.21.15.1:6811/2712851849","cluster_addr":"172.21.15.1:6813/2712851849","heartbeat_back_addr":"172.21.15.1:6817/2712851849","heartbeat_front_addr":"172.21.15.1:6815/2712851849","state":["exists","up"]},{"osd":2,"uuid":"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":27,"up_from":30,"up_thru":0,"down_at":28,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6819","nonce":2147985486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6821","nonce":2147985486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6825","nonce":2147985486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6823","nonce":2147985486}]},"public_addr":"172.21.15.1:6819/2147985486","cluster_addr":"172.21.15.1:6821/2147985486","heartbeat_back_addr":"172.21.15.1:6825/2147985486","heartbeat_front_addr":"172.21.15.1:6823/2147985486","state":["exists","up"]},{"osd":3,"uuid":"9d951574-03e6-4b4a-b57c-625fe6f234fd","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.1:6826","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6827","nonce":3489829442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6829","nonce":3489829442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6833","nonce":3489829442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6831","nonce":3489829442}]},"public_addr":"172.21.15.1:6827/3489829442","cluster_addr":"172.21.15.1:6829/3489829442","heartbeat_back_addr":"172.21.15.1:6833/3489829442","heartbeat_front_addr":"172.21.15.1:6831/3489829442","state":["exists","up"]},{"osd":4,"uuid":"e12e78db-27ce-4949-a79e-146214ffc8b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":40,"up_from":43,"up_thru":0,"down_at":41,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6801","nonce":2472265461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6803","nonce":2472265461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6807","nonce":2472265461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6805","nonce":2472265461}]},"public_addr":"172.21.15.153:6801/2472265461","cluster_addr":"172.21.15.153:6803/2472265461","heartbeat_back_addr":"172.21.15.153:6807/2472265461","heartbeat_front_addr":"172.21.15.153:6805/2472265461","state":["exists","up"]},{"osd":5,"uuid":"0d9f0170-c835-486c-9ad6-66589151e7b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":47,"last_clean_end":48,"up_from":51,"up_thru":51,"down_at":49,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6809","nonce":2598044949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6811","nonce":2598044949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6815","nonce":2598044949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6813","nonce":2598044949}]},"public_addr":"172.21.15.153:6809/2598044949","cluster_addr":"172.21.15.153:6811/2598044949","heartbeat_back_addr":"172.21.15.153:6815/2598044949","heartbeat_front_addr":"172.21.15.153:6813/2598044949","state":["exists","up"]},{"osd":6,"uuid":"db1da3ba-7c10-48c6-91b3-ca00ea649e91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":55,"up_from":58,"up_thru":58,"down_at":56,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6817","nonce":3006235547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6819","nonce":3006235547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6823","nonce":3006235547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6821","nonce":3006235547}]},"public_addr":"172.21.15.153:6817/3006235547","cluster_addr":"172.21.15.153:6819/3006235547","heartbeat_back_addr":"172.21.15.153:6823/3006235547","heartbeat_front_addr":"172.21.15.153:6821/3006235547","state":["exists","up"]},{"osd":7,"uuid":"31820880-2bb1-4de7-a380-aef348c87b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":61,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6825","nonce":2067893866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6827","nonce":2067893866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6831","nonce":2067893866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6829","nonce":2067893866}]},"public_addr":"172.21.15.153:6825/2067893866","cluster_addr":"172.21.15.153:6827/2067893866","heartbeat_back_addr":"172.21.15.153:6831/2067893866","heartbeat_front_addr":"172.21.15.153:6829/2067893866","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-26T17:17:08.505146+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:16:56.364732+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:10.498636+0000","dead_epoch":20},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:24.129369+0000","dead_epoch":28},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:38.538633+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:49.320897+0000","dead_epoch":41},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:03.524483+0000","dead_epoch":49},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:16.943319+0000","dead_epoch":56},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:30.771421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.1:6801/2082683385":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1717201650":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1446764476":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/2040285302":"2023-12-27T17:15:40.374798+0000","172.21.15.1:6800/887578652":"2023-12-27T17:15:22.232665+0000","172.21.15.1:6801/887578652":"2023-12-27T17:15:22.232665+0000","172.21.15.1:0/2897615428":"2023-12-27T17:15:22.232665+0000","172.21.15.1:6800/2082683385":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1610019406":"2023-12-27T17:15:22.232665+0000","172.21.15.1:0/1495680724":"2023-12-27T17:15:22.232665+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-26T17:18:45.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:45 smithi153 bash[108194]: cluster 2023-12-26T17:18:44.459634+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:45.948 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-26T17:15:14.484967+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '12', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-26T17:18:45.948 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-26T17:18:46.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:46 smithi001 bash[108165]: audit 2023-12-26T17:18:45.582995+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.1:0/2470730668' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:46.760 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:46 smithi001 bash[111579]: audit 2023-12-26T17:18:45.582995+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.1:0/2470730668' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:46.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:46 smithi153 bash[108194]: audit 2023-12-26T17:18:45.582995+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.1:0/2470730668' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:47.066 INFO:teuthology.orchestra.run.smithi001.stdout:pg_num: 1 2023-12-26T17:18:47.385 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-26T17:18:47.385 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-26T17:18:47.386 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-26T17:18:47.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:47 smithi001 bash[108165]: cluster 2023-12-26T17:18:46.459962+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:47.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:47 smithi001 bash[108165]: audit 2023-12-26T17:18:47.063423+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.1:0/2468672333' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-26T17:18:47.635 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:47 smithi001 bash[111579]: cluster 2023-12-26T17:18:46.459962+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:47.636 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:47 smithi001 bash[111579]: audit 2023-12-26T17:18:47.063423+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.1:0/2468672333' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-26T17:18:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:47 smithi153 bash[108194]: cluster 2023-12-26T17:18:46.459962+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:47 smithi153 bash[108194]: audit 2023-12-26T17:18:47.063423+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.1:0/2468672333' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-26T17:18:48.601 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:48.965 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6800","nonce":438206731},{"type":"v1","addr":"172.21.15.1:6801","nonce":438206731}]},"active_addr":"172.21.15.1:6801/438206731","active_change":"2023-12-26T17:15:40.375104+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":24106,"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://smithi001.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.1:0","nonce":3380641563}]},{"addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":2039029813}]},{"addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":2047128340}]}]}} 2023-12-26T17:18:48.968 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-26T17:18:48.969 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-26T17:18:48.969 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-26T17:18:49.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:49 smithi001 bash[108165]: cluster 2023-12-26T17:18:48.460295+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:49.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:49 smithi001 bash[108165]: audit 2023-12-26T17:18:48.594987+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.1:0/1688341401' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-26T17:18:49.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:49 smithi001 bash[111579]: cluster 2023-12-26T17:18:48.460295+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:49.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:49 smithi001 bash[111579]: audit 2023-12-26T17:18:48.594987+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.1:0/1688341401' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-26T17:18:49.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:49 smithi153 bash[108194]: cluster 2023-12-26T17:18:48.460295+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:49.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:49 smithi153 bash[108194]: audit 2023-12-26T17:18:48.594987+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.1:0/1688341401' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-26T17:18:50.148 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:50.149 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":62,"fsid":"414638a8-a412-11ee-95a5-87774f69a715","created":"2023-12-26T17:15:05.964438+0000","modified":"2023-12-26T17:18:33.309770+0000","last_up_change":"2023-12-26T17:18:32.308273+0000","last_in_change":"2023-12-26T17:18:32.308273+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-26T17:15:14.484967+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":"4d2cffc4-92fc-4cfd-9e38-0c668684164b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":60,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6803","nonce":2354349585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6805","nonce":2354349585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6809","nonce":2354349585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6807","nonce":2354349585}]},"public_addr":"172.21.15.1:6803/2354349585","cluster_addr":"172.21.15.1:6805/2354349585","heartbeat_back_addr":"172.21.15.1:6809/2354349585","heartbeat_front_addr":"172.21.15.1:6807/2354349585","state":["exists","up"]},{"osd":1,"uuid":"a80fa4e6-3b2d-49af-8576-8c29e41463c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":19,"up_from":22,"up_thru":43,"down_at":20,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6811","nonce":2712851849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6813","nonce":2712851849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6817","nonce":2712851849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6815","nonce":2712851849}]},"public_addr":"172.21.15.1:6811/2712851849","cluster_addr":"172.21.15.1:6813/2712851849","heartbeat_back_addr":"172.21.15.1:6817/2712851849","heartbeat_front_addr":"172.21.15.1:6815/2712851849","state":["exists","up"]},{"osd":2,"uuid":"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":27,"up_from":30,"up_thru":0,"down_at":28,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6819","nonce":2147985486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6821","nonce":2147985486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6825","nonce":2147985486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6823","nonce":2147985486}]},"public_addr":"172.21.15.1:6819/2147985486","cluster_addr":"172.21.15.1:6821/2147985486","heartbeat_back_addr":"172.21.15.1:6825/2147985486","heartbeat_front_addr":"172.21.15.1:6823/2147985486","state":["exists","up"]},{"osd":3,"uuid":"9d951574-03e6-4b4a-b57c-625fe6f234fd","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.1:6826","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6827","nonce":3489829442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6829","nonce":3489829442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6833","nonce":3489829442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6831","nonce":3489829442}]},"public_addr":"172.21.15.1:6827/3489829442","cluster_addr":"172.21.15.1:6829/3489829442","heartbeat_back_addr":"172.21.15.1:6833/3489829442","heartbeat_front_addr":"172.21.15.1:6831/3489829442","state":["exists","up"]},{"osd":4,"uuid":"e12e78db-27ce-4949-a79e-146214ffc8b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":40,"up_from":43,"up_thru":0,"down_at":41,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6801","nonce":2472265461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6803","nonce":2472265461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6807","nonce":2472265461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6805","nonce":2472265461}]},"public_addr":"172.21.15.153:6801/2472265461","cluster_addr":"172.21.15.153:6803/2472265461","heartbeat_back_addr":"172.21.15.153:6807/2472265461","heartbeat_front_addr":"172.21.15.153:6805/2472265461","state":["exists","up"]},{"osd":5,"uuid":"0d9f0170-c835-486c-9ad6-66589151e7b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":47,"last_clean_end":48,"up_from":51,"up_thru":51,"down_at":49,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6809","nonce":2598044949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6811","nonce":2598044949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6815","nonce":2598044949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6813","nonce":2598044949}]},"public_addr":"172.21.15.153:6809/2598044949","cluster_addr":"172.21.15.153:6811/2598044949","heartbeat_back_addr":"172.21.15.153:6815/2598044949","heartbeat_front_addr":"172.21.15.153:6813/2598044949","state":["exists","up"]},{"osd":6,"uuid":"db1da3ba-7c10-48c6-91b3-ca00ea649e91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":55,"up_from":58,"up_thru":58,"down_at":56,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6817","nonce":3006235547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6819","nonce":3006235547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6823","nonce":3006235547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6821","nonce":3006235547}]},"public_addr":"172.21.15.153:6817/3006235547","cluster_addr":"172.21.15.153:6819/3006235547","heartbeat_back_addr":"172.21.15.153:6823/3006235547","heartbeat_front_addr":"172.21.15.153:6821/3006235547","state":["exists","up"]},{"osd":7,"uuid":"31820880-2bb1-4de7-a380-aef348c87b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":61,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6825","nonce":2067893866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6827","nonce":2067893866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6831","nonce":2067893866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6829","nonce":2067893866}]},"public_addr":"172.21.15.153:6825/2067893866","cluster_addr":"172.21.15.153:6827/2067893866","heartbeat_back_addr":"172.21.15.153:6831/2067893866","heartbeat_front_addr":"172.21.15.153:6829/2067893866","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-26T17:17:08.505146+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:16:56.364732+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:10.498636+0000","dead_epoch":20},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:24.129369+0000","dead_epoch":28},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:38.538633+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:49.320897+0000","dead_epoch":41},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:03.524483+0000","dead_epoch":49},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:16.943319+0000","dead_epoch":56},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:30.771421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.1:6801/2082683385":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1717201650":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1446764476":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/2040285302":"2023-12-27T17:15:40.374798+0000","172.21.15.1:6800/887578652":"2023-12-27T17:15:22.232665+0000","172.21.15.1:6801/887578652":"2023-12-27T17:15:22.232665+0000","172.21.15.1:0/2897615428":"2023-12-27T17:15:22.232665+0000","172.21.15.1:6800/2082683385":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1610019406":"2023-12-27T17:15:22.232665+0000","172.21.15.1:0/1495680724":"2023-12-27T17:15:22.232665+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-26T17:18:50.498 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-26T17:18:50.498 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-26T17:18:50.695 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:50 smithi001 bash[108165]: audit 2023-12-26T17:18:50.144910+0000 mon.a (mon.0) 677 : audit [DBG] from='client.? 172.21.15.1:0/3488791327' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:50.695 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:50 smithi001 bash[111579]: audit 2023-12-26T17:18:50.144910+0000 mon.a (mon.0) 677 : audit [DBG] from='client.? 172.21.15.1:0/3488791327' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:50.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:50 smithi153 bash[108194]: audit 2023-12-26T17:18:50.144910+0000 mon.a (mon.0) 677 : audit [DBG] from='client.? 172.21.15.1:0/3488791327' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:51.702 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:18:51.703 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":62,"fsid":"414638a8-a412-11ee-95a5-87774f69a715","created":"2023-12-26T17:15:05.964438+0000","modified":"2023-12-26T17:18:33.309770+0000","last_up_change":"2023-12-26T17:18:32.308273+0000","last_in_change":"2023-12-26T17:18:32.308273+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-26T17:15:14.484967+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":"4d2cffc4-92fc-4cfd-9e38-0c668684164b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":60,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6803","nonce":2354349585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6805","nonce":2354349585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6809","nonce":2354349585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":2354349585},{"type":"v1","addr":"172.21.15.1:6807","nonce":2354349585}]},"public_addr":"172.21.15.1:6803/2354349585","cluster_addr":"172.21.15.1:6805/2354349585","heartbeat_back_addr":"172.21.15.1:6809/2354349585","heartbeat_front_addr":"172.21.15.1:6807/2354349585","state":["exists","up"]},{"osd":1,"uuid":"a80fa4e6-3b2d-49af-8576-8c29e41463c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":19,"up_from":22,"up_thru":43,"down_at":20,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6811","nonce":2712851849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6813","nonce":2712851849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6817","nonce":2712851849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":2712851849},{"type":"v1","addr":"172.21.15.1:6815","nonce":2712851849}]},"public_addr":"172.21.15.1:6811/2712851849","cluster_addr":"172.21.15.1:6813/2712851849","heartbeat_back_addr":"172.21.15.1:6817/2712851849","heartbeat_front_addr":"172.21.15.1:6815/2712851849","state":["exists","up"]},{"osd":2,"uuid":"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":27,"up_from":30,"up_thru":0,"down_at":28,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6819","nonce":2147985486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6821","nonce":2147985486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6825","nonce":2147985486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":2147985486},{"type":"v1","addr":"172.21.15.1:6823","nonce":2147985486}]},"public_addr":"172.21.15.1:6819/2147985486","cluster_addr":"172.21.15.1:6821/2147985486","heartbeat_back_addr":"172.21.15.1:6825/2147985486","heartbeat_front_addr":"172.21.15.1:6823/2147985486","state":["exists","up"]},{"osd":3,"uuid":"9d951574-03e6-4b4a-b57c-625fe6f234fd","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.1:6826","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6827","nonce":3489829442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6829","nonce":3489829442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6833","nonce":3489829442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":3489829442},{"type":"v1","addr":"172.21.15.1:6831","nonce":3489829442}]},"public_addr":"172.21.15.1:6827/3489829442","cluster_addr":"172.21.15.1:6829/3489829442","heartbeat_back_addr":"172.21.15.1:6833/3489829442","heartbeat_front_addr":"172.21.15.1:6831/3489829442","state":["exists","up"]},{"osd":4,"uuid":"e12e78db-27ce-4949-a79e-146214ffc8b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":40,"up_from":43,"up_thru":0,"down_at":41,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6801","nonce":2472265461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6803","nonce":2472265461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6807","nonce":2472265461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":2472265461},{"type":"v1","addr":"172.21.15.153:6805","nonce":2472265461}]},"public_addr":"172.21.15.153:6801/2472265461","cluster_addr":"172.21.15.153:6803/2472265461","heartbeat_back_addr":"172.21.15.153:6807/2472265461","heartbeat_front_addr":"172.21.15.153:6805/2472265461","state":["exists","up"]},{"osd":5,"uuid":"0d9f0170-c835-486c-9ad6-66589151e7b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":47,"last_clean_end":48,"up_from":51,"up_thru":51,"down_at":49,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6809","nonce":2598044949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6811","nonce":2598044949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6815","nonce":2598044949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":2598044949},{"type":"v1","addr":"172.21.15.153:6813","nonce":2598044949}]},"public_addr":"172.21.15.153:6809/2598044949","cluster_addr":"172.21.15.153:6811/2598044949","heartbeat_back_addr":"172.21.15.153:6815/2598044949","heartbeat_front_addr":"172.21.15.153:6813/2598044949","state":["exists","up"]},{"osd":6,"uuid":"db1da3ba-7c10-48c6-91b3-ca00ea649e91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":55,"up_from":58,"up_thru":58,"down_at":56,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6817","nonce":3006235547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6819","nonce":3006235547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6823","nonce":3006235547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3006235547},{"type":"v1","addr":"172.21.15.153:6821","nonce":3006235547}]},"public_addr":"172.21.15.153:6817/3006235547","cluster_addr":"172.21.15.153:6819/3006235547","heartbeat_back_addr":"172.21.15.153:6823/3006235547","heartbeat_front_addr":"172.21.15.153:6821/3006235547","state":["exists","up"]},{"osd":7,"uuid":"31820880-2bb1-4de7-a380-aef348c87b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":61,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6825","nonce":2067893866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6827","nonce":2067893866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6831","nonce":2067893866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2067893866},{"type":"v1","addr":"172.21.15.153:6829","nonce":2067893866}]},"public_addr":"172.21.15.153:6825/2067893866","cluster_addr":"172.21.15.153:6827/2067893866","heartbeat_back_addr":"172.21.15.153:6831/2067893866","heartbeat_front_addr":"172.21.15.153:6829/2067893866","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-26T17:17:08.505146+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:16:56.364732+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:10.498636+0000","dead_epoch":20},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:24.129369+0000","dead_epoch":28},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:38.538633+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:17:49.320897+0000","dead_epoch":41},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:03.524483+0000","dead_epoch":49},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:16.943319+0000","dead_epoch":56},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T17:18:30.771421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.1:6801/2082683385":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1717201650":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1446764476":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/2040285302":"2023-12-27T17:15:40.374798+0000","172.21.15.1:6800/887578652":"2023-12-27T17:15:22.232665+0000","172.21.15.1:6801/887578652":"2023-12-27T17:15:22.232665+0000","172.21.15.1:0/2897615428":"2023-12-27T17:15:22.232665+0000","172.21.15.1:6800/2082683385":"2023-12-27T17:15:40.374798+0000","172.21.15.1:0/1610019406":"2023-12-27T17:15:22.232665+0000","172.21.15.1:0/1495680724":"2023-12-27T17:15:22.232665+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-26T17:18:51.737 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:51 smithi001 bash[108165]: cluster 2023-12-26T17:18:50.460853+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:51.737 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:51 smithi001 bash[111579]: cluster 2023-12-26T17:18:50.460853+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:51.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:51 smithi153 bash[108194]: cluster 2023-12-26T17:18:50.460853+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:52.080 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-26T17:18:52.695 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:52 smithi001 bash[111579]: audit 2023-12-26T17:18:51.698544+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.1:0/3579025734' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:52.695 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:52 smithi001 bash[108165]: audit 2023-12-26T17:18:51.698544+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.1:0/3579025734' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:52.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:52 smithi153 bash[108194]: audit 2023-12-26T17:18:51.698544+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.1:0/3579025734' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T17:18:53.430 INFO:teuthology.orchestra.run.smithi001.stdout:60129542167 2023-12-26T17:18:53.430 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-26T17:18:53.685 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:53 smithi001 bash[108165]: cluster 2023-12-26T17:18:52.461142+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:53.685 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:53 smithi001 bash[111579]: cluster 2023-12-26T17:18:52.461142+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:53 smithi153 bash[108194]: cluster 2023-12-26T17:18:52.461142+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:54.797 INFO:teuthology.orchestra.run.smithi001.stdout:94489280532 2023-12-26T17:18:54.797 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-26T17:18:55.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:55 smithi001 bash[111579]: cluster 2023-12-26T17:18:54.461453+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:55.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:55 smithi001 bash[108165]: cluster 2023-12-26T17:18:54.461453+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:55.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:55 smithi153 bash[108194]: cluster 2023-12-26T17:18:54.461453+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:56.205 INFO:teuthology.orchestra.run.smithi001.stdout:128849018897 2023-12-26T17:18:56.206 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-26T17:18:57.605 INFO:teuthology.orchestra.run.smithi001.stdout:141733920786 2023-12-26T17:18:57.606 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-26T17:18:57.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:57 smithi001 bash[111579]: cluster 2023-12-26T17:18:56.461723+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:57.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:57 smithi001 bash[108165]: cluster 2023-12-26T17:18:56.461723+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:57.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:57 smithi153 bash[108194]: cluster 2023-12-26T17:18:56.461723+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:59.004 INFO:teuthology.orchestra.run.smithi001.stdout:184683593741 2023-12-26T17:18:59.005 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-26T17:18:59.522 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:18:59 smithi001 bash[111579]: cluster 2023-12-26T17:18:58.462022+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:59.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:18:59 smithi001 bash[108165]: cluster 2023-12-26T17:18:58.462022+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:18:59.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:18:59 smithi153 bash[108194]: cluster 2023-12-26T17:18:58.462022+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:00.379 INFO:teuthology.orchestra.run.smithi001.stdout:219043332107 2023-12-26T17:19:00.379 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-26T17:19:01.525 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:01 smithi001 bash[108165]: cluster 2023-12-26T17:19:00.462318+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:01.786 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:01 smithi001 bash[111579]: cluster 2023-12-26T17:19:00.462318+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:01.787 INFO:teuthology.orchestra.run.smithi001.stdout:249108103176 2023-12-26T17:19:01.787 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-26T17:19:01.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:01 smithi153 bash[108194]: cluster 2023-12-26T17:19:00.462318+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:03.120 INFO:teuthology.orchestra.run.smithi001.stdout:261993005064 2023-12-26T17:19:03.121 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-26T17:19:03.696 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:03 smithi001 bash[111579]: cluster 2023-12-26T17:19:02.462625+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:03.697 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:03 smithi001 bash[108165]: cluster 2023-12-26T17:19:02.462625+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:03 smithi153 bash[108194]: cluster 2023-12-26T17:19:02.462625+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:04.250 INFO:teuthology.orchestra.run.smithi001.stdout:60129542168 2023-12-26T17:19:04.613 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542168 for osd.0 2023-12-26T17:19:04.613 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-26T17:19:05.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:05 smithi001 bash[108165]: audit 2023-12-26T17:19:04.246710+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.1:0/3610479938' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-26T17:19:05.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:05 smithi001 bash[108165]: cluster 2023-12-26T17:19:04.462985+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:05.221 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:05 smithi001 bash[111579]: audit 2023-12-26T17:19:04.246710+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.1:0/3610479938' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-26T17:19:05.221 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:05 smithi001 bash[111579]: cluster 2023-12-26T17:19:04.462985+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:05.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:05 smithi153 bash[108194]: audit 2023-12-26T17:19:04.246710+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.1:0/3610479938' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-26T17:19:05.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:05 smithi153 bash[108194]: cluster 2023-12-26T17:19:04.462985+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:05.750 INFO:teuthology.orchestra.run.smithi001.stdout:94489280534 2023-12-26T17:19:06.121 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280532 got 94489280534 for osd.1 2023-12-26T17:19:06.121 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-26T17:19:06.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:06 smithi001 bash[111579]: audit 2023-12-26T17:19:05.747851+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.1:0/1919160431' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-26T17:19:06.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:06 smithi001 bash[108165]: audit 2023-12-26T17:19:05.747851+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.1:0/1919160431' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-26T17:19:06.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:06 smithi153 bash[108194]: audit 2023-12-26T17:19:05.747851+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.1:0/1919160431' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-26T17:19:07.221 INFO:teuthology.orchestra.run.smithi001.stdout:128849018900 2023-12-26T17:19:07.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:07 smithi001 bash[108165]: cluster 2023-12-26T17:19:06.463409+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:07.493 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:07 smithi001 bash[111579]: cluster 2023-12-26T17:19:06.463409+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:07.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:07 smithi153 bash[108194]: cluster 2023-12-26T17:19:06.463409+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:07.587 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018897 got 128849018900 for osd.2 2023-12-26T17:19:07.587 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-26T17:19:08.392 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:08 smithi001 bash[111579]: audit 2023-12-26T17:19:07.218825+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.1:0/1136358160' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-26T17:19:08.392 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:08 smithi001 bash[108165]: audit 2023-12-26T17:19:07.218825+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.1:0/1136358160' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-26T17:19:08.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:08 smithi153 bash[108194]: audit 2023-12-26T17:19:07.218825+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.1:0/1136358160' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-26T17:19:08.695 INFO:teuthology.orchestra.run.smithi001.stdout:141733920788 2023-12-26T17:19:09.103 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920786 got 141733920788 for osd.3 2023-12-26T17:19:09.104 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-26T17:19:09.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:09 smithi001 bash[108165]: cluster 2023-12-26T17:19:08.463695+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:09.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:09 smithi001 bash[108165]: audit 2023-12-26T17:19:08.692343+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.1:0/1181960649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-26T17:19:09.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:09 smithi001 bash[111579]: cluster 2023-12-26T17:19:08.463695+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:09.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:09 smithi001 bash[111579]: audit 2023-12-26T17:19:08.692343+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.1:0/1181960649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-26T17:19:09.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:09 smithi153 bash[108194]: cluster 2023-12-26T17:19:08.463695+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:09.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:09 smithi153 bash[108194]: audit 2023-12-26T17:19:08.692343+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.1:0/1181960649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-26T17:19:10.238 INFO:teuthology.orchestra.run.smithi001.stdout:184683593743 2023-12-26T17:19:10.531 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:10 smithi001 bash[108165]: audit 2023-12-26T17:19:10.234775+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.1:0/3035577762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-26T17:19:10.532 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:10 smithi001 bash[111579]: audit 2023-12-26T17:19:10.234775+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.1:0/3035577762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-26T17:19:10.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:10 smithi153 bash[108194]: audit 2023-12-26T17:19:10.234775+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.1:0/3035577762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-26T17:19:10.596 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593741 got 184683593743 for osd.4 2023-12-26T17:19:10.597 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-26T17:19:11.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:11 smithi001 bash[108165]: cluster 2023-12-26T17:19:10.464063+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:11.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:11 smithi001 bash[111579]: cluster 2023-12-26T17:19:10.464063+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:11.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:11 smithi153 bash[108194]: cluster 2023-12-26T17:19:10.464063+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:11.765 INFO:teuthology.orchestra.run.smithi001.stdout:219043332109 2023-12-26T17:19:12.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 219043332107 got 219043332109 for osd.5 2023-12-26T17:19:12.129 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-26T17:19:12.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:12 smithi001 bash[108165]: audit 2023-12-26T17:19:11.762766+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.1:0/1385658758' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-26T17:19:12.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:12 smithi001 bash[111579]: audit 2023-12-26T17:19:11.762766+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.1:0/1385658758' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-26T17:19:12.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:12 smithi153 bash[108194]: audit 2023-12-26T17:19:11.762766+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.1:0/1385658758' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-26T17:19:13.253 INFO:teuthology.orchestra.run.smithi001.stdout:249108103178 2023-12-26T17:19:13.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:13 smithi001 bash[111579]: cluster 2023-12-26T17:19:12.464335+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:13.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:13 smithi001 bash[111579]: audit 2023-12-26T17:19:13.250196+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.1:0/918459365' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-26T17:19:13.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:13 smithi001 bash[108165]: cluster 2023-12-26T17:19:12.464335+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:13.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:13 smithi001 bash[108165]: audit 2023-12-26T17:19:13.250196+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.1:0/918459365' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-26T17:19:13.569 INFO:tasks.cephadm.ceph_manager.ceph:need seq 249108103176 got 249108103178 for osd.6 2023-12-26T17:19:13.569 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-26T17:19:13.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:13 smithi153 bash[108194]: cluster 2023-12-26T17:19:12.464335+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:13.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:13 smithi153 bash[108194]: audit 2023-12-26T17:19:13.250196+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.1:0/918459365' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-26T17:19:14.765 INFO:teuthology.orchestra.run.smithi001.stdout:261993005066 2023-12-26T17:19:15.121 INFO:tasks.cephadm.ceph_manager.ceph:need seq 261993005064 got 261993005066 for osd.7 2023-12-26T17:19:15.121 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-26T17:19:15.122 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-26T17:19:15.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:15 smithi001 bash[111579]: cluster 2023-12-26T17:19:14.464605+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:15.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:15 smithi001 bash[111579]: audit 2023-12-26T17:19:14.762582+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.1:0/2360075955' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-26T17:19:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:15 smithi001 bash[108165]: cluster 2023-12-26T17:19:14.464605+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:15.326 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:15 smithi001 bash[108165]: audit 2023-12-26T17:19:14.762582+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.1:0/2360075955' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-26T17:19:15.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:15 smithi153 bash[108194]: cluster 2023-12-26T17:19:14.464605+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:15.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:15 smithi153 bash[108194]: audit 2023-12-26T17:19:14.762582+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.1:0/2360075955' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-26T17:19:16.251 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:19:16.252 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2023-12-26T17:19:16.603 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":157,"stamp":"2023-12-26T17:19:14.464476+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":8393416,"kb_used_data":4744,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567800,"statfs":{"total":767960285184,"available":759365427200,"internally_reserved":8589934592,"allocated":4857856,"data_stored":1943047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":48342,"internal_metadata":8589886250},"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.001994"},"pg_stats":[{"pgid":"1.0","version":"19'1","reported_seq":"14","reported_epoch":"62","state":"active+clean","last_fresh":"2023-12-26T17:18:33.318068+0000","last_change":"2023-12-26T17:18:33.318068+0000","last_active":"2023-12-26T17:18:33.318068+0000","last_peered":"2023-12-26T17:18:33.318068+0000","last_clean":"2023-12-26T17:18:33.318068+0000","last_became_active":"2023-12-26T17:18:33.315414+0000","last_became_peered":"2023-12-26T17:18:33.315414+0000","last_unstale":"2023-12-26T17:18:33.318068+0000","last_undegraded":"2023-12-26T17:18:33.318068+0000","last_fullsized":"2023-12-26T17:18:33.318068+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-26T17:15:14.484997+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-26T17:15:14.484997+0000","last_clean_scrub_stamp":"2023-12-26T17:15:14.484997+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":43219,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":61,"seq":261993005066,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049180,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695972,"statfs":{"total":95995035648,"available":94920675328,"internally_reserved":1073741824,"allocated":610304,"data_stored":243416,"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.41299999999999998}]},{"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.33100000000000002}]},{"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.39400000000000002}]},{"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.45300000000000001}]},{"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.35099999999999998}]},{"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.47799999999999998}]},{"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.51100000000000001}]}]},{"osd":6,"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":1049176,"kb_used_data":592,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":243122,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7575,"internal_metadata":1073734249},"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.35999999999999999}]},{"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.373}]},{"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.40200000000000002}]},{"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.42999999999999999}]},{"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.38400000000000001}]},{"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.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]}]},{"osd":1,"up_from":22,"seq":94489280536,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":241993,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7972,"internal_metadata":1073733852},"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 Dec 26 17:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.182,"5min":0.182,"15min":0.182},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.27800000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.28799999999999998}]},{"osd":2,"last update":"Tue Dec 26 17:18:37 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.26900000000000002}]},{"osd":3,"last update":"Tue Dec 26 17:18:42 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.307}]},{"osd":4,"last update":"Tue Dec 26 17:19:04 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.44900000000000001}]},{"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.38200000000000001}]},{"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.497}]},{"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.41199999999999998}]}]},{"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":1049180,"kb_used_data":596,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695972,"statfs":{"total":95995035648,"available":94920675328,"internally_reserved":1073741824,"allocated":610304,"data_stored":243416,"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 Dec 26 17:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.379},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.40300000000000002}]},{"osd":2,"last update":"Tue Dec 26 17:18:37 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.433},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.42099999999999999}]},{"osd":3,"last update":"Tue Dec 26 17:18:43 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.443},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.34499999999999997}]},{"osd":4,"last update":"Tue Dec 26 17:19:04 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.60899999999999999}]},{"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.60099999999999998}]},{"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.59199999999999997}]},{"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.75700000000000001}]}]},{"osd":2,"up_from":30,"seq":128849018901,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049176,"kb_used_data":592,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":242295,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9602,"internal_metadata":1073732222},"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 Dec 26 17:18:38 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.28599999999999998}]},{"osd":1,"last update":"Tue Dec 26 17:18:38 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.24299999999999999},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.41199999999999998}]},{"osd":3,"last update":"Tue Dec 26 17:18:43 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.318}]},{"osd":4,"last update":"Tue Dec 26 17:19:01 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.38200000000000001}]},{"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.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.373}]},{"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.45600000000000002}]}]},{"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":1049180,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695972,"statfs":{"total":95995035648,"available":94920675328,"internally_reserved":1073741824,"allocated":610304,"data_stored":243416,"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 Dec 26 17:18:41 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.23999999999999999}]},{"osd":1,"last update":"Tue Dec 26 17:18:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.313}]},{"osd":2,"last update":"Tue Dec 26 17:18:41 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.34599999999999997}]},{"osd":4,"last update":"Tue Dec 26 17:19:04 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.496}]},{"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.48599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.438}]},{"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.442}]}]},{"osd":4,"up_from":43,"seq":184683593744,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049176,"kb_used_data":592,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":242295,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8230,"internal_metadata":1073733594},"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 Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.32900000000000001}]},{"osd":1,"last update":"Tue Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.44600000000000001}]},{"osd":2,"last update":"Tue Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.376},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.45700000000000002}]},{"osd":3,"last update":"Tue Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.36899999999999999}]},{"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.42699999999999999}]},{"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.46500000000000002}]},{"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.47299999999999998}]}]},{"osd":5,"up_from":51,"seq":219043332109,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049176,"kb_used_data":592,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":243094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9840,"internal_metadata":1073731984},"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.45500000000000002}]},{"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.42099999999999999}]},{"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.39700000000000002}]},{"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.47699999999999998}]},{"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.498}]},{"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.50800000000000001}]},{"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.52900000000000003}]}]}]}} 2023-12-26T17:19:16.604 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-26T17:19:17.800 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:19:17.801 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2023-12-26T17:19:17.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:17 smithi001 bash[108165]: audit 2023-12-26T17:19:16.246496+0000 mgr.y (mgr.14142) 152 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:19:17.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:17 smithi001 bash[108165]: cluster 2023-12-26T17:19:16.465143+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:17.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:17 smithi001 bash[111579]: audit 2023-12-26T17:19:16.246496+0000 mgr.y (mgr.14142) 152 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:19:17.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:17 smithi001 bash[111579]: cluster 2023-12-26T17:19:16.465143+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:17.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:17 smithi153 bash[108194]: audit 2023-12-26T17:19:16.246496+0000 mgr.y (mgr.14142) 152 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:19:17.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:17 smithi153 bash[108194]: cluster 2023-12-26T17:19:16.465143+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:18.128 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":158,"stamp":"2023-12-26T17:19:16.464840+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":8393416,"kb_used_data":4744,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567800,"statfs":{"total":767960285184,"available":759365427200,"internally_reserved":8589934592,"allocated":4857856,"data_stored":1943047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":48342,"internal_metadata":8589886250},"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.002014"},"pg_stats":[{"pgid":"1.0","version":"19'1","reported_seq":"14","reported_epoch":"62","state":"active+clean","last_fresh":"2023-12-26T17:18:33.318068+0000","last_change":"2023-12-26T17:18:33.318068+0000","last_active":"2023-12-26T17:18:33.318068+0000","last_peered":"2023-12-26T17:18:33.318068+0000","last_clean":"2023-12-26T17:18:33.318068+0000","last_became_active":"2023-12-26T17:18:33.315414+0000","last_became_peered":"2023-12-26T17:18:33.315414+0000","last_unstale":"2023-12-26T17:18:33.318068+0000","last_undegraded":"2023-12-26T17:18:33.318068+0000","last_fullsized":"2023-12-26T17:18:33.318068+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-26T17:15:14.484997+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-26T17:15:14.484997+0000","last_clean_scrub_stamp":"2023-12-26T17:15:14.484997+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":43219,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":61,"seq":261993005066,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049180,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695972,"statfs":{"total":95995035648,"available":94920675328,"internally_reserved":1073741824,"allocated":610304,"data_stored":243416,"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.41299999999999998}]},{"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.33100000000000002}]},{"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.39400000000000002}]},{"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.45300000000000001}]},{"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.35099999999999998}]},{"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.47799999999999998}]},{"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.51100000000000001}]}]},{"osd":6,"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":1049176,"kb_used_data":592,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":243122,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7575,"internal_metadata":1073734249},"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.35999999999999999}]},{"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.373}]},{"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.40200000000000002}]},{"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.42999999999999999}]},{"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.38400000000000001}]},{"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.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]}]},{"osd":1,"up_from":22,"seq":94489280536,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":241993,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7972,"internal_metadata":1073733852},"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 Dec 26 17:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.182,"5min":0.182,"15min":0.182},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.27800000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.28799999999999998}]},{"osd":2,"last update":"Tue Dec 26 17:18:37 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.26900000000000002}]},{"osd":3,"last update":"Tue Dec 26 17:18:42 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.307}]},{"osd":4,"last update":"Tue Dec 26 17:19:04 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.44900000000000001}]},{"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.38200000000000001}]},{"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.497}]},{"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.41199999999999998}]}]},{"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":1049180,"kb_used_data":596,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695972,"statfs":{"total":95995035648,"available":94920675328,"internally_reserved":1073741824,"allocated":610304,"data_stored":243416,"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 Dec 26 17:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.379},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.40300000000000002}]},{"osd":2,"last update":"Tue Dec 26 17:18:37 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.433},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.42099999999999999}]},{"osd":3,"last update":"Tue Dec 26 17:18:43 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.443},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.34499999999999997}]},{"osd":4,"last update":"Tue Dec 26 17:19:04 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.60899999999999999}]},{"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.60099999999999998}]},{"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.59199999999999997}]},{"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.75700000000000001}]}]},{"osd":2,"up_from":30,"seq":128849018902,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049176,"kb_used_data":592,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":242295,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9602,"internal_metadata":1073732222},"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 Dec 26 17:18:38 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.314}]},{"osd":1,"last update":"Tue Dec 26 17:18:38 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.245},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.30099999999999999}]},{"osd":3,"last update":"Tue Dec 26 17:18:43 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.29299999999999998}]},{"osd":4,"last update":"Tue Dec 26 17:19:01 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.622}]},{"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.47699999999999998}]},{"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.58699999999999997}]},{"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.61599999999999999}]}]},{"osd":3,"up_from":33,"seq":141733920790,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049180,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695972,"statfs":{"total":95995035648,"available":94920675328,"internally_reserved":1073741824,"allocated":610304,"data_stored":243416,"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 Dec 26 17:18:41 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.29199999999999998}]},{"osd":1,"last update":"Tue Dec 26 17:18:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.30399999999999999}]},{"osd":2,"last update":"Tue Dec 26 17:18:41 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.33300000000000002}]},{"osd":4,"last update":"Tue Dec 26 17:19:04 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.63500000000000001}]},{"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.68400000000000005}]},{"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.64400000000000002}]},{"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.65300000000000002}]}]},{"osd":4,"up_from":43,"seq":184683593745,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049176,"kb_used_data":592,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":242295,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8230,"internal_metadata":1073733594},"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 Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.46500000000000002}]},{"osd":1,"last update":"Tue Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.503},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.52500000000000002}]},{"osd":2,"last update":"Tue Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.40899999999999997}]},{"osd":3,"last update":"Tue Dec 26 17:19:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.443},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.47899999999999998}]},{"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.32200000000000001}]},{"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.39400000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]}]},{"osd":5,"up_from":51,"seq":219043332110,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049176,"kb_used_data":592,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":243094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9840,"internal_metadata":1073731984},"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.45500000000000002}]},{"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.41399999999999998}]},{"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.40799999999999997}]},{"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.55700000000000005}]},{"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.39400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]}]}]}} 2023-12-26T17:19:18.129 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-26T17:19:18.129 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-26T17:19:18.129 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-26T17:19:18.130 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 414638a8-a412-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-26T17:19:19.364 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-26T17:19:19.697 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:19 smithi001 bash[108165]: audit 2023-12-26T17:19:17.794579+0000 mgr.y (mgr.14142) 154 : audit [DBG] from='client.24484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:19:19.697 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:19 smithi001 bash[108165]: cluster 2023-12-26T17:19:18.465528+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:19.697 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:19 smithi001 bash[108165]: audit 2023-12-26T17:19:19.360954+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.1:0/2402427112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-26T17:19:19.697 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:19 smithi001 bash[111579]: audit 2023-12-26T17:19:17.794579+0000 mgr.y (mgr.14142) 154 : audit [DBG] from='client.24484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:19:19.697 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:19 smithi001 bash[111579]: cluster 2023-12-26T17:19:18.465528+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:19.697 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:19 smithi001 bash[111579]: audit 2023-12-26T17:19:19.360954+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.1:0/2402427112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-26T17:19:19.710 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-26T17:19:19.711 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-26T17:19:19.711 INFO:tasks.cephadm:Setup complete, yielding 2023-12-26T17:19:19.711 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-26T17:19:19.721 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi001.front.sepia.ceph.com 2023-12-26T17:19:19.722 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-26T17:19:19.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:19 smithi153 bash[108194]: audit 2023-12-26T17:19:17.794579+0000 mgr.y (mgr.14142) 154 : audit [DBG] from='client.24484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:19:19.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:19 smithi153 bash[108194]: cluster 2023-12-26T17:19:18.465528+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:19.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:19 smithi153 bash[108194]: audit 2023-12-26T17:19:19.360954+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.1:0/2402427112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-26T17:19:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:21 smithi001 bash[108165]: cluster 2023-12-26T17:19:20.465845+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:21.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:21 smithi001 bash[111579]: cluster 2023-12-26T17:19:20.465845+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:21 smithi153 bash[108194]: cluster 2023-12-26T17:19:20.465845+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:22.566 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:19:22.566 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "37b2dfea-b983-4d57-875b-e8ba751a7676", 2023-12-26T17:19:22.566 INFO:teuthology.orchestra.run.smithi001.stdout: "name": "r", 2023-12-26T17:19:22.566 INFO:teuthology.orchestra.run.smithi001.stdout: "current_period": "52d33a61-663f-47ca-9cd3-a6efb82cf887", 2023-12-26T17:19:22.566 INFO:teuthology.orchestra.run.smithi001.stdout: "epoch": 1 2023-12-26T17:19:22.566 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[111579]: cluster 2023-12-26T17:19:21.527885+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[111579]: audit 2023-12-26T17:19:21.530110+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.1:0/17219030' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[111579]: audit 2023-12-26T17:19:22.529726+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.1:0/17219030' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[111579]: cluster 2023-12-26T17:19:22.529881+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[108165]: cluster 2023-12-26T17:19:21.527885+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[108165]: audit 2023-12-26T17:19:21.530110+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.1:0/17219030' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[108165]: audit 2023-12-26T17:19:22.529726+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.1:0/17219030' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-26T17:19:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:22 smithi001 bash[108165]: cluster 2023-12-26T17:19:22.529881+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-26T17:19:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:22 smithi153 bash[108194]: cluster 2023-12-26T17:19:21.527885+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-26T17:19:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:22 smithi153 bash[108194]: audit 2023-12-26T17:19:21.530110+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.1:0/17219030' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-26T17:19:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:22 smithi153 bash[108194]: audit 2023-12-26T17:19:22.529726+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.1:0/17219030' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-26T17:19:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:22 smithi153 bash[108194]: cluster 2023-12-26T17:19:22.529881+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-26T17:19:23.057 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-26T17:19:23.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:23 smithi001 bash[111579]: cluster 2023-12-26T17:19:22.466330+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v162: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:23.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:23 smithi001 bash[111579]: cluster 2023-12-26T17:19:23.530121+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-26T17:19:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:23 smithi001 bash[108165]: cluster 2023-12-26T17:19:22.466330+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v162: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:23.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:23 smithi001 bash[108165]: cluster 2023-12-26T17:19:23.530121+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-26T17:19:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:23 smithi153 bash[108194]: cluster 2023-12-26T17:19:22.466330+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v162: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:23 smithi153 bash[108194]: cluster 2023-12-26T17:19:23.530121+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-26T17:19:24.039 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:19:24.039 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "833a37e7-12e7-40b3-bd73-742f97ae0882", 2023-12-26T17:19:24.039 INFO:teuthology.orchestra.run.smithi001.stdout: "name": "default", 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "api_name": "default", 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "is_master": "true", 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "endpoints": [], 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "hostnames": [], 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "hostnames_s3website": [], 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "master_zone": "", 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "zones": [], 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "placement_targets": [], 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "default_placement": "", 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "realm_id": "37b2dfea-b983-4d57-875b-e8ba751a7676", 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "sync_policy": { 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: "groups": [] 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:24.040 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:19:24.394 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-26T17:19:25.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:25 smithi001 bash[108165]: cluster 2023-12-26T17:19:24.466669+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v165: 33 pgs: 6 creating+peering, 19 unknown, 8 active+clean; 70 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-26T17:19:25.322 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:25 smithi001 bash[111579]: cluster 2023-12-26T17:19:24.466669+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v165: 33 pgs: 6 creating+peering, 19 unknown, 8 active+clean; 70 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-26T17:19:25.448 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:19:25.448 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "2a666d46-a213-4088-9735-dd67be40bb4d", 2023-12-26T17:19:25.448 INFO:teuthology.orchestra.run.smithi001.stdout: "name": "z", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "domain_root": "z.rgw.meta:root", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "control_pool": "z.rgw.control", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "log_pool": "z.rgw.log", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-26T17:19:25.449 INFO:teuthology.orchestra.run.smithi001.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "otp_pool": "z.rgw.otp", 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "system_key": { 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "access_key": "", 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "secret_key": "" 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "placement_pools": [ 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: { 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "key": "default-placement", 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "val": { 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "storage_classes": { 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "STANDARD": { 2023-12-26T17:19:25.450 INFO:teuthology.orchestra.run.smithi001.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: "index_type": 0 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: ], 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout: "realm_id": "37b2dfea-b983-4d57-875b-e8ba751a7676" 2023-12-26T17:19:25.451 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:19:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:25 smithi153 bash[108194]: cluster 2023-12-26T17:19:24.466669+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v165: 33 pgs: 6 creating+peering, 19 unknown, 8 active+clean; 70 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-26T17:19:25.843 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-26T17:19:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:27 smithi001 bash[108165]: cluster 2023-12-26T17:19:26.467137+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v166: 33 pgs: 6 creating+peering, 6 unknown, 21 active+clean; 507 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-26T17:19:27.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:27 smithi001 bash[111579]: cluster 2023-12-26T17:19:26.467137+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v166: 33 pgs: 6 creating+peering, 6 unknown, 21 active+clean; 507 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-26T17:19:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:27 smithi153 bash[108194]: cluster 2023-12-26T17:19:26.467137+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v166: 33 pgs: 6 creating+peering, 6 unknown, 21 active+clean; 507 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-26T17:19:28.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:28 smithi001 bash[111579]: cluster 2023-12-26T17:19:27.527374+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-26T17:19:28.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:28 smithi001 bash[111579]: audit 2023-12-26T17:19:27.529305+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.1:0/2828880058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-26T17:19:28.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:28 smithi001 bash[111579]: audit 2023-12-26T17:19:27.529637+0000 mon.a (mon.0) 688 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-26T17:19:28.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:28 smithi001 bash[108165]: cluster 2023-12-26T17:19:27.527374+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-26T17:19:28.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:28 smithi001 bash[108165]: audit 2023-12-26T17:19:27.529305+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.1:0/2828880058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-26T17:19:28.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:28 smithi001 bash[108165]: audit 2023-12-26T17:19:27.529637+0000 mon.a (mon.0) 688 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-26T17:19:28.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:28 smithi153 bash[108194]: cluster 2023-12-26T17:19:27.527374+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-26T17:19:28.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:28 smithi153 bash[108194]: audit 2023-12-26T17:19:27.529305+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.1:0/2828880058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-26T17:19:28.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:28 smithi153 bash[108194]: audit 2023-12-26T17:19:27.529637+0000 mon.a (mon.0) 688 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-26T17:19:29.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:29 smithi001 bash[111579]: cluster 2023-12-26T17:19:28.467637+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v168: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 700 B data, 5.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 3 op/s 2023-12-26T17:19:29.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:29 smithi001 bash[111579]: audit 2023-12-26T17:19:28.533180+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-26T17:19:29.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:29 smithi001 bash[111579]: cluster 2023-12-26T17:19:28.533333+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-26T17:19:29.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:29 smithi001 bash[108165]: cluster 2023-12-26T17:19:28.467637+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v168: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 700 B data, 5.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 3 op/s 2023-12-26T17:19:29.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:29 smithi001 bash[108165]: audit 2023-12-26T17:19:28.533180+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-26T17:19:29.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:29 smithi001 bash[108165]: cluster 2023-12-26T17:19:28.533333+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-26T17:19:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:29 smithi153 bash[108194]: cluster 2023-12-26T17:19:28.467637+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v168: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 700 B data, 5.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 3 op/s 2023-12-26T17:19:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:29 smithi153 bash[108194]: audit 2023-12-26T17:19:28.533180+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-26T17:19:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:29 smithi153 bash[108194]: cluster 2023-12-26T17:19:28.533333+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-26T17:19:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[111579]: cluster 2023-12-26T17:19:29.534231+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-26T17:19:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[111579]: audit 2023-12-26T17:19:29.538775+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.1:0/2828880058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-26T17:19:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[111579]: audit 2023-12-26T17:19:29.543261+0000 mon.a (mon.0) 692 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-26T17:19:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[111579]: audit 2023-12-26T17:19:30.536627+0000 mon.a (mon.0) 693 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-26T17:19:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[111579]: cluster 2023-12-26T17:19:30.536705+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-26T17:19:30.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[108165]: cluster 2023-12-26T17:19:29.534231+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-26T17:19:30.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[108165]: audit 2023-12-26T17:19:29.538775+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.1:0/2828880058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-26T17:19:30.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[108165]: audit 2023-12-26T17:19:29.543261+0000 mon.a (mon.0) 692 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-26T17:19:30.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[108165]: audit 2023-12-26T17:19:30.536627+0000 mon.a (mon.0) 693 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-26T17:19:30.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:30 smithi001 bash[108165]: cluster 2023-12-26T17:19:30.536705+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-26T17:19:30.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:30 smithi153 bash[108194]: cluster 2023-12-26T17:19:29.534231+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-26T17:19:30.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:30 smithi153 bash[108194]: audit 2023-12-26T17:19:29.538775+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.1:0/2828880058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-26T17:19:30.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:30 smithi153 bash[108194]: audit 2023-12-26T17:19:29.543261+0000 mon.a (mon.0) 692 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-26T17:19:30.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:30 smithi153 bash[108194]: audit 2023-12-26T17:19:30.536627+0000 mon.a (mon.0) 693 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-26T17:19:30.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:30 smithi153 bash[108194]: cluster 2023-12-26T17:19:30.536705+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-26T17:19:31.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:31 smithi001 bash[111579]: cluster 2023-12-26T17:19:30.468247+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v171: 97 pgs: 22 creating+peering, 25 unknown, 50 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.5 KiB/s wr, 5 op/s 2023-12-26T17:19:31.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:31 smithi001 bash[111579]: cluster 2023-12-26T17:19:31.548930+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-26T17:19:31.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:31 smithi001 bash[108165]: cluster 2023-12-26T17:19:30.468247+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v171: 97 pgs: 22 creating+peering, 25 unknown, 50 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.5 KiB/s wr, 5 op/s 2023-12-26T17:19:31.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:31 smithi001 bash[108165]: cluster 2023-12-26T17:19:31.548930+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-26T17:19:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:31 smithi153 bash[108194]: cluster 2023-12-26T17:19:30.468247+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v171: 97 pgs: 22 creating+peering, 25 unknown, 50 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.5 KiB/s wr, 5 op/s 2023-12-26T17:19:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:31 smithi153 bash[108194]: cluster 2023-12-26T17:19:31.548930+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-26T17:19:32.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[111579]: audit 2023-12-26T17:19:31.555056+0000 mon.a (mon.0) 696 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-26T17:19:32.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[111579]: audit 2023-12-26T17:19:32.550411+0000 mon.a (mon.0) 697 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-26T17:19:32.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[111579]: cluster 2023-12-26T17:19:32.550516+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-26T17:19:32.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[111579]: audit 2023-12-26T17:19:32.552577+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-26T17:19:32.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[108165]: audit 2023-12-26T17:19:31.555056+0000 mon.a (mon.0) 696 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-26T17:19:32.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[108165]: audit 2023-12-26T17:19:32.550411+0000 mon.a (mon.0) 697 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-26T17:19:32.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[108165]: cluster 2023-12-26T17:19:32.550516+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-26T17:19:32.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:32 smithi001 bash[108165]: audit 2023-12-26T17:19:32.552577+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-26T17:19:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:32 smithi153 bash[108194]: audit 2023-12-26T17:19:31.555056+0000 mon.a (mon.0) 696 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-26T17:19:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:32 smithi153 bash[108194]: audit 2023-12-26T17:19:32.550411+0000 mon.a (mon.0) 697 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-26T17:19:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:32 smithi153 bash[108194]: cluster 2023-12-26T17:19:32.550516+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-26T17:19:32.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:32 smithi153 bash[108194]: audit 2023-12-26T17:19:32.552577+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-26T17:19:33.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:33 smithi153 bash[108194]: cluster 2023-12-26T17:19:32.468842+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v174: 129 pgs: 26 creating+peering, 38 unknown, 65 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 5 op/s 2023-12-26T17:19:33.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:33 smithi153 bash[108194]: audit 2023-12-26T17:19:33.552363+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-26T17:19:33.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:33 smithi153 bash[108194]: cluster 2023-12-26T17:19:33.552414+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-26T17:19:33.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:33 smithi153 bash[108194]: audit 2023-12-26T17:19:33.553238+0000 mon.a (mon.0) 702 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[108165]: cluster 2023-12-26T17:19:32.468842+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v174: 129 pgs: 26 creating+peering, 38 unknown, 65 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 5 op/s 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[108165]: audit 2023-12-26T17:19:33.552363+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[108165]: cluster 2023-12-26T17:19:33.552414+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[108165]: audit 2023-12-26T17:19:33.553238+0000 mon.a (mon.0) 702 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[111579]: cluster 2023-12-26T17:19:32.468842+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v174: 129 pgs: 26 creating+peering, 38 unknown, 65 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 5 op/s 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[111579]: audit 2023-12-26T17:19:33.552363+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[111579]: cluster 2023-12-26T17:19:33.552414+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-26T17:19:34.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:33 smithi001 bash[111579]: audit 2023-12-26T17:19:33.553238+0000 mon.a (mon.0) 702 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-26T17:19:34.650 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:19:34.650 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "503baa36-e4a9-4e62-8bec-6747738e9cb6", 2023-12-26T17:19:34.650 INFO:teuthology.orchestra.run.smithi001.stdout: "epoch": 1, 2023-12-26T17:19:34.650 INFO:teuthology.orchestra.run.smithi001.stdout: "predecessor_uuid": "52d33a61-663f-47ca-9cd3-a6efb82cf887", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "sync_status": [], 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "period_map": { 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "503baa36-e4a9-4e62-8bec-6747738e9cb6", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "zonegroups": [ 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: { 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "833a37e7-12e7-40b3-bd73-742f97ae0882", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "name": "default", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "api_name": "default", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "is_master": "true", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "endpoints": [], 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "hostnames": [], 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "hostnames_s3website": [], 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "master_zone": "2a666d46-a213-4088-9735-dd67be40bb4d", 2023-12-26T17:19:34.651 INFO:teuthology.orchestra.run.smithi001.stdout: "zones": [ 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: { 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "id": "2a666d46-a213-4088-9735-dd67be40bb4d", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "name": "z", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "endpoints": [], 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "log_meta": "false", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "log_data": "false", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "bucket_index_max_shards": 11, 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "read_only": "false", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "tier_type": "", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "sync_from_all": "true", 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "sync_from": [], 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "redirect_zone": "" 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: ], 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: "placement_targets": [ 2023-12-26T17:19:34.652 INFO:teuthology.orchestra.run.smithi001.stdout: { 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "name": "default-placement", 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "tags": [], 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "storage_classes": [ 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "STANDARD" 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: ], 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "default_placement": "default-placement", 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "realm_id": "37b2dfea-b983-4d57-875b-e8ba751a7676", 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "sync_policy": { 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "groups": [] 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: ], 2023-12-26T17:19:34.653 INFO:teuthology.orchestra.run.smithi001.stdout: "short_zone_ids": [ 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: { 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "key": "2a666d46-a213-4088-9735-dd67be40bb4d", 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "val": 3713239266 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "master_zonegroup": "833a37e7-12e7-40b3-bd73-742f97ae0882", 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "master_zone": "2a666d46-a213-4088-9735-dd67be40bb4d", 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "period_config": { 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "bucket_quota": { 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "enabled": false, 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "check_on_raw": false, 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "max_size": -1, 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "max_size_kb": 0, 2023-12-26T17:19:34.654 INFO:teuthology.orchestra.run.smithi001.stdout: "max_objects": -1 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "user_quota": { 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "enabled": false, 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "check_on_raw": false, 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "max_size": -1, 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "max_size_kb": 0, 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "max_objects": -1 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "realm_id": "37b2dfea-b983-4d57-875b-e8ba751a7676", 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "realm_name": "r", 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout: "realm_epoch": 2 2023-12-26T17:19:34.655 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:19:35.026 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2023-12-26T17:19:35.556 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:35 smithi001 bash[108165]: cluster 2023-12-26T17:19:34.469288+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v177: 129 pgs: 20 creating+peering, 24 unknown, 85 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-26T17:19:35.556 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:35 smithi001 bash[108165]: audit 2023-12-26T17:19:34.553917+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-26T17:19:35.556 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:35 smithi001 bash[108165]: cluster 2023-12-26T17:19:34.553973+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-26T17:19:35.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:35 smithi001 bash[111579]: cluster 2023-12-26T17:19:34.469288+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v177: 129 pgs: 20 creating+peering, 24 unknown, 85 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-26T17:19:35.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:35 smithi001 bash[111579]: audit 2023-12-26T17:19:34.553917+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-26T17:19:35.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:35 smithi001 bash[111579]: cluster 2023-12-26T17:19:34.553973+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-26T17:19:35.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:35 smithi153 bash[108194]: cluster 2023-12-26T17:19:34.469288+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v177: 129 pgs: 20 creating+peering, 24 unknown, 85 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-26T17:19:35.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:35 smithi153 bash[108194]: audit 2023-12-26T17:19:34.553917+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.1:0/3340229126' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-26T17:19:35.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:35 smithi153 bash[108194]: cluster 2023-12-26T17:19:34.553973+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-26T17:19:36.196 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled rgw update... 2023-12-26T17:19:36.559 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'sleep 120' 2023-12-26T17:19:36.792 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:36 smithi001 bash[108165]: audit 2023-12-26T17:19:36.189902+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-26T17:19:36.189603\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-26T17:19:36.792 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:36 smithi001 bash[108165]: audit 2023-12-26T17:19:36.192452+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-26T17:19:36.189603\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-26T17:19:36.793 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:36 smithi001 bash[111579]: audit 2023-12-26T17:19:36.189902+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-26T17:19:36.189603\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-26T17:19:36.793 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:36 smithi001 bash[111579]: audit 2023-12-26T17:19:36.192452+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-26T17:19:36.189603\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-26T17:19:36.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:36 smithi153 bash[108194]: audit 2023-12-26T17:19:36.189902+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-26T17:19:36.189603\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-26T17:19:36.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:36 smithi153 bash[108194]: audit 2023-12-26T17:19:36.192452+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-26T17:19:36.189603\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-26T17:19:37.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:37 smithi001 bash[108165]: audit 2023-12-26T17:19:36.189184+0000 mgr.y (mgr.14142) 164 : audit [DBG] from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:19:37.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:37 smithi001 bash[108165]: cephadm 2023-12-26T17:19:36.189592+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-26T17:19:37.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:37 smithi001 bash[108165]: cluster 2023-12-26T17:19:36.469799+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v179: 129 pgs: 4 creating+peering, 4 unknown, 121 active+clean; 3.1 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 207 B/s rd, 2.6 KiB/s wr, 10 op/s 2023-12-26T17:19:37.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:37 smithi001 bash[111579]: audit 2023-12-26T17:19:36.189184+0000 mgr.y (mgr.14142) 164 : audit [DBG] from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:19:37.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:37 smithi001 bash[111579]: cephadm 2023-12-26T17:19:36.189592+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-26T17:19:37.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:37 smithi001 bash[111579]: cluster 2023-12-26T17:19:36.469799+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v179: 129 pgs: 4 creating+peering, 4 unknown, 121 active+clean; 3.1 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 207 B/s rd, 2.6 KiB/s wr, 10 op/s 2023-12-26T17:19:37.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:37 smithi153 bash[108194]: audit 2023-12-26T17:19:36.189184+0000 mgr.y (mgr.14142) 164 : audit [DBG] from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:19:37.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:37 smithi153 bash[108194]: cephadm 2023-12-26T17:19:36.189592+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-26T17:19:37.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:37 smithi153 bash[108194]: cluster 2023-12-26T17:19:36.469799+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v179: 129 pgs: 4 creating+peering, 4 unknown, 121 active+clean; 3.1 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 207 B/s rd, 2.6 KiB/s wr, 10 op/s 2023-12-26T17:19:39.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:39 smithi001 bash[111579]: cluster 2023-12-26T17:19:38.470355+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 5.5 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 5.2 KiB/s wr, 19 op/s 2023-12-26T17:19:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:39 smithi001 bash[108165]: cluster 2023-12-26T17:19:38.470355+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 5.5 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 5.2 KiB/s wr, 19 op/s 2023-12-26T17:19:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:39 smithi153 bash[108194]: cluster 2023-12-26T17:19:38.470355+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 5.5 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 5.2 KiB/s wr, 19 op/s 2023-12-26T17:19:41.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:41 smithi001 bash[111579]: cluster 2023-12-26T17:19:40.471168+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 904 B/s rd, 4.9 KiB/s wr, 18 op/s 2023-12-26T17:19:41.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:41 smithi001 bash[108165]: cluster 2023-12-26T17:19:40.471168+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 904 B/s rd, 4.9 KiB/s wr, 18 op/s 2023-12-26T17:19:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:41 smithi153 bash[108194]: cluster 2023-12-26T17:19:40.471168+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 904 B/s rd, 4.9 KiB/s wr, 18 op/s 2023-12-26T17:19:42.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:42 smithi001 bash[111579]: cluster 2023-12-26T17:19:42.471786+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 803 B/s rd, 4.4 KiB/s wr, 16 op/s 2023-12-26T17:19:42.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:42 smithi001 bash[108165]: cluster 2023-12-26T17:19:42.471786+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 803 B/s rd, 4.4 KiB/s wr, 16 op/s 2023-12-26T17:19:42.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:42 smithi153 bash[108194]: cluster 2023-12-26T17:19:42.471786+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 803 B/s rd, 4.4 KiB/s wr, 16 op/s 2023-12-26T17:19:45.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:45 smithi001 bash[111579]: cluster 2023-12-26T17:19:44.472298+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2023-12-26T17:19:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:45 smithi001 bash[108165]: cluster 2023-12-26T17:19:44.472298+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2023-12-26T17:19:45.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:45 smithi153 bash[108194]: cluster 2023-12-26T17:19:44.472298+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2023-12-26T17:19:47.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:47 smithi001 bash[111579]: cluster 2023-12-26T17:19:46.473075+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 601 B/s rd, 3.3 KiB/s wr, 12 op/s 2023-12-26T17:19:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:47 smithi001 bash[108165]: cluster 2023-12-26T17:19:46.473075+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 601 B/s rd, 3.3 KiB/s wr, 12 op/s 2023-12-26T17:19:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:47 smithi153 bash[108194]: cluster 2023-12-26T17:19:46.473075+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 601 B/s rd, 3.3 KiB/s wr, 12 op/s 2023-12-26T17:19:49.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:49 smithi001 bash[111579]: cluster 2023-12-26T17:19:48.473623+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 7 op/s 2023-12-26T17:19:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:49 smithi001 bash[108165]: cluster 2023-12-26T17:19:48.473623+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 7 op/s 2023-12-26T17:19:49.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:49 smithi153 bash[108194]: cluster 2023-12-26T17:19:48.473623+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 7 op/s 2023-12-26T17:19:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:51 smithi001 bash[108165]: cluster 2023-12-26T17:19:50.474273+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 2 op/s 2023-12-26T17:19:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:51 smithi001 bash[111579]: cluster 2023-12-26T17:19:50.474273+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 2 op/s 2023-12-26T17:19:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:51 smithi153 bash[108194]: cluster 2023-12-26T17:19:50.474273+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 2 op/s 2023-12-26T17:19:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:53 smithi001 bash[108165]: cluster 2023-12-26T17:19:52.474721+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:53.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:53 smithi001 bash[111579]: cluster 2023-12-26T17:19:52.474721+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:53 smithi153 bash[108194]: cluster 2023-12-26T17:19:52.474721+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:55.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:55 smithi001 bash[108165]: cluster 2023-12-26T17:19:54.475273+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:55.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:55 smithi001 bash[111579]: cluster 2023-12-26T17:19:54.475273+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:55.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:55 smithi153 bash[108194]: cluster 2023-12-26T17:19:54.475273+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:57.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:57 smithi001 bash[111579]: cluster 2023-12-26T17:19:56.475813+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:57.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:57 smithi001 bash[108165]: cluster 2023-12-26T17:19:56.475813+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:57.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:57 smithi153 bash[108194]: cluster 2023-12-26T17:19:56.475813+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:59.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:19:59 smithi001 bash[111579]: cluster 2023-12-26T17:19:58.476334+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:59.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:19:59 smithi001 bash[108165]: cluster 2023-12-26T17:19:58.476334+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:19:59.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:19:59 smithi153 bash[108194]: cluster 2023-12-26T17:19:58.476334+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:01.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:01 smithi001 bash[111579]: cluster 2023-12-26T17:20:00.476932+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:01.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:01 smithi001 bash[108165]: cluster 2023-12-26T17:20:00.476932+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:01.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:01 smithi153 bash[108194]: cluster 2023-12-26T17:20:00.476932+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:03.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:03 smithi001 bash[111579]: cluster 2023-12-26T17:20:02.477621+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:03.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:03 smithi001 bash[108165]: cluster 2023-12-26T17:20:02.477621+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:03 smithi153 bash[108194]: cluster 2023-12-26T17:20:02.477621+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:05.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:05 smithi001 bash[108165]: cluster 2023-12-26T17:20:04.478319+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:05.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:05 smithi001 bash[111579]: cluster 2023-12-26T17:20:04.478319+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:05.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:05 smithi153 bash[108194]: cluster 2023-12-26T17:20:04.478319+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:07.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:07 smithi001 bash[108165]: cluster 2023-12-26T17:20:06.478948+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:07.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:07 smithi001 bash[111579]: cluster 2023-12-26T17:20:06.478948+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:07.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:07 smithi153 bash[108194]: cluster 2023-12-26T17:20:06.478948+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:09.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:09 smithi001 bash[108165]: cluster 2023-12-26T17:20:08.479615+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:09.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:09 smithi001 bash[111579]: cluster 2023-12-26T17:20:08.479615+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:09 smithi153 bash[108194]: cluster 2023-12-26T17:20:08.479615+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:11.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:11 smithi001 bash[111579]: cluster 2023-12-26T17:20:10.480175+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:11.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:11 smithi001 bash[108165]: cluster 2023-12-26T17:20:10.480175+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:11.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:11 smithi153 bash[108194]: cluster 2023-12-26T17:20:10.480175+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:13.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:13 smithi001 bash[111579]: cluster 2023-12-26T17:20:12.480687+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:13.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:13 smithi001 bash[108165]: cluster 2023-12-26T17:20:12.480687+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:13.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:13 smithi153 bash[108194]: cluster 2023-12-26T17:20:12.480687+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:15.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:15 smithi001 bash[111579]: cluster 2023-12-26T17:20:14.481284+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:15 smithi001 bash[108165]: cluster 2023-12-26T17:20:14.481284+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:15.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:15 smithi153 bash[108194]: cluster 2023-12-26T17:20:14.481284+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:17.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:17 smithi001 bash[111579]: cluster 2023-12-26T17:20:16.482010+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:17.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:17 smithi001 bash[108165]: cluster 2023-12-26T17:20:16.482010+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:17.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:17 smithi153 bash[108194]: cluster 2023-12-26T17:20:16.482010+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:19.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:19 smithi001 bash[111579]: cluster 2023-12-26T17:20:18.482452+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:19.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:19 smithi001 bash[108165]: cluster 2023-12-26T17:20:18.482452+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:19.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:19 smithi153 bash[108194]: cluster 2023-12-26T17:20:18.482452+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:21.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:21 smithi001 bash[111579]: cluster 2023-12-26T17:20:20.483046+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:21 smithi001 bash[108165]: cluster 2023-12-26T17:20:20.483046+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:21.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:21 smithi153 bash[108194]: cluster 2023-12-26T17:20:20.483046+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:23.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:23 smithi001 bash[108165]: cluster 2023-12-26T17:20:22.483760+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:23.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:23 smithi001 bash[111579]: cluster 2023-12-26T17:20:22.483760+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:23 smithi153 bash[108194]: cluster 2023-12-26T17:20:22.483760+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:25 smithi001 bash[111579]: cluster 2023-12-26T17:20:24.484283+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:25.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:25 smithi001 bash[108165]: cluster 2023-12-26T17:20:24.484283+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:25 smithi153 bash[108194]: cluster 2023-12-26T17:20:24.484283+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:27.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:27 smithi001 bash[111579]: cluster 2023-12-26T17:20:26.484888+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:27 smithi001 bash[108165]: cluster 2023-12-26T17:20:26.484888+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:27 smithi153 bash[108194]: cluster 2023-12-26T17:20:26.484888+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:29.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:29 smithi001 bash[111579]: cluster 2023-12-26T17:20:28.485387+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:29.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:29 smithi001 bash[108165]: cluster 2023-12-26T17:20:28.485387+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:29.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:29 smithi153 bash[108194]: cluster 2023-12-26T17:20:28.485387+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:31.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:31 smithi001 bash[108165]: cluster 2023-12-26T17:20:30.486147+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:31.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:31 smithi001 bash[111579]: cluster 2023-12-26T17:20:30.486147+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:31 smithi153 bash[108194]: cluster 2023-12-26T17:20:30.486147+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:33.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:33 smithi001 bash[111579]: cluster 2023-12-26T17:20:32.486788+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:33.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:33 smithi001 bash[108165]: cluster 2023-12-26T17:20:32.486788+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:33.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:33 smithi153 bash[108194]: cluster 2023-12-26T17:20:32.486788+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:35.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:35 smithi001 bash[111579]: cluster 2023-12-26T17:20:34.487288+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:35.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:35 smithi001 bash[108165]: cluster 2023-12-26T17:20:34.487288+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:35.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:35 smithi153 bash[108194]: cluster 2023-12-26T17:20:34.487288+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:37.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:37 smithi001 bash[111579]: cluster 2023-12-26T17:20:36.488102+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:37.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:37 smithi001 bash[108165]: cluster 2023-12-26T17:20:36.488102+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:37.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:37 smithi153 bash[108194]: cluster 2023-12-26T17:20:36.488102+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:39.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:39 smithi001 bash[111579]: cluster 2023-12-26T17:20:38.488842+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:39 smithi001 bash[108165]: cluster 2023-12-26T17:20:38.488842+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:39.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:39 smithi153 bash[108194]: cluster 2023-12-26T17:20:38.488842+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:41.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:41 smithi001 bash[108165]: cluster 2023-12-26T17:20:40.489425+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:41.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:41 smithi001 bash[111579]: cluster 2023-12-26T17:20:40.489425+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:41 smithi153 bash[108194]: cluster 2023-12-26T17:20:40.489425+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:43.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:43 smithi001 bash[108165]: cluster 2023-12-26T17:20:42.489939+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:43.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:43 smithi001 bash[111579]: cluster 2023-12-26T17:20:42.489939+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:43.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:43 smithi153 bash[108194]: cluster 2023-12-26T17:20:42.489939+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:45.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:45 smithi001 bash[111579]: cluster 2023-12-26T17:20:44.490366+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:45 smithi001 bash[108165]: cluster 2023-12-26T17:20:44.490366+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:45.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:45 smithi153 bash[108194]: cluster 2023-12-26T17:20:44.490366+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:47.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:47 smithi001 bash[111579]: cluster 2023-12-26T17:20:46.491062+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:47.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:47 smithi001 bash[108165]: cluster 2023-12-26T17:20:46.491062+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:47.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:47 smithi153 bash[108194]: cluster 2023-12-26T17:20:46.491062+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:49.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:49 smithi001 bash[111579]: cluster 2023-12-26T17:20:48.491504+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:49 smithi001 bash[108165]: cluster 2023-12-26T17:20:48.491504+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:49.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:49 smithi153 bash[108194]: cluster 2023-12-26T17:20:48.491504+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:51.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:51 smithi001 bash[111579]: cluster 2023-12-26T17:20:50.492091+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:51.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:51 smithi001 bash[108165]: cluster 2023-12-26T17:20:50.492091+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:51 smithi153 bash[108194]: cluster 2023-12-26T17:20:50.492091+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:53.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:53 smithi001 bash[111579]: cluster 2023-12-26T17:20:52.492746+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:53 smithi001 bash[108165]: cluster 2023-12-26T17:20:52.492746+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:53 smithi153 bash[108194]: cluster 2023-12-26T17:20:52.492746+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:55.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:55 smithi001 bash[111579]: cluster 2023-12-26T17:20:54.493390+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:55.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:55 smithi001 bash[108165]: cluster 2023-12-26T17:20:54.493390+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:55.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:55 smithi153 bash[108194]: cluster 2023-12-26T17:20:54.493390+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:57.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:57 smithi001 bash[111579]: cluster 2023-12-26T17:20:56.493928+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:57.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:57 smithi001 bash[108165]: cluster 2023-12-26T17:20:56.493928+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:57.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:57 smithi153 bash[108194]: cluster 2023-12-26T17:20:56.493928+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:59.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:20:59 smithi001 bash[111579]: cluster 2023-12-26T17:20:58.494594+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:59.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:20:59 smithi001 bash[108165]: cluster 2023-12-26T17:20:58.494594+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:20:59.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:20:59 smithi153 bash[108194]: cluster 2023-12-26T17:20:58.494594+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:01.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:01 smithi001 bash[111579]: cluster 2023-12-26T17:21:00.495109+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:01.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:01 smithi001 bash[108165]: cluster 2023-12-26T17:21:00.495109+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:01.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:01 smithi153 bash[108194]: cluster 2023-12-26T17:21:00.495109+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:03.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:03 smithi001 bash[111579]: cluster 2023-12-26T17:21:02.495769+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:03.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:03 smithi001 bash[108165]: cluster 2023-12-26T17:21:02.495769+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:03.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:03 smithi153 bash[108194]: cluster 2023-12-26T17:21:02.495769+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:05.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[111579]: cluster 2023-12-26T17:21:04.496388+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108165]: cluster 2023-12-26T17:21:04.496388+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:05.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:05 smithi153 bash[108194]: cluster 2023-12-26T17:21:04.496388+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:06.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: debug 2023-12-26T17:21:05.591+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:06.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:06.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:21:06.078 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:06.079 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:21:06.080 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:21:06.081 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:21:05 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: cephadm 2023-12-26T17:21:05.592382+0000 mgr.y (mgr.14142) 211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: cephadm 2023-12-26T17:21:05.592382+0000 mgr.y (mgr.14142) 211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:21:07.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:21:07.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:21:07.833 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: cephadm 2023-12-26T17:21:05.592509+0000 mgr.y (mgr.14142) 212 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.834 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.835 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:21:07.836 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.837 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.837 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.837 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:21:07.837 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:21:07.837 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.837 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: cephadm 2023-12-26T17:21:05.592509+0000 mgr.y (mgr.14142) 212 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.838 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.838 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.839 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.839 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.839 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.839 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.839 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.840 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:21:07.840 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:21:07.840 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.840 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: cephadm 2023-12-26T17:21:05.595651+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[108165]: cluster 2023-12-26T17:21:06.496948+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.841 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: cephadm 2023-12-26T17:21:05.595651+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:21:07.842 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:07 smithi001 bash[111579]: cluster 2023-12-26T17:21:06.496948+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:07.843 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: cephadm 2023-12-26T17:21:05.592382+0000 mgr.y (mgr.14142) 211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.843 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.843 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.843 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.843 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.844 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.845 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:21:07.846 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: cephadm 2023-12-26T17:21:05.592509+0000 mgr.y (mgr.14142) 212 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:19:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:20:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:21:07.847 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: cephadm 2023-12-26T17:21:05.595651+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:21:07.848 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:07 smithi153 bash[108194]: cluster 2023-12-26T17:21:06.496948+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:09.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:09 smithi001 bash[111579]: cluster 2023-12-26T17:21:08.497445+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:09.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:09 smithi001 bash[108165]: cluster 2023-12-26T17:21:08.497445+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:09.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:09 smithi153 bash[108194]: cluster 2023-12-26T17:21:08.497445+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:11.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:11 smithi001 bash[111579]: cluster 2023-12-26T17:21:10.498086+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:11.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:11 smithi001 bash[108165]: cluster 2023-12-26T17:21:10.498086+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:11.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:11 smithi153 bash[108194]: cluster 2023-12-26T17:21:10.498086+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:13.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:13 smithi001 bash[111579]: cluster 2023-12-26T17:21:12.498601+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:13.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:13 smithi001 bash[108165]: cluster 2023-12-26T17:21:12.498601+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:13.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:13 smithi153 bash[108194]: cluster 2023-12-26T17:21:12.498601+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:15.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:15 smithi001 bash[111579]: cluster 2023-12-26T17:21:14.499165+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:15 smithi001 bash[108165]: cluster 2023-12-26T17:21:14.499165+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:15.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:15 smithi153 bash[108194]: cluster 2023-12-26T17:21:14.499165+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:17.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:17 smithi001 bash[111579]: cluster 2023-12-26T17:21:16.499991+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:17.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:17 smithi001 bash[108165]: cluster 2023-12-26T17:21:16.499991+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:17.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:17 smithi153 bash[108194]: cluster 2023-12-26T17:21:16.499991+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:19.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:19 smithi001 bash[111579]: cluster 2023-12-26T17:21:18.500730+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:19.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:19 smithi001 bash[108165]: cluster 2023-12-26T17:21:18.500730+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:19.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:19 smithi153 bash[108194]: cluster 2023-12-26T17:21:18.500730+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:21.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:21 smithi001 bash[111579]: cluster 2023-12-26T17:21:20.501307+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:21 smithi001 bash[108165]: cluster 2023-12-26T17:21:20.501307+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:21.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:21 smithi153 bash[108194]: cluster 2023-12-26T17:21:20.501307+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:23.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:23 smithi001 bash[111579]: cluster 2023-12-26T17:21:22.501888+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:23.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:23 smithi001 bash[108165]: cluster 2023-12-26T17:21:22.501888+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:23.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:23 smithi153 bash[108194]: cluster 2023-12-26T17:21:22.501888+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:25.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:25 smithi001 bash[108165]: cluster 2023-12-26T17:21:24.502368+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:25.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:25 smithi001 bash[111579]: cluster 2023-12-26T17:21:24.502368+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:25.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:25 smithi153 bash[108194]: cluster 2023-12-26T17:21:24.502368+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:27.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:27 smithi001 bash[108165]: cluster 2023-12-26T17:21:26.502945+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:27.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:27 smithi001 bash[111579]: cluster 2023-12-26T17:21:26.502945+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:27.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:27 smithi153 bash[108194]: cluster 2023-12-26T17:21:26.502945+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:29.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:29 smithi001 bash[108165]: cluster 2023-12-26T17:21:28.503562+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:29.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:29 smithi001 bash[111579]: cluster 2023-12-26T17:21:28.503562+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:29.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:29 smithi153 bash[108194]: cluster 2023-12-26T17:21:28.503562+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:31.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:31 smithi001 bash[111579]: cluster 2023-12-26T17:21:30.504352+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:31.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:31 smithi001 bash[108165]: cluster 2023-12-26T17:21:30.504352+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:31.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:31 smithi153 bash[108194]: cluster 2023-12-26T17:21:30.504352+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:33.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:33 smithi001 bash[111579]: cluster 2023-12-26T17:21:32.505042+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:33.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:33 smithi001 bash[108165]: cluster 2023-12-26T17:21:32.505042+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:33.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:33 smithi153 bash[108194]: cluster 2023-12-26T17:21:32.505042+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:35.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:35 smithi001 bash[108165]: cluster 2023-12-26T17:21:34.505635+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:35.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:35 smithi001 bash[111579]: cluster 2023-12-26T17:21:34.505635+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:35.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:35 smithi153 bash[108194]: cluster 2023-12-26T17:21:34.505635+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:37.784 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:37 smithi001 bash[108165]: cluster 2023-12-26T17:21:36.506224+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:37.784 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:37 smithi001 bash[111579]: cluster 2023-12-26T17:21:36.506224+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:37.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:37 smithi153 bash[108194]: cluster 2023-12-26T17:21:36.506224+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:37.841 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-26T17:21:39.302 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-26T17:21:39.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[108165]: cluster 2023-12-26T17:21:38.506718+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:39.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[108165]: audit 2023-12-26T17:21:38.961809+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.1:0/3569971516' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:39.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[108165]: audit 2023-12-26T17:21:38.962118+0000 mon.a (mon.0) 707 : 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 2023-12-26T17:21:39.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[108165]: audit 2023-12-26T17:21:38.967020+0000 mon.a (mon.0) 708 : 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 2023-12-26T17:21:39.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[111579]: cluster 2023-12-26T17:21:38.506718+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:39.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[111579]: audit 2023-12-26T17:21:38.961809+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.1:0/3569971516' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:39.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[111579]: audit 2023-12-26T17:21:38.962118+0000 mon.a (mon.0) 707 : 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 2023-12-26T17:21:39.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:39 smithi001 bash[111579]: audit 2023-12-26T17:21:38.967020+0000 mon.a (mon.0) 708 : 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 2023-12-26T17:21:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:39 smithi153 bash[108194]: cluster 2023-12-26T17:21:38.506718+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:39 smithi153 bash[108194]: audit 2023-12-26T17:21:38.961809+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.1:0/3569971516' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:39 smithi153 bash[108194]: audit 2023-12-26T17:21:38.962118+0000 mon.a (mon.0) 707 : 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 2023-12-26T17:21:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:39 smithi153 bash[108194]: audit 2023-12-26T17:21:38.967020+0000 mon.a (mon.0) 708 : 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 2023-12-26T17:21:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:40 smithi001 bash[111579]: audit 2023-12-26T17:21:40.461292+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.1:0/743291197' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:40 smithi001 bash[111579]: audit 2023-12-26T17:21:40.461610+0000 mon.a (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:40.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:40 smithi001 bash[111579]: audit 2023-12-26T17:21:40.465149+0000 mon.a (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-26T17:21:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:40 smithi001 bash[108165]: audit 2023-12-26T17:21:40.461292+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.1:0/743291197' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:40 smithi001 bash[108165]: audit 2023-12-26T17:21:40.461610+0000 mon.a (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:40.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:40 smithi001 bash[108165]: audit 2023-12-26T17:21:40.465149+0000 mon.a (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-26T17:21:40.834 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-26T17:21:40.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:40 smithi153 bash[108194]: audit 2023-12-26T17:21:40.461292+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.1:0/743291197' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:40.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:40 smithi153 bash[108194]: audit 2023-12-26T17:21:40.461610+0000 mon.a (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-26T17:21:40.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:40 smithi153 bash[108194]: audit 2023-12-26T17:21:40.465149+0000 mon.a (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-26T17:21:41.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:41 smithi001 bash[108165]: cluster 2023-12-26T17:21:40.507173+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:41.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:41 smithi001 bash[111579]: cluster 2023-12-26T17:21:40.507173+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:41.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:41 smithi153 bash[108194]: cluster 2023-12-26T17:21:40.507173+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:42.055 INFO:teuthology.orchestra.run.smithi001.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:21:42.460 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-26T17:21:42.470 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi001.front.sepia.ceph.com 2023-12-26T17:21:42.471 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-12-26T17:21:42.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:42 smithi001 bash[108165]: audit 2023-12-26T17:21:42.048481+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\"}"}]: dispatch 2023-12-26T17:21:42.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:42 smithi001 bash[108165]: audit 2023-12-26T17:21:42.051236+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\"}"}]': finished 2023-12-26T17:21:42.639 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:42 smithi001 bash[111579]: audit 2023-12-26T17:21:42.048481+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\"}"}]: dispatch 2023-12-26T17:21:42.639 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:42 smithi001 bash[111579]: audit 2023-12-26T17:21:42.051236+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\"}"}]': finished 2023-12-26T17:21:42.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:42 smithi153 bash[108194]: audit 2023-12-26T17:21:42.048481+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\"}"}]: dispatch 2023-12-26T17:21:42.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:42 smithi153 bash[108194]: audit 2023-12-26T17:21:42.051236+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\"}"}]': finished 2023-12-26T17:21:43.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:43 smithi001 bash[111579]: audit 2023-12-26T17:21:42.047701+0000 mgr.y (mgr.14142) 232 : audit [DBG] from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:43.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:43 smithi001 bash[111579]: cluster 2023-12-26T17:21:42.507617+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:43 smithi001 bash[108165]: audit 2023-12-26T17:21:42.047701+0000 mgr.y (mgr.14142) 232 : audit [DBG] from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:43.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:43 smithi001 bash[108165]: cluster 2023-12-26T17:21:42.507617+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:43.736 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:21:43.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:43 smithi153 bash[108194]: audit 2023-12-26T17:21:42.047701+0000 mgr.y (mgr.14142) 232 : audit [DBG] from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:43.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:43 smithi153 bash[108194]: cluster 2023-12-26T17:21:42.507617+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:44.286 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:21:44.286 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:21:44.286 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (6m) 4m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (6m) 4m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (5m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:21:44.287 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:21:44.592 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:21:44.593 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:21:44.593 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:21:44.593 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:21:44.593 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:21:44.593 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:21:44.873 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:21:44.874 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:21:44.874 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:21:44.874 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:21:44.874 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:21:44.874 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:21:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[108165]: audit 2023-12-26T17:21:43.722382+0000 mgr.y (mgr.14142) 234 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[108165]: audit 2023-12-26T17:21:44.003411+0000 mgr.y (mgr.14142) 235 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[108165]: audit 2023-12-26T17:21:44.280717+0000 mgr.y (mgr.14142) 236 : audit [DBG] from='client.14661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[108165]: cluster 2023-12-26T17:21:44.508001+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[108165]: audit 2023-12-26T17:21:44.588307+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.1:0/911024852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[111579]: audit 2023-12-26T17:21:43.722382+0000 mgr.y (mgr.14142) 234 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[111579]: audit 2023-12-26T17:21:44.003411+0000 mgr.y (mgr.14142) 235 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[111579]: audit 2023-12-26T17:21:44.280717+0000 mgr.y (mgr.14142) 236 : audit [DBG] from='client.14661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[111579]: cluster 2023-12-26T17:21:44.508001+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:45.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:45 smithi001 bash[111579]: audit 2023-12-26T17:21:44.588307+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.1:0/911024852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:21:45.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:45 smithi153 bash[108194]: audit 2023-12-26T17:21:43.722382+0000 mgr.y (mgr.14142) 234 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:45 smithi153 bash[108194]: audit 2023-12-26T17:21:44.003411+0000 mgr.y (mgr.14142) 235 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:45 smithi153 bash[108194]: audit 2023-12-26T17:21:44.280717+0000 mgr.y (mgr.14142) 236 : audit [DBG] from='client.14661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:45.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:45 smithi153 bash[108194]: cluster 2023-12-26T17:21:44.508001+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:45.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:45 smithi153 bash[108194]: audit 2023-12-26T17:21:44.588307+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.1:0/911024852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:21:46.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:46 smithi001 bash[111579]: audit 2023-12-26T17:21:44.870146+0000 mgr.y (mgr.14142) 238 : audit [DBG] from='client.14673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:46.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:46 smithi001 bash[108165]: audit 2023-12-26T17:21:44.870146+0000 mgr.y (mgr.14142) 238 : audit [DBG] from='client.14673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:46.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:46 smithi153 bash[108194]: audit 2023-12-26T17:21:44.870146+0000 mgr.y (mgr.14142) 238 : audit [DBG] from='client.14673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:21:47.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:47 smithi001 bash[111579]: cluster 2023-12-26T17:21:46.508848+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:47.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:47 smithi001 bash[108165]: cluster 2023-12-26T17:21:46.508848+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:47.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:47 smithi153 bash[108194]: cluster 2023-12-26T17:21:46.508848+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:49.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:49 smithi001 bash[111579]: cluster 2023-12-26T17:21:48.509548+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:49.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:49 smithi001 bash[108165]: cluster 2023-12-26T17:21:48.509548+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:49.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:49 smithi153 bash[108194]: cluster 2023-12-26T17:21:48.509548+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:51.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:51 smithi001 bash[111579]: cluster 2023-12-26T17:21:50.510292+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:51.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:51 smithi001 bash[108165]: cluster 2023-12-26T17:21:50.510292+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:51.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:51 smithi153 bash[108194]: cluster 2023-12-26T17:21:50.510292+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:53.829 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:53 smithi001 bash[111579]: cluster 2023-12-26T17:21:52.511033+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:53.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:53 smithi001 bash[108165]: cluster 2023-12-26T17:21:52.511033+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:53 smithi153 bash[108194]: cluster 2023-12-26T17:21:52.511033+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:55.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:55 smithi001 bash[111579]: cluster 2023-12-26T17:21:54.511620+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:55.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:55 smithi001 bash[108165]: cluster 2023-12-26T17:21:54.511620+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:55.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:55 smithi153 bash[108194]: cluster 2023-12-26T17:21:54.511620+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:57.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:57 smithi001 bash[111579]: cluster 2023-12-26T17:21:56.512195+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:57.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:57 smithi001 bash[108165]: cluster 2023-12-26T17:21:56.512195+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:57.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:57 smithi153 bash[108194]: cluster 2023-12-26T17:21:56.512195+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:59.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:21:59 smithi001 bash[108165]: cluster 2023-12-26T17:21:58.512831+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:59.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:21:59 smithi001 bash[111579]: cluster 2023-12-26T17:21:58.512831+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:21:59.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:21:59 smithi153 bash[108194]: cluster 2023-12-26T17:21:58.512831+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:01.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:01 smithi001 bash[111579]: cluster 2023-12-26T17:22:00.513582+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:01.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:01 smithi001 bash[108165]: cluster 2023-12-26T17:22:00.513582+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:01.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:01 smithi153 bash[108194]: cluster 2023-12-26T17:22:00.513582+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:03.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:03 smithi153 bash[108194]: cluster 2023-12-26T17:22:02.514054+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:04.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:03 smithi001 bash[111579]: cluster 2023-12-26T17:22:02.514054+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:04.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:03 smithi001 bash[108165]: cluster 2023-12-26T17:22:02.514054+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:05.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:05 smithi001 bash[111579]: cluster 2023-12-26T17:22:04.514664+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:05 smithi001 bash[108165]: cluster 2023-12-26T17:22:04.514664+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:05.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:05 smithi153 bash[108194]: cluster 2023-12-26T17:22:04.514664+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:07.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:07 smithi001 bash[111579]: cluster 2023-12-26T17:22:06.515298+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:07.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:07 smithi001 bash[108165]: cluster 2023-12-26T17:22:06.515298+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:07.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:07 smithi153 bash[108194]: cluster 2023-12-26T17:22:06.515298+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:09.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:09 smithi001 bash[111579]: cluster 2023-12-26T17:22:08.515839+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:09.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:09 smithi001 bash[108165]: cluster 2023-12-26T17:22:08.515839+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:09.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:09 smithi153 bash[108194]: cluster 2023-12-26T17:22:08.515839+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:11.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:11 smithi153 bash[108194]: cluster 2023-12-26T17:22:10.516425+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:12.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:11 smithi001 bash[108165]: cluster 2023-12-26T17:22:10.516425+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:12.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:11 smithi001 bash[111579]: cluster 2023-12-26T17:22:10.516425+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:13.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:13 smithi153 bash[108194]: cluster 2023-12-26T17:22:12.516985+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:14.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:13 smithi001 bash[111579]: cluster 2023-12-26T17:22:12.516985+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:14.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:13 smithi001 bash[108165]: cluster 2023-12-26T17:22:12.516985+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:15.179 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:22:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:15 smithi001 bash[108165]: cluster 2023-12-26T17:22:14.517484+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:15.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:15 smithi001 bash[111579]: cluster 2023-12-26T17:22:14.517484+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:15.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:15 smithi153 bash[108194]: cluster 2023-12-26T17:22:14.517484+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (7m) 4m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (7m) 4m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (5m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (5m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (4m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:22:15.730 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:22:15.731 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:22:15.731 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:22:15.731 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (3m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:22:15.731 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:22:16.030 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:22:16.030 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:22:16.030 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:22:16.030 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:22:16.030 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:22:16.030 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:22:16.031 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:22:16.312 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:22:16.313 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:22:16.313 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:22:16.313 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:22:16.313 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:22:16.313 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:22:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:16 smithi001 bash[111579]: audit 2023-12-26T17:22:15.164833+0000 mgr.y (mgr.14142) 254 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:16 smithi001 bash[111579]: audit 2023-12-26T17:22:15.450122+0000 mgr.y (mgr.14142) 255 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:16.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:16 smithi001 bash[111579]: audit 2023-12-26T17:22:16.027025+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.1:0/970115269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:22:16.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:16 smithi001 bash[108165]: audit 2023-12-26T17:22:15.164833+0000 mgr.y (mgr.14142) 254 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:16.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:16 smithi001 bash[108165]: audit 2023-12-26T17:22:15.450122+0000 mgr.y (mgr.14142) 255 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:16.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:16 smithi001 bash[108165]: audit 2023-12-26T17:22:16.027025+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.1:0/970115269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:22:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:16 smithi153 bash[108194]: audit 2023-12-26T17:22:15.164833+0000 mgr.y (mgr.14142) 254 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:16 smithi153 bash[108194]: audit 2023-12-26T17:22:15.450122+0000 mgr.y (mgr.14142) 255 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:16 smithi153 bash[108194]: audit 2023-12-26T17:22:16.027025+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.1:0/970115269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:22:17.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:17 smithi001 bash[111579]: audit 2023-12-26T17:22:15.724248+0000 mgr.y (mgr.14142) 256 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:17.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:17 smithi001 bash[111579]: audit 2023-12-26T17:22:16.309003+0000 mgr.y (mgr.14142) 257 : audit [DBG] from='client.24634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:17.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:17 smithi001 bash[111579]: cluster 2023-12-26T17:22:16.518020+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:17.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:17 smithi001 bash[108165]: audit 2023-12-26T17:22:15.724248+0000 mgr.y (mgr.14142) 256 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:17.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:17 smithi001 bash[108165]: audit 2023-12-26T17:22:16.309003+0000 mgr.y (mgr.14142) 257 : audit [DBG] from='client.24634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:17.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:17 smithi001 bash[108165]: cluster 2023-12-26T17:22:16.518020+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:17 smithi153 bash[108194]: audit 2023-12-26T17:22:15.724248+0000 mgr.y (mgr.14142) 256 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:17 smithi153 bash[108194]: audit 2023-12-26T17:22:16.309003+0000 mgr.y (mgr.14142) 257 : audit [DBG] from='client.24634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:17.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:17 smithi153 bash[108194]: cluster 2023-12-26T17:22:16.518020+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:19.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:19 smithi001 bash[111579]: cluster 2023-12-26T17:22:18.518531+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:19.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:19 smithi001 bash[108165]: cluster 2023-12-26T17:22:18.518531+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:19.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:19 smithi153 bash[108194]: cluster 2023-12-26T17:22:18.518531+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:21.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:21 smithi153 bash[108194]: cluster 2023-12-26T17:22:20.519211+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:22.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:21 smithi001 bash[111579]: cluster 2023-12-26T17:22:20.519211+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:22.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:21 smithi001 bash[108165]: cluster 2023-12-26T17:22:20.519211+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:23.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:23 smithi153 bash[108194]: cluster 2023-12-26T17:22:22.519682+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:24.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:23 smithi001 bash[108165]: cluster 2023-12-26T17:22:22.519682+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:24.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:23 smithi001 bash[111579]: cluster 2023-12-26T17:22:22.519682+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:25 smithi001 bash[111579]: cluster 2023-12-26T17:22:24.520117+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:25.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:25 smithi001 bash[108165]: cluster 2023-12-26T17:22:24.520117+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:25 smithi153 bash[108194]: cluster 2023-12-26T17:22:24.520117+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:27.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:27 smithi153 bash[108194]: cluster 2023-12-26T17:22:26.520860+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:28.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:27 smithi001 bash[111579]: cluster 2023-12-26T17:22:26.520860+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:28.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:27 smithi001 bash[108165]: cluster 2023-12-26T17:22:26.520860+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:29.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:29 smithi153 bash[108194]: cluster 2023-12-26T17:22:28.521303+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:30.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:29 smithi001 bash[111579]: cluster 2023-12-26T17:22:28.521303+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:30.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:29 smithi001 bash[108165]: cluster 2023-12-26T17:22:28.521303+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:32.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:31 smithi001 bash[111579]: cluster 2023-12-26T17:22:30.521849+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:32.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:31 smithi001 bash[108165]: cluster 2023-12-26T17:22:30.521849+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:32.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:31 smithi153 bash[108194]: cluster 2023-12-26T17:22:30.521849+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:34.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:33 smithi001 bash[111579]: cluster 2023-12-26T17:22:32.522318+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:34.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:33 smithi001 bash[108165]: cluster 2023-12-26T17:22:32.522318+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:34.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:33 smithi153 bash[108194]: cluster 2023-12-26T17:22:32.522318+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:35.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:35 smithi001 bash[111579]: cluster 2023-12-26T17:22:34.522791+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:35.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:35 smithi001 bash[108165]: cluster 2023-12-26T17:22:34.522791+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:35.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:35 smithi153 bash[108194]: cluster 2023-12-26T17:22:34.522791+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:37.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:37 smithi153 bash[108194]: cluster 2023-12-26T17:22:36.523547+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:38.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:37 smithi001 bash[111579]: cluster 2023-12-26T17:22:36.523547+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:38.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:37 smithi001 bash[108165]: cluster 2023-12-26T17:22:36.523547+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:39.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:39 smithi153 bash[108194]: cluster 2023-12-26T17:22:38.524243+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:40.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:39 smithi001 bash[111579]: cluster 2023-12-26T17:22:38.524243+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:40.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:39 smithi001 bash[108165]: cluster 2023-12-26T17:22:38.524243+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:42.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:41 smithi001 bash[108165]: cluster 2023-12-26T17:22:40.524820+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:42.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:41 smithi001 bash[111579]: cluster 2023-12-26T17:22:40.524820+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:42.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:41 smithi153 bash[108194]: cluster 2023-12-26T17:22:40.524820+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:43.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:42 smithi001 bash[111579]: cluster 2023-12-26T17:22:42.525416+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:43.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:42 smithi001 bash[108165]: cluster 2023-12-26T17:22:42.525416+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:43.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:42 smithi153 bash[108194]: cluster 2023-12-26T17:22:42.525416+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:45.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:45 smithi001 bash[111579]: cluster 2023-12-26T17:22:44.526084+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:45.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:45 smithi001 bash[108165]: cluster 2023-12-26T17:22:44.526084+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:45.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:45 smithi153 bash[108194]: cluster 2023-12-26T17:22:44.526084+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:46.620 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (6m) 4m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (6m) 4m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (6m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:22:47.164 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (4m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:22:47.165 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:22:47.465 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:22:47.465 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:22:47.465 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:22:47.465 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:22:47.466 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:22:47.747 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:22:47.747 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:22:47.747 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:22:47.747 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:22:47.748 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:22:47.748 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:22:47.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:47 smithi153 bash[108194]: cluster 2023-12-26T17:22:46.526525+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:47.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:47 smithi153 bash[108194]: audit 2023-12-26T17:22:47.461984+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.1:0/3969076790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:22:48.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:47 smithi001 bash[108165]: cluster 2023-12-26T17:22:46.526525+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:48.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:47 smithi001 bash[108165]: audit 2023-12-26T17:22:47.461984+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.1:0/3969076790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:22:48.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:47 smithi001 bash[111579]: cluster 2023-12-26T17:22:46.526525+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:48.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:47 smithi001 bash[111579]: audit 2023-12-26T17:22:47.461984+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.1:0/3969076790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:22:49.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:48 smithi001 bash[111579]: audit 2023-12-26T17:22:46.605778+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:48 smithi001 bash[111579]: audit 2023-12-26T17:22:46.884928+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:48 smithi001 bash[111579]: audit 2023-12-26T17:22:47.158406+0000 mgr.y (mgr.14142) 276 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:48 smithi001 bash[108165]: audit 2023-12-26T17:22:46.605778+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:48 smithi001 bash[108165]: audit 2023-12-26T17:22:46.884928+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:48 smithi001 bash[108165]: audit 2023-12-26T17:22:47.158406+0000 mgr.y (mgr.14142) 276 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:48 smithi153 bash[108194]: audit 2023-12-26T17:22:46.605778+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:48 smithi153 bash[108194]: audit 2023-12-26T17:22:46.884928+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:49.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:48 smithi153 bash[108194]: audit 2023-12-26T17:22:47.158406+0000 mgr.y (mgr.14142) 276 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:50.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:49 smithi001 bash[111579]: audit 2023-12-26T17:22:47.743673+0000 mgr.y (mgr.14142) 277 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:50.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:49 smithi001 bash[111579]: cluster 2023-12-26T17:22:48.526978+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:50.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:49 smithi001 bash[108165]: audit 2023-12-26T17:22:47.743673+0000 mgr.y (mgr.14142) 277 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:50.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:49 smithi001 bash[108165]: cluster 2023-12-26T17:22:48.526978+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:50.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:49 smithi153 bash[108194]: audit 2023-12-26T17:22:47.743673+0000 mgr.y (mgr.14142) 277 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:50.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:49 smithi153 bash[108194]: cluster 2023-12-26T17:22:48.526978+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:51.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:50 smithi001 bash[108165]: cluster 2023-12-26T17:22:50.527646+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:51.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:50 smithi001 bash[111579]: cluster 2023-12-26T17:22:50.527646+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:51.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:50 smithi153 bash[108194]: cluster 2023-12-26T17:22:50.527646+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:54.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:53 smithi001 bash[111579]: cluster 2023-12-26T17:22:52.528163+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:54.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:53 smithi001 bash[108165]: cluster 2023-12-26T17:22:52.528163+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:54.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:53 smithi153 bash[108194]: cluster 2023-12-26T17:22:52.528163+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:55.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:55 smithi001 bash[111579]: cluster 2023-12-26T17:22:54.528705+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:55.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:55 smithi001 bash[108165]: cluster 2023-12-26T17:22:54.528705+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:55.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:55 smithi153 bash[108194]: cluster 2023-12-26T17:22:54.528705+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:58.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:57 smithi001 bash[111579]: cluster 2023-12-26T17:22:56.529268+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:58.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:57 smithi001 bash[108165]: cluster 2023-12-26T17:22:56.529268+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:22:58.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:57 smithi153 bash[108194]: cluster 2023-12-26T17:22:56.529268+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:00.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:22:59 smithi001 bash[111579]: cluster 2023-12-26T17:22:58.529929+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:00.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:22:59 smithi001 bash[108165]: cluster 2023-12-26T17:22:58.529929+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:00.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:22:59 smithi153 bash[108194]: cluster 2023-12-26T17:22:58.529929+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:02.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:01 smithi001 bash[108165]: cluster 2023-12-26T17:23:00.530483+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:02.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:01 smithi001 bash[111579]: cluster 2023-12-26T17:23:00.530483+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:02.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:01 smithi153 bash[108194]: cluster 2023-12-26T17:23:00.530483+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:03.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:02 smithi001 bash[111579]: cluster 2023-12-26T17:23:02.531024+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:03.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:02 smithi001 bash[108165]: cluster 2023-12-26T17:23:02.531024+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:03.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:02 smithi153 bash[108194]: cluster 2023-12-26T17:23:02.531024+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:05.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:05 smithi001 bash[111579]: cluster 2023-12-26T17:23:04.531628+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:05.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:05 smithi001 bash[108165]: cluster 2023-12-26T17:23:04.531628+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:05.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:05 smithi153 bash[108194]: cluster 2023-12-26T17:23:04.531628+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:08.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:07 smithi001 bash[111579]: cluster 2023-12-26T17:23:06.532290+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:08.077 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:07 smithi001 bash[108165]: cluster 2023-12-26T17:23:06.532290+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:08.087 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:07 smithi153 bash[108194]: cluster 2023-12-26T17:23:06.532290+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:10.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:09 smithi001 bash[111579]: cluster 2023-12-26T17:23:08.532835+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:10.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:09 smithi001 bash[108165]: cluster 2023-12-26T17:23:08.532835+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:10.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:09 smithi153 bash[108194]: cluster 2023-12-26T17:23:08.532835+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:11.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:10 smithi001 bash[111579]: cluster 2023-12-26T17:23:10.533537+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:11.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:10 smithi001 bash[108165]: cluster 2023-12-26T17:23:10.533537+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:11.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:10 smithi153 bash[108194]: cluster 2023-12-26T17:23:10.533537+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:14.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:13 smithi001 bash[111579]: cluster 2023-12-26T17:23:12.534189+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:14.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:13 smithi001 bash[108165]: cluster 2023-12-26T17:23:12.534189+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:14.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:13 smithi153 bash[108194]: cluster 2023-12-26T17:23:12.534189+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:15.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:15 smithi001 bash[111579]: cluster 2023-12-26T17:23:14.534854+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:15.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:15 smithi001 bash[108165]: cluster 2023-12-26T17:23:14.534854+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:15.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:15 smithi153 bash[108194]: cluster 2023-12-26T17:23:14.534854+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:18.051 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:23:18.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:17 smithi001 bash[111579]: cluster 2023-12-26T17:23:16.535469+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:18.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:17 smithi001 bash[108165]: cluster 2023-12-26T17:23:16.535469+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:18.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:17 smithi153 bash[108194]: cluster 2023-12-26T17:23:16.535469+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:18.599 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:23:18.599 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (6m) 4m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (8m) 5m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (8m) 5m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (6m) 4m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (6m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (5m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (5m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (5m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (4m) 4m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:23:18.600 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:23:18.900 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:23:18.901 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:23:18.902 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:23:18.902 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:23:18.902 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:23:19.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:18 smithi001 bash[111579]: audit 2023-12-26T17:23:18.038124+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:19.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:18 smithi001 bash[111579]: audit 2023-12-26T17:23:18.319869+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:19.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:18 smithi001 bash[111579]: cluster 2023-12-26T17:23:18.535882+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:19.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:18 smithi001 bash[108165]: audit 2023-12-26T17:23:18.038124+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:19.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:18 smithi001 bash[108165]: audit 2023-12-26T17:23:18.319869+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:19.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:18 smithi001 bash[108165]: cluster 2023-12-26T17:23:18.535882+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:19.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:18 smithi153 bash[108194]: audit 2023-12-26T17:23:18.038124+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:19.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:18 smithi153 bash[108194]: audit 2023-12-26T17:23:18.319869+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:19.086 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:18 smithi153 bash[108194]: cluster 2023-12-26T17:23:18.535882+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:19.189 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:23:19.189 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:23:19.189 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:23:19.189 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:23:19.189 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:23:19.189 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:23:20.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:19 smithi001 bash[111579]: audit 2023-12-26T17:23:18.594347+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:20.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:19 smithi001 bash[111579]: audit 2023-12-26T17:23:18.897963+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.1:0/1886334445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:23:20.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:19 smithi001 bash[111579]: audit 2023-12-26T17:23:19.186015+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:20.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:19 smithi001 bash[108165]: audit 2023-12-26T17:23:18.594347+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:20.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:19 smithi001 bash[108165]: audit 2023-12-26T17:23:18.897963+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.1:0/1886334445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:23:20.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:19 smithi001 bash[108165]: audit 2023-12-26T17:23:19.186015+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:20.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:19 smithi153 bash[108194]: audit 2023-12-26T17:23:18.594347+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:20.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:19 smithi153 bash[108194]: audit 2023-12-26T17:23:18.897963+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.1:0/1886334445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:23:20.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:19 smithi153 bash[108194]: audit 2023-12-26T17:23:19.186015+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:21.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:20 smithi001 bash[108165]: cluster 2023-12-26T17:23:20.536543+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:21.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:20 smithi001 bash[111579]: cluster 2023-12-26T17:23:20.536543+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:21.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:20 smithi153 bash[108194]: cluster 2023-12-26T17:23:20.536543+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:24.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:23 smithi001 bash[108165]: cluster 2023-12-26T17:23:22.537077+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:24.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:23 smithi001 bash[111579]: cluster 2023-12-26T17:23:22.537077+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:24.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:23 smithi153 bash[108194]: cluster 2023-12-26T17:23:22.537077+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:25.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:25 smithi001 bash[108165]: cluster 2023-12-26T17:23:24.537613+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:25 smithi001 bash[111579]: cluster 2023-12-26T17:23:24.537613+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:25.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:25 smithi153 bash[108194]: cluster 2023-12-26T17:23:24.537613+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:28.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:27 smithi001 bash[111579]: cluster 2023-12-26T17:23:26.538314+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:28.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:27 smithi001 bash[108165]: cluster 2023-12-26T17:23:26.538314+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:28.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:27 smithi153 bash[108194]: cluster 2023-12-26T17:23:26.538314+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:29.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:28 smithi001 bash[111579]: cluster 2023-12-26T17:23:28.539040+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:29.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:28 smithi001 bash[108165]: cluster 2023-12-26T17:23:28.539040+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:29.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:28 smithi153 bash[108194]: cluster 2023-12-26T17:23:28.539040+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:32.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:31 smithi001 bash[111579]: cluster 2023-12-26T17:23:30.539662+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:32.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:31 smithi001 bash[108165]: cluster 2023-12-26T17:23:30.539662+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:32.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:31 smithi153 bash[108194]: cluster 2023-12-26T17:23:30.539662+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:33.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:32 smithi001 bash[108165]: cluster 2023-12-26T17:23:32.540225+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:33.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:32 smithi001 bash[111579]: cluster 2023-12-26T17:23:32.540225+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:33.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:32 smithi153 bash[108194]: cluster 2023-12-26T17:23:32.540225+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:35.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[111579]: cluster 2023-12-26T17:23:34.540736+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:35.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108165]: cluster 2023-12-26T17:23:34.540736+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:35.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:35 smithi153 bash[108194]: cluster 2023-12-26T17:23:34.540736+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:36.011 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: debug 2023-12-26T17:23:35.627+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:36.012 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:23:36.013 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:36.014 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:23:36.015 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:23:35 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:36.276 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:36 smithi001 bash[108165]: audit 2023-12-26T17:23:35.629213+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-26T17:23:36.276 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:36 smithi001 bash[108165]: audit 2023-12-26T17:23:35.630163+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:36.277 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:36 smithi001 bash[111579]: audit 2023-12-26T17:23:35.629213+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-26T17:23:36.277 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:36 smithi001 bash[111579]: audit 2023-12-26T17:23:35.630163+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:36.277 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:23:36 smithi001 podman[128185]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-26T17:23:36.277 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:23:36 smithi001 systemd[1]: Started Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:23:36.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:36 smithi153 bash[108194]: audit 2023-12-26T17:23:35.629213+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-26T17:23:36.524 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:36 smithi153 bash[108194]: audit 2023-12-26T17:23:35.630163+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:36.575 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:23:36 smithi001 bash[128202]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:36.576 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:23:36 smithi001 bash[128202]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:23:36.835 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:23:36 smithi153 systemd[1]: Started Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:23:36.835 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:23:36 smithi153 bash[118650]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:36.835 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:23:36 smithi153 bash[118650]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:23:37.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: cephadm 2023-12-26T17:23:35.628313+0000 mgr.y (mgr.14142) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: cephadm 2023-12-26T17:23:35.628313+0000 mgr.y (mgr.14142) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:23:37.578 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:23:37.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: cephadm 2023-12-26T17:23:35.628447+0000 mgr.y (mgr.14142) 307 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: cephadm 2023-12-26T17:23:35.628447+0000 mgr.y (mgr.14142) 307 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:23:37.587 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: cephadm 2023-12-26T17:23:35.630875+0000 mgr.y (mgr.14142) 308 : cephadm [INF] Deploying daemon node-exporter.a on smithi001 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.588 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.589 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.589 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:23:37.589 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:23:37.589 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.589 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: cephadm 2023-12-26T17:23:35.630875+0000 mgr.y (mgr.14142) 308 : cephadm [INF] Deploying daemon node-exporter.a on smithi001 2023-12-26T17:23:37.589 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: audit 2023-12-26T17:23:36.193769+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:23:37.590 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: audit 2023-12-26T17:23:36.193769+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:23:37.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: audit 2023-12-26T17:23:36.196904+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:23:37.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: audit 2023-12-26T17:23:36.197470+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-26T17:23:37.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: audit 2023-12-26T17:23:36.198053+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:37.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: cephadm 2023-12-26T17:23:36.198568+0000 mgr.y (mgr.14142) 309 : cephadm [INF] Deploying daemon node-exporter.b on smithi153 2023-12-26T17:23:37.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: cluster 2023-12-26T17:23:36.541171+0000 mgr.y (mgr.14142) 310 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: audit 2023-12-26T17:23:36.196904+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: audit 2023-12-26T17:23:36.197470+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: audit 2023-12-26T17:23:36.198053+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: cephadm 2023-12-26T17:23:36.198568+0000 mgr.y (mgr.14142) 309 : cephadm [INF] Deploying daemon node-exporter.b on smithi153 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: cluster 2023-12-26T17:23:36.541171+0000 mgr.y (mgr.14142) 310 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: audit 2023-12-26T17:23:36.691065+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:23:37.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[111579]: audit 2023-12-26T17:23:36.694069+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:23:37.592 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: audit 2023-12-26T17:23:36.691065+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:23:37.592 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:37 smithi001 bash[108165]: audit 2023-12-26T17:23:36.694069+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: cephadm 2023-12-26T17:23:35.628313+0000 mgr.y (mgr.14142) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: cephadm 2023-12-26T17:23:35.628447+0000 mgr.y (mgr.14142) 307 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:23:37.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:21:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:22:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:23:37.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: cephadm 2023-12-26T17:23:35.630875+0000 mgr.y (mgr.14142) 308 : cephadm [INF] Deploying daemon node-exporter.a on smithi001 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: audit 2023-12-26T17:23:36.193769+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: audit 2023-12-26T17:23:36.196904+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: audit 2023-12-26T17:23:36.197470+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: audit 2023-12-26T17:23:36.198053+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: cephadm 2023-12-26T17:23:36.198568+0000 mgr.y (mgr.14142) 309 : cephadm [INF] Deploying daemon node-exporter.b on smithi153 2023-12-26T17:23:37.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: cluster 2023-12-26T17:23:36.541171+0000 mgr.y (mgr.14142) 310 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:37.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: audit 2023-12-26T17:23:36.691065+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:23:37.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:37 smithi153 bash[108194]: audit 2023-12-26T17:23:36.694069+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:23:38.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:38 smithi001 bash[111579]: cephadm 2023-12-26T17:23:36.696304+0000 mgr.y (mgr.14142) 311 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:23:38.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:38 smithi001 bash[108165]: cephadm 2023-12-26T17:23:36.696304+0000 mgr.y (mgr.14142) 311 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:23:38.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:38 smithi153 bash[108194]: cephadm 2023-12-26T17:23:36.696304+0000 mgr.y (mgr.14142) 311 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:23:39.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:39 smithi001 bash[108165]: cluster 2023-12-26T17:23:38.541854+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:39.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:39 smithi001 bash[111579]: cluster 2023-12-26T17:23:38.541854+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:39.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:39 smithi153 bash[108194]: cluster 2023-12-26T17:23:38.541854+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:41.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:40 smithi001 bash[111579]: cluster 2023-12-26T17:23:40.542390+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:41.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:40 smithi001 bash[108165]: cluster 2023-12-26T17:23:40.542390+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:41.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:40 smithi153 bash[108194]: cluster 2023-12-26T17:23:40.542390+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:43.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:42 smithi001 bash[111579]: cluster 2023-12-26T17:23:42.542932+0000 mgr.y (mgr.14142) 314 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:43.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:42 smithi001 bash[108165]: cluster 2023-12-26T17:23:42.542932+0000 mgr.y (mgr.14142) 314 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:43.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:42 smithi153 bash[108194]: cluster 2023-12-26T17:23:42.542932+0000 mgr.y (mgr.14142) 314 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:45.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:45 smithi001 bash[108165]: cluster 2023-12-26T17:23:44.543421+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:45.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:45 smithi001 bash[111579]: cluster 2023-12-26T17:23:44.543421+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:45.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:45 smithi153 bash[108194]: cluster 2023-12-26T17:23:44.543421+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:47.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:46 smithi001 bash[108165]: cluster 2023-12-26T17:23:46.543970+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:47.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:46 smithi001 bash[111579]: cluster 2023-12-26T17:23:46.543970+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:47.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:46 smithi153 bash[108194]: cluster 2023-12-26T17:23:46.543970+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:49.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:48 smithi001 bash[111579]: cluster 2023-12-26T17:23:48.544395+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:49.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:48 smithi001 bash[108165]: cluster 2023-12-26T17:23:48.544395+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:49.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:48 smithi153 bash[108194]: cluster 2023-12-26T17:23:48.544395+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:49.496 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:23:50.042 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:23:50.042 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (7m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running - - 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running - - 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (5m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:23:50.043 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:23:50.347 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:23:50.348 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:23:50.349 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:23:50.349 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:23:50.349 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:23:50.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:50 smithi001 bash[111579]: audit 2023-12-26T17:23:49.482284+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:50.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:50 smithi001 bash[108165]: audit 2023-12-26T17:23:49.482284+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:50.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:50 smithi153 bash[108194]: audit 2023-12-26T17:23:49.482284+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:50.632 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:23:50.632 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:23:50.632 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:23:50.633 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:23:50.633 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:23:50.633 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:23:51.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[111579]: audit 2023-12-26T17:23:49.765225+0000 mgr.y (mgr.14142) 319 : audit [DBG] from='client.24706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:51.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[111579]: audit 2023-12-26T17:23:50.037538+0000 mgr.y (mgr.14142) 320 : audit [DBG] from='client.24712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:51.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[111579]: audit 2023-12-26T17:23:50.345604+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.1:0/1423142237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:23:51.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[111579]: cluster 2023-12-26T17:23:50.544862+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:51.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[108165]: audit 2023-12-26T17:23:49.765225+0000 mgr.y (mgr.14142) 319 : audit [DBG] from='client.24706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:51.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[108165]: audit 2023-12-26T17:23:50.037538+0000 mgr.y (mgr.14142) 320 : audit [DBG] from='client.24712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:51.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[108165]: audit 2023-12-26T17:23:50.345604+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.1:0/1423142237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:23:51.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:51 smithi001 bash[108165]: cluster 2023-12-26T17:23:50.544862+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:51.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:51 smithi153 bash[108194]: audit 2023-12-26T17:23:49.765225+0000 mgr.y (mgr.14142) 319 : audit [DBG] from='client.24706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:51.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:51 smithi153 bash[108194]: audit 2023-12-26T17:23:50.037538+0000 mgr.y (mgr.14142) 320 : audit [DBG] from='client.24712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:51.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:51 smithi153 bash[108194]: audit 2023-12-26T17:23:50.345604+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.1:0/1423142237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:23:51.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:51 smithi153 bash[108194]: cluster 2023-12-26T17:23:50.544862+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:52.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:52 smithi001 bash[111579]: audit 2023-12-26T17:23:50.629885+0000 mgr.y (mgr.14142) 322 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:52.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:52 smithi001 bash[108165]: audit 2023-12-26T17:23:50.629885+0000 mgr.y (mgr.14142) 322 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:52.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:52 smithi153 bash[108194]: audit 2023-12-26T17:23:50.629885+0000 mgr.y (mgr.14142) 322 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:53.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:53 smithi001 bash[111579]: cluster 2023-12-26T17:23:52.545587+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:53.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:53 smithi001 bash[108165]: cluster 2023-12-26T17:23:52.545587+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:53.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:53 smithi153 bash[108194]: cluster 2023-12-26T17:23:52.545587+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:55.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:55 smithi001 bash[111579]: cluster 2023-12-26T17:23:54.546114+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:55.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:55 smithi001 bash[108165]: cluster 2023-12-26T17:23:54.546114+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:55.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:55 smithi153 bash[108194]: cluster 2023-12-26T17:23:54.546114+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:57.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:56 smithi001 bash[111579]: cluster 2023-12-26T17:23:56.546691+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:57.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:56 smithi001 bash[108165]: cluster 2023-12-26T17:23:56.546691+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:57.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:56 smithi153 bash[108194]: cluster 2023-12-26T17:23:56.546691+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:59.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:23:58 smithi001 bash[111579]: cluster 2023-12-26T17:23:58.547414+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:59.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:23:58 smithi001 bash[108165]: cluster 2023-12-26T17:23:58.547414+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:23:59.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:23:58 smithi153 bash[108194]: cluster 2023-12-26T17:23:58.547414+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:01.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:00 smithi001 bash[108165]: cluster 2023-12-26T17:24:00.548091+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:01.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:00 smithi001 bash[111579]: cluster 2023-12-26T17:24:00.548091+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:01.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:00 smithi153 bash[108194]: cluster 2023-12-26T17:24:00.548091+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:03.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:02 smithi001 bash[111579]: cluster 2023-12-26T17:24:02.548948+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:03.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:02 smithi001 bash[108165]: cluster 2023-12-26T17:24:02.548948+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:03.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:02 smithi153 bash[108194]: cluster 2023-12-26T17:24:02.548948+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:05.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:05 smithi001 bash[111579]: cluster 2023-12-26T17:24:04.549438+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:05.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:05 smithi001 bash[108165]: cluster 2023-12-26T17:24:04.549438+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:05.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:05 smithi153 bash[108194]: cluster 2023-12-26T17:24:04.549438+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:07.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:06 smithi001 bash[111579]: cluster 2023-12-26T17:24:06.550212+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:07.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:06 smithi001 bash[108165]: cluster 2023-12-26T17:24:06.550212+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:07.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:06 smithi153 bash[108194]: cluster 2023-12-26T17:24:06.550212+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:09.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:08 smithi001 bash[111579]: cluster 2023-12-26T17:24:08.550836+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:09.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:08 smithi001 bash[108165]: cluster 2023-12-26T17:24:08.550836+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:09.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:08 smithi153 bash[108194]: cluster 2023-12-26T17:24:08.550836+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:11.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:10 smithi001 bash[108165]: cluster 2023-12-26T17:24:10.551364+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:11.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:10 smithi001 bash[111579]: cluster 2023-12-26T17:24:10.551364+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:11.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:10 smithi153 bash[108194]: cluster 2023-12-26T17:24:10.551364+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:12 smithi001 bash[111579]: cluster 2023-12-26T17:24:12.551916+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:13.077 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:24:12 smithi001 bash[128202]: time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:24:13.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:12 smithi001 bash[108165]: cluster 2023-12-26T17:24:12.551916+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:13.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:12 smithi153 bash[108194]: cluster 2023-12-26T17:24:12.551916+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:13.584 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:24:13 smithi153 bash[118650]: time="2023-12-26T17:24:13Z" 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" 2023-12-26T17:24:15.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:15 smithi001 bash[111579]: cluster 2023-12-26T17:24:14.552614+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:15.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:15 smithi001 bash[108165]: cluster 2023-12-26T17:24:14.552614+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:15.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:15 smithi153 bash[108194]: cluster 2023-12-26T17:24:14.552614+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:17.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:16 smithi001 bash[111579]: cluster 2023-12-26T17:24:16.553125+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:17.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:16 smithi001 bash[108165]: cluster 2023-12-26T17:24:16.553125+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:17.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:16 smithi153 bash[108194]: cluster 2023-12-26T17:24:16.553125+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:19.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:18 smithi001 bash[111579]: cluster 2023-12-26T17:24:18.553693+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:19.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:18 smithi001 bash[108165]: cluster 2023-12-26T17:24:18.553693+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:19.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:18 smithi153 bash[108194]: cluster 2023-12-26T17:24:18.553693+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:20.939 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:24:21.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:20 smithi001 bash[111579]: cluster 2023-12-26T17:24:20.554314+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:21.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:20 smithi001 bash[108165]: cluster 2023-12-26T17:24:20.554314+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:21.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:20 smithi153 bash[108194]: cluster 2023-12-26T17:24:20.554314+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:21.488 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:24:21.488 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:24:21.488 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (9m) 6m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:24:21.488 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (9m) 6m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:24:21.488 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (7m) 5m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:24:21.488 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running - - 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running - - 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (7m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (7m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (6m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (6m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (6m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (5m) 5m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:24:21.489 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:24:21.795 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:24:21.795 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:24:21.795 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:24:21.795 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:24:21.795 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:24:21.796 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:24:21.797 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:24:21.797 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:24:21.797 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:24:22.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:21 smithi001 bash[111579]: audit 2023-12-26T17:24:20.926690+0000 mgr.y (mgr.14142) 338 : audit [DBG] from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:21 smithi001 bash[111579]: audit 2023-12-26T17:24:21.208976+0000 mgr.y (mgr.14142) 339 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:21 smithi001 bash[111579]: audit 2023-12-26T17:24:21.483856+0000 mgr.y (mgr.14142) 340 : audit [DBG] from='client.24742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:21 smithi001 bash[108165]: audit 2023-12-26T17:24:20.926690+0000 mgr.y (mgr.14142) 338 : audit [DBG] from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:21 smithi001 bash[108165]: audit 2023-12-26T17:24:21.208976+0000 mgr.y (mgr.14142) 339 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:21 smithi001 bash[108165]: audit 2023-12-26T17:24:21.483856+0000 mgr.y (mgr.14142) 340 : audit [DBG] from='client.24742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.076 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:24:22.076 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:24:22.076 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:24:22.076 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:24:22.076 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:24:22.076 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:24:22.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:21 smithi153 bash[108194]: audit 2023-12-26T17:24:20.926690+0000 mgr.y (mgr.14142) 338 : audit [DBG] from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:21 smithi153 bash[108194]: audit 2023-12-26T17:24:21.208976+0000 mgr.y (mgr.14142) 339 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:22.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:21 smithi153 bash[108194]: audit 2023-12-26T17:24:21.483856+0000 mgr.y (mgr.14142) 340 : audit [DBG] from='client.24742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:23.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:22 smithi001 bash[108165]: audit 2023-12-26T17:24:21.793037+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.1:0/3065285596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:24:23.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:22 smithi001 bash[108165]: audit 2023-12-26T17:24:22.074378+0000 mgr.y (mgr.14142) 341 : audit [DBG] from='client.24754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:23.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:22 smithi001 bash[108165]: cluster 2023-12-26T17:24:22.554908+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:23.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:22 smithi001 bash[111579]: audit 2023-12-26T17:24:21.793037+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.1:0/3065285596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:24:23.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:22 smithi001 bash[111579]: audit 2023-12-26T17:24:22.074378+0000 mgr.y (mgr.14142) 341 : audit [DBG] from='client.24754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:23.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:22 smithi001 bash[111579]: cluster 2023-12-26T17:24:22.554908+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:23.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:22 smithi153 bash[108194]: audit 2023-12-26T17:24:21.793037+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.1:0/3065285596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:24:23.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:22 smithi153 bash[108194]: audit 2023-12-26T17:24:22.074378+0000 mgr.y (mgr.14142) 341 : audit [DBG] from='client.24754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:23.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:22 smithi153 bash[108194]: cluster 2023-12-26T17:24:22.554908+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:25.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:25 smithi001 bash[111579]: cluster 2023-12-26T17:24:24.555435+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:25.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:25 smithi001 bash[108165]: cluster 2023-12-26T17:24:24.555435+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:25.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:25 smithi153 bash[108194]: cluster 2023-12-26T17:24:24.555435+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:27.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:26 smithi001 bash[111579]: cluster 2023-12-26T17:24:26.556051+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:27.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:26 smithi001 bash[108165]: cluster 2023-12-26T17:24:26.556051+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:27.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:26 smithi153 bash[108194]: cluster 2023-12-26T17:24:26.556051+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:29.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:28 smithi001 bash[111579]: cluster 2023-12-26T17:24:28.556592+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:29.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:28 smithi001 bash[108165]: cluster 2023-12-26T17:24:28.556592+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:29.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:28 smithi153 bash[108194]: cluster 2023-12-26T17:24:28.556592+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:31.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:30 smithi001 bash[111579]: cluster 2023-12-26T17:24:30.557155+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:31.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:30 smithi001 bash[108165]: cluster 2023-12-26T17:24:30.557155+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:31.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:30 smithi153 bash[108194]: cluster 2023-12-26T17:24:30.557155+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:33.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:32 smithi001 bash[111579]: cluster 2023-12-26T17:24:32.557604+0000 mgr.y (mgr.14142) 347 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:33.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:32 smithi001 bash[108165]: cluster 2023-12-26T17:24:32.557604+0000 mgr.y (mgr.14142) 347 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:33.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:32 smithi153 bash[108194]: cluster 2023-12-26T17:24:32.557604+0000 mgr.y (mgr.14142) 347 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:35.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:35 smithi001 bash[108165]: cluster 2023-12-26T17:24:34.558066+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:35.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:35 smithi001 bash[111579]: cluster 2023-12-26T17:24:34.558066+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:35.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:35 smithi153 bash[108194]: cluster 2023-12-26T17:24:34.558066+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:37.075 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:36 smithi001 bash[111579]: cluster 2023-12-26T17:24:36.558651+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:37.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:36 smithi001 bash[108165]: cluster 2023-12-26T17:24:36.558651+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:37.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:36 smithi153 bash[108194]: cluster 2023-12-26T17:24:36.558651+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:39.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:38 smithi001 bash[111579]: cluster 2023-12-26T17:24:38.559181+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:39.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:38 smithi001 bash[108165]: cluster 2023-12-26T17:24:38.559181+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:39.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:38 smithi153 bash[108194]: cluster 2023-12-26T17:24:38.559181+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:41.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:40 smithi001 bash[111579]: cluster 2023-12-26T17:24:40.559713+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:41.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:40 smithi001 bash[108165]: cluster 2023-12-26T17:24:40.559713+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:41.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:40 smithi153 bash[108194]: cluster 2023-12-26T17:24:40.559713+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:43.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:42 smithi001 bash[111579]: cluster 2023-12-26T17:24:42.560362+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:43.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:42 smithi001 bash[108165]: cluster 2023-12-26T17:24:42.560362+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:43.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:42 smithi153 bash[108194]: cluster 2023-12-26T17:24:42.560362+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:45.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:45 smithi001 bash[108165]: cluster 2023-12-26T17:24:44.560986+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:45.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:45 smithi001 bash[111579]: cluster 2023-12-26T17:24:44.560986+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:45.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:45 smithi153 bash[108194]: cluster 2023-12-26T17:24:44.560986+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:47.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:46 smithi001 bash[111579]: cluster 2023-12-26T17:24:46.561652+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:47.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:46 smithi001 bash[108165]: cluster 2023-12-26T17:24:46.561652+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:47.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:46 smithi153 bash[108194]: cluster 2023-12-26T17:24:46.561652+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:49.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:48 smithi001 bash[111579]: cluster 2023-12-26T17:24:48.562260+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:49.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:48 smithi001 bash[108165]: cluster 2023-12-26T17:24:48.562260+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:49.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:48 smithi153 bash[108194]: cluster 2023-12-26T17:24:48.562260+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:50.577 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:24:50 smithi001 bash[128202]: time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:24:51.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:50 smithi001 bash[111579]: cluster 2023-12-26T17:24:50.562809+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:51.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:50 smithi001 bash[108165]: cluster 2023-12-26T17:24:50.562809+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:51.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:50 smithi153 bash[108194]: cluster 2023-12-26T17:24:50.562809+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:51.084 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:24:50 smithi153 bash[118650]: time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:24:52.382 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:24:52.931 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:24:52.931 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (9m) 7m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (9m) 7m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (8m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running - - 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running - - 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (7m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (6m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:24:52.932 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:24:53.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:52 smithi001 bash[108165]: audit 2023-12-26T17:24:52.370157+0000 mgr.y (mgr.14142) 357 : audit [DBG] from='client.24760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:53.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:52 smithi001 bash[108165]: cluster 2023-12-26T17:24:52.563236+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:53.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:52 smithi001 bash[111579]: audit 2023-12-26T17:24:52.370157+0000 mgr.y (mgr.14142) 357 : audit [DBG] from='client.24760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:53.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:52 smithi001 bash[111579]: cluster 2023-12-26T17:24:52.563236+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:53.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:52 smithi153 bash[108194]: audit 2023-12-26T17:24:52.370157+0000 mgr.y (mgr.14142) 357 : audit [DBG] from='client.24760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:53.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:52 smithi153 bash[108194]: cluster 2023-12-26T17:24:52.563236+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:53.233 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:24:53.234 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:24:53.235 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:24:53.235 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:24:53.515 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:24:53.515 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:24:53.515 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:24:53.515 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:24:53.515 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:24:53.515 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:24:54.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[111579]: audit 2023-12-26T17:24:52.652267+0000 mgr.y (mgr.14142) 359 : audit [DBG] from='client.24766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[111579]: audit 2023-12-26T17:24:52.927781+0000 mgr.y (mgr.14142) 360 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[111579]: audit 2023-12-26T17:24:53.232653+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.1:0/3649547247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:24:54.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[111579]: audit 2023-12-26T17:24:53.513733+0000 mgr.y (mgr.14142) 361 : audit [DBG] from='client.24784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[108165]: audit 2023-12-26T17:24:52.652267+0000 mgr.y (mgr.14142) 359 : audit [DBG] from='client.24766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[108165]: audit 2023-12-26T17:24:52.927781+0000 mgr.y (mgr.14142) 360 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[108165]: audit 2023-12-26T17:24:53.232653+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.1:0/3649547247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:24:54.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:53 smithi001 bash[108165]: audit 2023-12-26T17:24:53.513733+0000 mgr.y (mgr.14142) 361 : audit [DBG] from='client.24784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:53 smithi153 bash[108194]: audit 2023-12-26T17:24:52.652267+0000 mgr.y (mgr.14142) 359 : audit [DBG] from='client.24766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:53 smithi153 bash[108194]: audit 2023-12-26T17:24:52.927781+0000 mgr.y (mgr.14142) 360 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:54.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:53 smithi153 bash[108194]: audit 2023-12-26T17:24:53.232653+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.1:0/3649547247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:24:54.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:53 smithi153 bash[108194]: audit 2023-12-26T17:24:53.513733+0000 mgr.y (mgr.14142) 361 : audit [DBG] from='client.24784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:24:55.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:55 smithi001 bash[111579]: cluster 2023-12-26T17:24:54.563905+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:55.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:55 smithi001 bash[108165]: cluster 2023-12-26T17:24:54.563905+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:55.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:55 smithi153 bash[108194]: cluster 2023-12-26T17:24:54.563905+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:57.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:56 smithi001 bash[108165]: cluster 2023-12-26T17:24:56.564566+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:57.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:56 smithi001 bash[111579]: cluster 2023-12-26T17:24:56.564566+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:57.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:56 smithi153 bash[108194]: cluster 2023-12-26T17:24:56.564566+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:59.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:24:58 smithi001 bash[111579]: cluster 2023-12-26T17:24:58.565004+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:59.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:24:58 smithi001 bash[108165]: cluster 2023-12-26T17:24:58.565004+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:24:59.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:24:58 smithi153 bash[108194]: cluster 2023-12-26T17:24:58.565004+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:01.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:00 smithi001 bash[111579]: cluster 2023-12-26T17:25:00.565521+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:01.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:00 smithi001 bash[108165]: cluster 2023-12-26T17:25:00.565521+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:01.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:00 smithi153 bash[108194]: cluster 2023-12-26T17:25:00.565521+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:03.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:02 smithi001 bash[111579]: cluster 2023-12-26T17:25:02.566256+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:03.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:02 smithi001 bash[108165]: cluster 2023-12-26T17:25:02.566256+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:03.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:02 smithi153 bash[108194]: cluster 2023-12-26T17:25:02.566256+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:05.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:05 smithi001 bash[111579]: cluster 2023-12-26T17:25:04.566857+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:05.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:05 smithi001 bash[108165]: cluster 2023-12-26T17:25:04.566857+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:05.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:05 smithi153 bash[108194]: cluster 2023-12-26T17:25:04.566857+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:07.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:06 smithi001 bash[111579]: cluster 2023-12-26T17:25:06.567569+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:07.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:06 smithi001 bash[108165]: cluster 2023-12-26T17:25:06.567569+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:07.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:06 smithi153 bash[108194]: cluster 2023-12-26T17:25:06.567569+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:09.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:08 smithi001 bash[111579]: cluster 2023-12-26T17:25:08.568106+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:09.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:08 smithi001 bash[108165]: cluster 2023-12-26T17:25:08.568106+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:09.085 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:08 smithi153 bash[108194]: cluster 2023-12-26T17:25:08.568106+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:11.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:10 smithi001 bash[111579]: cluster 2023-12-26T17:25:10.568679+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:11.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:10 smithi001 bash[108165]: cluster 2023-12-26T17:25:10.568679+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:11.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:10 smithi153 bash[108194]: cluster 2023-12-26T17:25:10.568679+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:13.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:12 smithi001 bash[111579]: cluster 2023-12-26T17:25:12.569312+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:12 smithi001 bash[108165]: cluster 2023-12-26T17:25:12.569312+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:13.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:12 smithi153 bash[108194]: cluster 2023-12-26T17:25:12.569312+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:15.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:15 smithi001 bash[108165]: cluster 2023-12-26T17:25:14.570099+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:15.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:15 smithi001 bash[111579]: cluster 2023-12-26T17:25:14.570099+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:15.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:15 smithi153 bash[108194]: cluster 2023-12-26T17:25:14.570099+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:17.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:16 smithi001 bash[111579]: cluster 2023-12-26T17:25:16.570819+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:17.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:16 smithi001 bash[108165]: cluster 2023-12-26T17:25:16.570819+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:17.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:16 smithi153 bash[108194]: cluster 2023-12-26T17:25:16.570819+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:19.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:18 smithi001 bash[111579]: cluster 2023-12-26T17:25:18.571388+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:19.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:18 smithi001 bash[108165]: cluster 2023-12-26T17:25:18.571388+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:19.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:18 smithi153 bash[108194]: cluster 2023-12-26T17:25:18.571388+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:21.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:20 smithi001 bash[111579]: cluster 2023-12-26T17:25:20.571957+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:21.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:20 smithi001 bash[108165]: cluster 2023-12-26T17:25:20.571957+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:21.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:20 smithi153 bash[108194]: cluster 2023-12-26T17:25:20.571957+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:23.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:22 smithi001 bash[111579]: cluster 2023-12-26T17:25:22.572557+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:23.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:22 smithi001 bash[108165]: cluster 2023-12-26T17:25:22.572557+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:23.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:22 smithi153 bash[108194]: cluster 2023-12-26T17:25:22.572557+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:23.819 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (10m) 7m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (10m) 7m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (8m) 6m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (9m) 7m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running - - 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running - - 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (8m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:25:24.370 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (8m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:25:24.371 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (7m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:25:24.371 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:25:24.371 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (7m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:25:24.371 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (7m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:25:24.371 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (6m) 6m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:25:24.371 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:25:24.672 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:25:24.672 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:25:24.672 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:25:24.673 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:25:24.954 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:25:24.954 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:25:24.954 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:25:24.954 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:25:24.955 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:25:24.955 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[111579]: audit 2023-12-26T17:25:23.808266+0000 mgr.y (mgr.14142) 377 : audit [DBG] from='client.24790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[111579]: audit 2023-12-26T17:25:24.090598+0000 mgr.y (mgr.14142) 378 : audit [DBG] from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[111579]: audit 2023-12-26T17:25:24.364032+0000 mgr.y (mgr.14142) 379 : audit [DBG] from='client.24802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[111579]: cluster 2023-12-26T17:25:24.573110+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[111579]: audit 2023-12-26T17:25:24.671972+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.1:0/3340365980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[108165]: audit 2023-12-26T17:25:23.808266+0000 mgr.y (mgr.14142) 377 : audit [DBG] from='client.24790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[108165]: audit 2023-12-26T17:25:24.090598+0000 mgr.y (mgr.14142) 378 : audit [DBG] from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[108165]: audit 2023-12-26T17:25:24.364032+0000 mgr.y (mgr.14142) 379 : audit [DBG] from='client.24802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[108165]: cluster 2023-12-26T17:25:24.573110+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:25 smithi001 bash[108165]: audit 2023-12-26T17:25:24.671972+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.1:0/3340365980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:25:25.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:25 smithi153 bash[108194]: audit 2023-12-26T17:25:23.808266+0000 mgr.y (mgr.14142) 377 : audit [DBG] from='client.24790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:25 smithi153 bash[108194]: audit 2023-12-26T17:25:24.090598+0000 mgr.y (mgr.14142) 378 : audit [DBG] from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:25 smithi153 bash[108194]: audit 2023-12-26T17:25:24.364032+0000 mgr.y (mgr.14142) 379 : audit [DBG] from='client.24802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:25.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:25 smithi153 bash[108194]: cluster 2023-12-26T17:25:24.573110+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:25.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:25 smithi153 bash[108194]: audit 2023-12-26T17:25:24.671972+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.1:0/3340365980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:25:26.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:26 smithi001 bash[108165]: audit 2023-12-26T17:25:24.953430+0000 mgr.y (mgr.14142) 381 : audit [DBG] from='client.24814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:26.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:26 smithi001 bash[111579]: audit 2023-12-26T17:25:24.953430+0000 mgr.y (mgr.14142) 381 : audit [DBG] from='client.24814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:26.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:26 smithi153 bash[108194]: audit 2023-12-26T17:25:24.953430+0000 mgr.y (mgr.14142) 381 : audit [DBG] from='client.24814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:27.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:27 smithi001 bash[111579]: cluster 2023-12-26T17:25:26.573776+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:27.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:27 smithi001 bash[108165]: cluster 2023-12-26T17:25:26.573776+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:27.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:27 smithi153 bash[108194]: cluster 2023-12-26T17:25:26.573776+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:28.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:25:27 smithi001 bash[128202]: time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:25:28.333 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:25:28 smithi153 bash[118650]: time="2023-12-26T17:25:28Z" 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" 2023-12-26T17:25:29.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:28 smithi001 bash[108165]: cluster 2023-12-26T17:25:28.574306+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:29.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:28 smithi001 bash[111579]: cluster 2023-12-26T17:25:28.574306+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:29.084 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:28 smithi153 bash[108194]: cluster 2023-12-26T17:25:28.574306+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:31.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:30 smithi001 bash[111579]: cluster 2023-12-26T17:25:30.575044+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:31.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:30 smithi001 bash[108165]: cluster 2023-12-26T17:25:30.575044+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:31.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:30 smithi153 bash[108194]: cluster 2023-12-26T17:25:30.575044+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:33.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:32 smithi001 bash[111579]: cluster 2023-12-26T17:25:32.575635+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:33.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:32 smithi001 bash[108165]: cluster 2023-12-26T17:25:32.575635+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:33.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:32 smithi153 bash[108194]: cluster 2023-12-26T17:25:32.575635+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:35.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:35 smithi001 bash[111579]: cluster 2023-12-26T17:25:34.576340+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:35.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:35 smithi001 bash[108165]: cluster 2023-12-26T17:25:34.576340+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:35.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:35 smithi153 bash[108194]: cluster 2023-12-26T17:25:34.576340+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:37.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:36 smithi001 bash[111579]: cluster 2023-12-26T17:25:36.576983+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:37.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:36 smithi001 bash[108165]: cluster 2023-12-26T17:25:36.576983+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:37.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:36 smithi153 bash[108194]: cluster 2023-12-26T17:25:36.576983+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:39.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:38 smithi001 bash[111579]: cluster 2023-12-26T17:25:38.577442+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:39.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:38 smithi001 bash[108165]: cluster 2023-12-26T17:25:38.577442+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:39.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:38 smithi153 bash[108194]: cluster 2023-12-26T17:25:38.577442+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:41.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:40 smithi001 bash[111579]: cluster 2023-12-26T17:25:40.577947+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:41.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:40 smithi001 bash[108165]: cluster 2023-12-26T17:25:40.577947+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:41.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:40 smithi153 bash[108194]: cluster 2023-12-26T17:25:40.577947+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:43.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:42 smithi001 bash[111579]: cluster 2023-12-26T17:25:42.578510+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:43.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:42 smithi001 bash[108165]: cluster 2023-12-26T17:25:42.578510+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:43.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:42 smithi153 bash[108194]: cluster 2023-12-26T17:25:42.578510+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:45.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:45 smithi001 bash[111579]: cluster 2023-12-26T17:25:44.579083+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:45.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:45 smithi001 bash[108165]: cluster 2023-12-26T17:25:44.579083+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:45.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:45 smithi153 bash[108194]: cluster 2023-12-26T17:25:44.579083+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:47.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:46 smithi001 bash[111579]: cluster 2023-12-26T17:25:46.579660+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:47.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:46 smithi001 bash[108165]: cluster 2023-12-26T17:25:46.579660+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:47.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:46 smithi153 bash[108194]: cluster 2023-12-26T17:25:46.579660+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:49.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:48 smithi001 bash[111579]: cluster 2023-12-26T17:25:48.580185+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:49.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:48 smithi001 bash[108165]: cluster 2023-12-26T17:25:48.580185+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:49.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:48 smithi153 bash[108194]: cluster 2023-12-26T17:25:48.580185+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:51.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:50 smithi001 bash[108165]: cluster 2023-12-26T17:25:50.580992+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:51.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:50 smithi001 bash[111579]: cluster 2023-12-26T17:25:50.580992+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:51.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:50 smithi153 bash[108194]: cluster 2023-12-26T17:25:50.580992+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:53.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:52 smithi001 bash[111579]: cluster 2023-12-26T17:25:52.581663+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:53.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:52 smithi001 bash[108165]: cluster 2023-12-26T17:25:52.581663+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:53.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:52 smithi153 bash[108194]: cluster 2023-12-26T17:25:52.581663+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:55.260 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:25:55.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:55 smithi001 bash[111579]: cluster 2023-12-26T17:25:54.582174+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:55.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:55 smithi001 bash[108165]: cluster 2023-12-26T17:25:54.582174+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:55.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:55 smithi153 bash[108194]: cluster 2023-12-26T17:25:54.582174+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (9m) 7m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (10m) 8m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (10m) 8m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (9m) 7m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (9m) 8m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running - - 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running - - 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (8m) 8m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (8m) 8m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (8m) 8m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (8m) 8m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:25:55.808 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (7m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:25:55.809 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:25:55.809 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:25:55.809 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:25:56.110 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:25:56.111 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:25:56.112 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:25:56.112 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:25:56.112 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:25:56.392 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:25:56.392 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:25:56.393 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:25:56.393 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:25:56.393 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:25:56.393 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:25:56.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:56 smithi001 bash[111579]: audit 2023-12-26T17:25:55.249153+0000 mgr.y (mgr.14142) 397 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:56.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:56 smithi001 bash[111579]: audit 2023-12-26T17:25:55.531444+0000 mgr.y (mgr.14142) 398 : audit [DBG] from='client.14895 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:56.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:56 smithi001 bash[111579]: audit 2023-12-26T17:25:56.110721+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.1:0/3773940246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:25:56.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:56 smithi001 bash[108165]: audit 2023-12-26T17:25:55.249153+0000 mgr.y (mgr.14142) 397 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:56.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:56 smithi001 bash[108165]: audit 2023-12-26T17:25:55.531444+0000 mgr.y (mgr.14142) 398 : audit [DBG] from='client.14895 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:56.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:56 smithi001 bash[108165]: audit 2023-12-26T17:25:56.110721+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.1:0/3773940246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:25:56.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:56 smithi153 bash[108194]: audit 2023-12-26T17:25:55.249153+0000 mgr.y (mgr.14142) 397 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:56.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:56 smithi153 bash[108194]: audit 2023-12-26T17:25:55.531444+0000 mgr.y (mgr.14142) 398 : audit [DBG] from='client.14895 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:56.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:56 smithi153 bash[108194]: audit 2023-12-26T17:25:56.110721+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.1:0/3773940246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:25:57.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:57 smithi001 bash[111579]: audit 2023-12-26T17:25:55.805062+0000 mgr.y (mgr.14142) 399 : audit [DBG] from='client.14901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:57.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:57 smithi001 bash[111579]: audit 2023-12-26T17:25:56.392077+0000 mgr.y (mgr.14142) 400 : audit [DBG] from='client.24844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:57.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:57 smithi001 bash[111579]: cluster 2023-12-26T17:25:56.582678+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:57.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:57 smithi001 bash[108165]: audit 2023-12-26T17:25:55.805062+0000 mgr.y (mgr.14142) 399 : audit [DBG] from='client.14901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:57.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:57 smithi001 bash[108165]: audit 2023-12-26T17:25:56.392077+0000 mgr.y (mgr.14142) 400 : audit [DBG] from='client.24844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:57.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:57 smithi001 bash[108165]: cluster 2023-12-26T17:25:56.582678+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:57.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:57 smithi153 bash[108194]: audit 2023-12-26T17:25:55.805062+0000 mgr.y (mgr.14142) 399 : audit [DBG] from='client.14901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:57.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:57 smithi153 bash[108194]: audit 2023-12-26T17:25:56.392077+0000 mgr.y (mgr.14142) 400 : audit [DBG] from='client.24844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:25:57.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:57 smithi153 bash[108194]: cluster 2023-12-26T17:25:56.582678+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:59.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:25:58 smithi001 bash[111579]: cluster 2023-12-26T17:25:58.583383+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:59.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:25:58 smithi001 bash[108165]: cluster 2023-12-26T17:25:58.583383+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:25:59.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:25:58 smithi153 bash[108194]: cluster 2023-12-26T17:25:58.583383+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:01.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:00 smithi001 bash[111579]: cluster 2023-12-26T17:26:00.584031+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:01.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:00 smithi001 bash[108165]: cluster 2023-12-26T17:26:00.584031+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:01.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:00 smithi153 bash[108194]: cluster 2023-12-26T17:26:00.584031+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:03.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:02 smithi001 bash[111579]: cluster 2023-12-26T17:26:02.584579+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:03.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:02 smithi001 bash[108165]: cluster 2023-12-26T17:26:02.584579+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:03.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:02 smithi153 bash[108194]: cluster 2023-12-26T17:26:02.584579+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:05.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[111579]: cluster 2023-12-26T17:26:04.585120+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:05.323 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[128202]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:26:05.323 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[128202]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:26:05.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108165]: cluster 2023-12-26T17:26:04.585120+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:05.499 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[108194]: cluster 2023-12-26T17:26:04.585120+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:05.780 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[118650]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:26:05.780 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[118650]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:26:05.823 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: debug 2023-12-26T17:26:05.403+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:05.823 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:05.823 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:05.823 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:05.823 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:05.824 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:05.824 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[128202]: Error: 3 errors occurred while pulling: 2023-12-26T17:26:05.824 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[128202]: * 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 2023-12-26T17:26:05.825 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[128202]: * 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 2023-12-26T17:26:05.825 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[128202]: * 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 2023-12-26T17:26:05.825 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:26:05.825 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:05 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: 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 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: 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 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: 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 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:05.826 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:05.827 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:05.828 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: 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 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: 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 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: 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 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:26:05.829 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:26:05 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.082 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[118650]: Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.083 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[118650]: * 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 2023-12-26T17:26:06.083 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[118650]: * 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 2023-12-26T17:26:06.083 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 bash[118650]: * 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 2023-12-26T17:26:06.083 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:26:06.083 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:05 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-26T17:26:06.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: cephadm 2023-12-26T17:26:05.403931+0000 mgr.y (mgr.14142) 406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:06.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: cephadm 2023-12-26T17:26:05.403931+0000 mgr.y (mgr.14142) 406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:06.576 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:26:06.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: cephadm 2023-12-26T17:26:05.404040+0000 mgr.y (mgr.14142) 407 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: cephadm 2023-12-26T17:26:05.404040+0000 mgr.y (mgr.14142) 407 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.582 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: 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 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.584 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: audit 2023-12-26T17:26:05.503605+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnjd5YUI1DdYFmpjP9SdkNMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjI2MTcyNjA1WhcN\nMzMxMjIzMTcyNjA1WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvftQNBiNjZC4Y+tHCH2V\nFkppA2Cmbzy/Bz9sFdk4649te98igG9JBhhjWcTjJ9Ws1zgz8TdMqcOszXsvezUZ\njuWX4T+WpM0WijlTq1YfQ9lAS3G/oFpsmE/DLf9y4lKV0KYhEso4dqtN34eXDRor\nMqYtpSXBYb8tG9mqKMDOJlolKXJHCEz3LhAIaTW4H9pc5/M4AoiR8u8LtIioDhv0\nuCL+r10Qg10PFcurC7pEBqTvNcMpiAmnCsr5F/bmEj6BZTWc1FRdRIoW6yPx+B7V\n3FXvXRq+s182WfkgK+NmRSkn6ZAXG3unja0YrbySLQzLp+04+lgu1SfoBZc9t5Hb\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAritnKIzm8LHbfGuo3OrqU++S8AUtU\nR8u+d+qy5vRtB7RD/TkuT8RTiWIhOoMEZstyvwnbu6IG0GmqufhN6QfGwbo5/bz4\n3KqIm6DQfewdhHZg+0miLMnE0KR65kYCIUOttKMwkbccAS9xunfdw3g/p7e16l2h\nVTU6IIauGUKcMwOF7O5fV9ond+09ZZgWJyTKT4qCRZW6uZZ1yo5pywmHzB5QrzZz\ne4Ab1DBHVy2Os4ZqoJ1bfDQAunf7ZXXKoX9ID7G6DGHwkMO36xX5ASbqQhmyeQte\nw/hkUQyX+xGo8OgJWEw4+zl1JrQ2o/swRoEbQl1CBubqCS/GhwGp+yZb\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: audit 2023-12-26T17:26:05.506438+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnjd5YUI1DdYFmpjP9SdkNMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjI2MTcyNjA1WhcN\nMzMxMjIzMTcyNjA1WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvftQNBiNjZC4Y+tHCH2V\nFkppA2Cmbzy/Bz9sFdk4649te98igG9JBhhjWcTjJ9Ws1zgz8TdMqcOszXsvezUZ\njuWX4T+WpM0WijlTq1YfQ9lAS3G/oFpsmE/DLf9y4lKV0KYhEso4dqtN34eXDRor\nMqYtpSXBYb8tG9mqKMDOJlolKXJHCEz3LhAIaTW4H9pc5/M4AoiR8u8LtIioDhv0\nuCL+r10Qg10PFcurC7pEBqTvNcMpiAmnCsr5F/bmEj6BZTWc1FRdRIoW6yPx+B7V\n3FXvXRq+s182WfkgK+NmRSkn6ZAXG3unja0YrbySLQzLp+04+lgu1SfoBZc9t5Hb\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAritnKIzm8LHbfGuo3OrqU++S8AUtU\nR8u+d+qy5vRtB7RD/TkuT8RTiWIhOoMEZstyvwnbu6IG0GmqufhN6QfGwbo5/bz4\n3KqIm6DQfewdhHZg+0miLMnE0KR65kYCIUOttKMwkbccAS9xunfdw3g/p7e16l2h\nVTU6IIauGUKcMwOF7O5fV9ond+09ZZgWJyTKT4qCRZW6uZZ1yo5pywmHzB5QrzZz\ne4Ab1DBHVy2Os4ZqoJ1bfDQAunf7ZXXKoX9ID7G6DGHwkMO36xX5ASbqQhmyeQte\nw/hkUQyX+xGo8OgJWEw4+zl1JrQ2o/swRoEbQl1CBubqCS/GhwGp+yZb\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: 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 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:26:06.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: audit 2023-12-26T17:26:05.503605+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnjd5YUI1DdYFmpjP9SdkNMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjI2MTcyNjA1WhcN\nMzMxMjIzMTcyNjA1WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvftQNBiNjZC4Y+tHCH2V\nFkppA2Cmbzy/Bz9sFdk4649te98igG9JBhhjWcTjJ9Ws1zgz8TdMqcOszXsvezUZ\njuWX4T+WpM0WijlTq1YfQ9lAS3G/oFpsmE/DLf9y4lKV0KYhEso4dqtN34eXDRor\nMqYtpSXBYb8tG9mqKMDOJlolKXJHCEz3LhAIaTW4H9pc5/M4AoiR8u8LtIioDhv0\nuCL+r10Qg10PFcurC7pEBqTvNcMpiAmnCsr5F/bmEj6BZTWc1FRdRIoW6yPx+B7V\n3FXvXRq+s182WfkgK+NmRSkn6ZAXG3unja0YrbySLQzLp+04+lgu1SfoBZc9t5Hb\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAritnKIzm8LHbfGuo3OrqU++S8AUtU\nR8u+d+qy5vRtB7RD/TkuT8RTiWIhOoMEZstyvwnbu6IG0GmqufhN6QfGwbo5/bz4\n3KqIm6DQfewdhHZg+0miLMnE0KR65kYCIUOttKMwkbccAS9xunfdw3g/p7e16l2h\nVTU6IIauGUKcMwOF7O5fV9ond+09ZZgWJyTKT4qCRZW6uZZ1yo5pywmHzB5QrzZz\ne4Ab1DBHVy2Os4ZqoJ1bfDQAunf7ZXXKoX9ID7G6DGHwkMO36xX5ASbqQhmyeQte\nw/hkUQyX+xGo8OgJWEw4+zl1JrQ2o/swRoEbQl1CBubqCS/GhwGp+yZb\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: audit 2023-12-26T17:26:05.506438+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnjd5YUI1DdYFmpjP9SdkNMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjI2MTcyNjA1WhcN\nMzMxMjIzMTcyNjA1WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvftQNBiNjZC4Y+tHCH2V\nFkppA2Cmbzy/Bz9sFdk4649te98igG9JBhhjWcTjJ9Ws1zgz8TdMqcOszXsvezUZ\njuWX4T+WpM0WijlTq1YfQ9lAS3G/oFpsmE/DLf9y4lKV0KYhEso4dqtN34eXDRor\nMqYtpSXBYb8tG9mqKMDOJlolKXJHCEz3LhAIaTW4H9pc5/M4AoiR8u8LtIioDhv0\nuCL+r10Qg10PFcurC7pEBqTvNcMpiAmnCsr5F/bmEj6BZTWc1FRdRIoW6yPx+B7V\n3FXvXRq+s182WfkgK+NmRSkn6ZAXG3unja0YrbySLQzLp+04+lgu1SfoBZc9t5Hb\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAritnKIzm8LHbfGuo3OrqU++S8AUtU\nR8u+d+qy5vRtB7RD/TkuT8RTiWIhOoMEZstyvwnbu6IG0GmqufhN6QfGwbo5/bz4\n3KqIm6DQfewdhHZg+0miLMnE0KR65kYCIUOttKMwkbccAS9xunfdw3g/p7e16l2h\nVTU6IIauGUKcMwOF7O5fV9ond+09ZZgWJyTKT4qCRZW6uZZ1yo5pywmHzB5QrzZz\ne4Ab1DBHVy2Os4ZqoJ1bfDQAunf7ZXXKoX9ID7G6DGHwkMO36xX5ASbqQhmyeQte\nw/hkUQyX+xGo8OgJWEw4+zl1JrQ2o/swRoEbQl1CBubqCS/GhwGp+yZb\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: audit 2023-12-26T17:26:05.506913+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9+1A0GI2NkLhj\n60cIfZUWSmkDYKZvPL8HP2wV2Tjrj2173yKAb0kGGGNZxOMn1azXODPxN0ypw6zN\ney97NRmO5ZfhP5akzRaKOVOrVh9D2UBLcb+gWmyYT8Mt/3LiUpXQpiESyjh2q03f\nh5cNGisypi2lJcFhvy0b2aoowM4mWiUpckcITPcuEAhpNbgf2lzn8zgCiJHy7wu0\niKgOG/S4Iv6vXRCDXQ8Vy6sLukQGpO81wymICacKyvkX9uYSPoFlNZzUVF1Eihbr\nI/H4HtXcVe9dGr6zXzZZ+SAr42ZFKSfpkBcbe6eNrRitvJItDMun7Tj6WC7VJ+gF\nlz23kdt/AgMBAAECggEAfAHA1mB4dUFTupTmptoiKIylgzjhKpbCMl7plFFX4Bqc\n4lBB2wfI6JuergfgJi5JRao/7WGlPuKktvODiK6eYjHnM3YoRKZB4jONM7dhbQ4v\n847qACdF3x2hTzMAsE4r0CfASt2IgZ1LlW6R4FGGhOcHwFampcD+FsG7WiKP7WOl\ntcW7kvsJhyXl091HFx0ZjF5Wt7tM182BTsiHMzVEigO9yyPOCmZL1btdQHPlLRuh\nOB3/wOHhPJ/qFxqZ44QEWBE1YqTfjKPHEoFt1XqP6Y2DXxgBa6PojdwXpcKqeSb0\nVK7fhM8ABvFkL99v/G74PlcVr+j0aNtRTVNxEPtRgQKBgQDoZaP33W5WIzY7a7Kj\nDoA1xOqi8zka1gDVeVmSwpaa+b26lr9tI3rYXceujPG+tUlB+iB0gOtktAy0OYAE\nwbIpOq43j53V3bd8hD5+prT9NkwdCaLVlS3DlNHx31IGZ6P/CIuIoNa0EwX0Xmhe\nV4HVYXfnX6U0imrq9Knxbt/cIQKBgQDRRt4EJJgnZxXm7ZMy0d5hP5d4jL41eDz4\nvvL20vf6Gwg74Vu+OCIjNaUCHBT6v9ZFVWWkrFZYFURmE4SN85NMkWETKd2R46MT\nrgYQNg/9CG/ivlptr6dT2y8F+ik4iXqYJ6BXQdBC1RenSdyHENST7pZsmZH6V0h7\nzLBEUnvDnwKBgA+JA94E6mRNtElimK13wbBWeozsD2ww1BtxIkDCS0kO2tUHUMKd\n9Y9TLY8Ikvx5p+0GKHdBSvsPYi4GDf3DaQKCjrTeH+H1EVf8iyTyRfULVSk3xK/c\nahPB9griL9yHvxnEW3eFsPSWtPYx/W4ZEW/PNTG9XhDWE/Gi611dWQ+hAoGBAL62\nER6/ZnUJ6RivyeOXA0umEtgFklTRxOZ9xJYPvXGLbt56yQs4xktF2KBqjOfRKGe4\noc8GSg0tHE7VXIerv8EX/tni3grT4knN3bKqQbm6FZQRGgE5AIhXhquwxB3EkxbT\njbfWvv4YiNynX7MqMD67PxOqgzAamHBRIRSyAh1LAoGAPwX0SyWQVBFazRyDnCs3\nS3fkElk2RXi6arW0hQFXijd1YmMEEFFDJKLJxGh0+rpulIb0NvPKrNJ5ZFAmeyLj\nrdMr4Or4Y10DSWYCIqi0tEZ8KtjO+lo/H5eSzORsXb0Ph2dXAx90oW8iTvhl9zGf\nk9S1pJssyMMB9guuIt1wXxM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: audit 2023-12-26T17:26:05.508917+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9+1A0GI2NkLhj\n60cIfZUWSmkDYKZvPL8HP2wV2Tjrj2173yKAb0kGGGNZxOMn1azXODPxN0ypw6zN\ney97NRmO5ZfhP5akzRaKOVOrVh9D2UBLcb+gWmyYT8Mt/3LiUpXQpiESyjh2q03f\nh5cNGisypi2lJcFhvy0b2aoowM4mWiUpckcITPcuEAhpNbgf2lzn8zgCiJHy7wu0\niKgOG/S4Iv6vXRCDXQ8Vy6sLukQGpO81wymICacKyvkX9uYSPoFlNZzUVF1Eihbr\nI/H4HtXcVe9dGr6zXzZZ+SAr42ZFKSfpkBcbe6eNrRitvJItDMun7Tj6WC7VJ+gF\nlz23kdt/AgMBAAECggEAfAHA1mB4dUFTupTmptoiKIylgzjhKpbCMl7plFFX4Bqc\n4lBB2wfI6JuergfgJi5JRao/7WGlPuKktvODiK6eYjHnM3YoRKZB4jONM7dhbQ4v\n847qACdF3x2hTzMAsE4r0CfASt2IgZ1LlW6R4FGGhOcHwFampcD+FsG7WiKP7WOl\ntcW7kvsJhyXl091HFx0ZjF5Wt7tM182BTsiHMzVEigO9yyPOCmZL1btdQHPlLRuh\nOB3/wOHhPJ/qFxqZ44QEWBE1YqTfjKPHEoFt1XqP6Y2DXxgBa6PojdwXpcKqeSb0\nVK7fhM8ABvFkL99v/G74PlcVr+j0aNtRTVNxEPtRgQKBgQDoZaP33W5WIzY7a7Kj\nDoA1xOqi8zka1gDVeVmSwpaa+b26lr9tI3rYXceujPG+tUlB+iB0gOtktAy0OYAE\nwbIpOq43j53V3bd8hD5+prT9NkwdCaLVlS3DlNHx31IGZ6P/CIuIoNa0EwX0Xmhe\nV4HVYXfnX6U0imrq9Knxbt/cIQKBgQDRRt4EJJgnZxXm7ZMy0d5hP5d4jL41eDz4\nvvL20vf6Gwg74Vu+OCIjNaUCHBT6v9ZFVWWkrFZYFURmE4SN85NMkWETKd2R46MT\nrgYQNg/9CG/ivlptr6dT2y8F+ik4iXqYJ6BXQdBC1RenSdyHENST7pZsmZH6V0h7\nzLBEUnvDnwKBgA+JA94E6mRNtElimK13wbBWeozsD2ww1BtxIkDCS0kO2tUHUMKd\n9Y9TLY8Ikvx5p+0GKHdBSvsPYi4GDf3DaQKCjrTeH+H1EVf8iyTyRfULVSk3xK/c\nahPB9griL9yHvxnEW3eFsPSWtPYx/W4ZEW/PNTG9XhDWE/Gi611dWQ+hAoGBAL62\nER6/ZnUJ6RivyeOXA0umEtgFklTRxOZ9xJYPvXGLbt56yQs4xktF2KBqjOfRKGe4\noc8GSg0tHE7VXIerv8EX/tni3grT4knN3bKqQbm6FZQRGgE5AIhXhquwxB3EkxbT\njbfWvv4YiNynX7MqMD67PxOqgzAamHBRIRSyAh1LAoGAPwX0SyWQVBFazRyDnCs3\nS3fkElk2RXi6arW0hQFXijd1YmMEEFFDJKLJxGh0+rpulIb0NvPKrNJ5ZFAmeyLj\nrdMr4Or4Y10DSWYCIqi0tEZ8KtjO+lo/H5eSzORsXb0Ph2dXAx90oW8iTvhl9zGf\nk9S1pJssyMMB9guuIt1wXxM=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:26:06.586 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[108165]: cephadm 2023-12-26T17:26:05.509409+0000 mgr.y (mgr.14142) 408 : cephadm [INF] Deploying daemon grafana.a on smithi153 2023-12-26T17:26:06.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: audit 2023-12-26T17:26:05.506913+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9+1A0GI2NkLhj\n60cIfZUWSmkDYKZvPL8HP2wV2Tjrj2173yKAb0kGGGNZxOMn1azXODPxN0ypw6zN\ney97NRmO5ZfhP5akzRaKOVOrVh9D2UBLcb+gWmyYT8Mt/3LiUpXQpiESyjh2q03f\nh5cNGisypi2lJcFhvy0b2aoowM4mWiUpckcITPcuEAhpNbgf2lzn8zgCiJHy7wu0\niKgOG/S4Iv6vXRCDXQ8Vy6sLukQGpO81wymICacKyvkX9uYSPoFlNZzUVF1Eihbr\nI/H4HtXcVe9dGr6zXzZZ+SAr42ZFKSfpkBcbe6eNrRitvJItDMun7Tj6WC7VJ+gF\nlz23kdt/AgMBAAECggEAfAHA1mB4dUFTupTmptoiKIylgzjhKpbCMl7plFFX4Bqc\n4lBB2wfI6JuergfgJi5JRao/7WGlPuKktvODiK6eYjHnM3YoRKZB4jONM7dhbQ4v\n847qACdF3x2hTzMAsE4r0CfASt2IgZ1LlW6R4FGGhOcHwFampcD+FsG7WiKP7WOl\ntcW7kvsJhyXl091HFx0ZjF5Wt7tM182BTsiHMzVEigO9yyPOCmZL1btdQHPlLRuh\nOB3/wOHhPJ/qFxqZ44QEWBE1YqTfjKPHEoFt1XqP6Y2DXxgBa6PojdwXpcKqeSb0\nVK7fhM8ABvFkL99v/G74PlcVr+j0aNtRTVNxEPtRgQKBgQDoZaP33W5WIzY7a7Kj\nDoA1xOqi8zka1gDVeVmSwpaa+b26lr9tI3rYXceujPG+tUlB+iB0gOtktAy0OYAE\nwbIpOq43j53V3bd8hD5+prT9NkwdCaLVlS3DlNHx31IGZ6P/CIuIoNa0EwX0Xmhe\nV4HVYXfnX6U0imrq9Knxbt/cIQKBgQDRRt4EJJgnZxXm7ZMy0d5hP5d4jL41eDz4\nvvL20vf6Gwg74Vu+OCIjNaUCHBT6v9ZFVWWkrFZYFURmE4SN85NMkWETKd2R46MT\nrgYQNg/9CG/ivlptr6dT2y8F+ik4iXqYJ6BXQdBC1RenSdyHENST7pZsmZH6V0h7\nzLBEUnvDnwKBgA+JA94E6mRNtElimK13wbBWeozsD2ww1BtxIkDCS0kO2tUHUMKd\n9Y9TLY8Ikvx5p+0GKHdBSvsPYi4GDf3DaQKCjrTeH+H1EVf8iyTyRfULVSk3xK/c\nahPB9griL9yHvxnEW3eFsPSWtPYx/W4ZEW/PNTG9XhDWE/Gi611dWQ+hAoGBAL62\nER6/ZnUJ6RivyeOXA0umEtgFklTRxOZ9xJYPvXGLbt56yQs4xktF2KBqjOfRKGe4\noc8GSg0tHE7VXIerv8EX/tni3grT4knN3bKqQbm6FZQRGgE5AIhXhquwxB3EkxbT\njbfWvv4YiNynX7MqMD67PxOqgzAamHBRIRSyAh1LAoGAPwX0SyWQVBFazRyDnCs3\nS3fkElk2RXi6arW0hQFXijd1YmMEEFFDJKLJxGh0+rpulIb0NvPKrNJ5ZFAmeyLj\nrdMr4Or4Y10DSWYCIqi0tEZ8KtjO+lo/H5eSzORsXb0Ph2dXAx90oW8iTvhl9zGf\nk9S1pJssyMMB9guuIt1wXxM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:26:06.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: audit 2023-12-26T17:26:05.508917+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9+1A0GI2NkLhj\n60cIfZUWSmkDYKZvPL8HP2wV2Tjrj2173yKAb0kGGGNZxOMn1azXODPxN0ypw6zN\ney97NRmO5ZfhP5akzRaKOVOrVh9D2UBLcb+gWmyYT8Mt/3LiUpXQpiESyjh2q03f\nh5cNGisypi2lJcFhvy0b2aoowM4mWiUpckcITPcuEAhpNbgf2lzn8zgCiJHy7wu0\niKgOG/S4Iv6vXRCDXQ8Vy6sLukQGpO81wymICacKyvkX9uYSPoFlNZzUVF1Eihbr\nI/H4HtXcVe9dGr6zXzZZ+SAr42ZFKSfpkBcbe6eNrRitvJItDMun7Tj6WC7VJ+gF\nlz23kdt/AgMBAAECggEAfAHA1mB4dUFTupTmptoiKIylgzjhKpbCMl7plFFX4Bqc\n4lBB2wfI6JuergfgJi5JRao/7WGlPuKktvODiK6eYjHnM3YoRKZB4jONM7dhbQ4v\n847qACdF3x2hTzMAsE4r0CfASt2IgZ1LlW6R4FGGhOcHwFampcD+FsG7WiKP7WOl\ntcW7kvsJhyXl091HFx0ZjF5Wt7tM182BTsiHMzVEigO9yyPOCmZL1btdQHPlLRuh\nOB3/wOHhPJ/qFxqZ44QEWBE1YqTfjKPHEoFt1XqP6Y2DXxgBa6PojdwXpcKqeSb0\nVK7fhM8ABvFkL99v/G74PlcVr+j0aNtRTVNxEPtRgQKBgQDoZaP33W5WIzY7a7Kj\nDoA1xOqi8zka1gDVeVmSwpaa+b26lr9tI3rYXceujPG+tUlB+iB0gOtktAy0OYAE\nwbIpOq43j53V3bd8hD5+prT9NkwdCaLVlS3DlNHx31IGZ6P/CIuIoNa0EwX0Xmhe\nV4HVYXfnX6U0imrq9Knxbt/cIQKBgQDRRt4EJJgnZxXm7ZMy0d5hP5d4jL41eDz4\nvvL20vf6Gwg74Vu+OCIjNaUCHBT6v9ZFVWWkrFZYFURmE4SN85NMkWETKd2R46MT\nrgYQNg/9CG/ivlptr6dT2y8F+ik4iXqYJ6BXQdBC1RenSdyHENST7pZsmZH6V0h7\nzLBEUnvDnwKBgA+JA94E6mRNtElimK13wbBWeozsD2ww1BtxIkDCS0kO2tUHUMKd\n9Y9TLY8Ikvx5p+0GKHdBSvsPYi4GDf3DaQKCjrTeH+H1EVf8iyTyRfULVSk3xK/c\nahPB9griL9yHvxnEW3eFsPSWtPYx/W4ZEW/PNTG9XhDWE/Gi611dWQ+hAoGBAL62\nER6/ZnUJ6RivyeOXA0umEtgFklTRxOZ9xJYPvXGLbt56yQs4xktF2KBqjOfRKGe4\noc8GSg0tHE7VXIerv8EX/tni3grT4knN3bKqQbm6FZQRGgE5AIhXhquwxB3EkxbT\njbfWvv4YiNynX7MqMD67PxOqgzAamHBRIRSyAh1LAoGAPwX0SyWQVBFazRyDnCs3\nS3fkElk2RXi6arW0hQFXijd1YmMEEFFDJKLJxGh0+rpulIb0NvPKrNJ5ZFAmeyLj\nrdMr4Or4Y10DSWYCIqi0tEZ8KtjO+lo/H5eSzORsXb0Ph2dXAx90oW8iTvhl9zGf\nk9S1pJssyMMB9guuIt1wXxM=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:26:06.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:06 smithi001 bash[111579]: cephadm 2023-12-26T17:26:05.509409+0000 mgr.y (mgr.14142) 408 : cephadm [INF] Deploying daemon grafana.a on smithi153 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: cephadm 2023-12-26T17:26:05.403931+0000 mgr.y (mgr.14142) 406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: cephadm 2023-12-26T17:26:05.404040+0000 mgr.y (mgr.14142) 407 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:26:06.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:12Z" 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" 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:24:50Z" 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" 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:25:27Z" 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" 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: 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 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:26:06.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: audit 2023-12-26T17:26:05.503605+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnjd5YUI1DdYFmpjP9SdkNMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjI2MTcyNjA1WhcN\nMzMxMjIzMTcyNjA1WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvftQNBiNjZC4Y+tHCH2V\nFkppA2Cmbzy/Bz9sFdk4649te98igG9JBhhjWcTjJ9Ws1zgz8TdMqcOszXsvezUZ\njuWX4T+WpM0WijlTq1YfQ9lAS3G/oFpsmE/DLf9y4lKV0KYhEso4dqtN34eXDRor\nMqYtpSXBYb8tG9mqKMDOJlolKXJHCEz3LhAIaTW4H9pc5/M4AoiR8u8LtIioDhv0\nuCL+r10Qg10PFcurC7pEBqTvNcMpiAmnCsr5F/bmEj6BZTWc1FRdRIoW6yPx+B7V\n3FXvXRq+s182WfkgK+NmRSkn6ZAXG3unja0YrbySLQzLp+04+lgu1SfoBZc9t5Hb\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAritnKIzm8LHbfGuo3OrqU++S8AUtU\nR8u+d+qy5vRtB7RD/TkuT8RTiWIhOoMEZstyvwnbu6IG0GmqufhN6QfGwbo5/bz4\n3KqIm6DQfewdhHZg+0miLMnE0KR65kYCIUOttKMwkbccAS9xunfdw3g/p7e16l2h\nVTU6IIauGUKcMwOF7O5fV9ond+09ZZgWJyTKT4qCRZW6uZZ1yo5pywmHzB5QrzZz\ne4Ab1DBHVy2Os4ZqoJ1bfDQAunf7ZXXKoX9ID7G6DGHwkMO36xX5ASbqQhmyeQte\nw/hkUQyX+xGo8OgJWEw4+zl1JrQ2o/swRoEbQl1CBubqCS/GhwGp+yZb\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: audit 2023-12-26T17:26:05.506438+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnjd5YUI1DdYFmpjP9SdkNMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjI2MTcyNjA1WhcN\nMzMxMjIzMTcyNjA1WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvftQNBiNjZC4Y+tHCH2V\nFkppA2Cmbzy/Bz9sFdk4649te98igG9JBhhjWcTjJ9Ws1zgz8TdMqcOszXsvezUZ\njuWX4T+WpM0WijlTq1YfQ9lAS3G/oFpsmE/DLf9y4lKV0KYhEso4dqtN34eXDRor\nMqYtpSXBYb8tG9mqKMDOJlolKXJHCEz3LhAIaTW4H9pc5/M4AoiR8u8LtIioDhv0\nuCL+r10Qg10PFcurC7pEBqTvNcMpiAmnCsr5F/bmEj6BZTWc1FRdRIoW6yPx+B7V\n3FXvXRq+s182WfkgK+NmRSkn6ZAXG3unja0YrbySLQzLp+04+lgu1SfoBZc9t5Hb\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAritnKIzm8LHbfGuo3OrqU++S8AUtU\nR8u+d+qy5vRtB7RD/TkuT8RTiWIhOoMEZstyvwnbu6IG0GmqufhN6QfGwbo5/bz4\n3KqIm6DQfewdhHZg+0miLMnE0KR65kYCIUOttKMwkbccAS9xunfdw3g/p7e16l2h\nVTU6IIauGUKcMwOF7O5fV9ond+09ZZgWJyTKT4qCRZW6uZZ1yo5pywmHzB5QrzZz\ne4Ab1DBHVy2Os4ZqoJ1bfDQAunf7ZXXKoX9ID7G6DGHwkMO36xX5ASbqQhmyeQte\nw/hkUQyX+xGo8OgJWEw4+zl1JrQ2o/swRoEbQl1CBubqCS/GhwGp+yZb\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: audit 2023-12-26T17:26:05.506913+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9+1A0GI2NkLhj\n60cIfZUWSmkDYKZvPL8HP2wV2Tjrj2173yKAb0kGGGNZxOMn1azXODPxN0ypw6zN\ney97NRmO5ZfhP5akzRaKOVOrVh9D2UBLcb+gWmyYT8Mt/3LiUpXQpiESyjh2q03f\nh5cNGisypi2lJcFhvy0b2aoowM4mWiUpckcITPcuEAhpNbgf2lzn8zgCiJHy7wu0\niKgOG/S4Iv6vXRCDXQ8Vy6sLukQGpO81wymICacKyvkX9uYSPoFlNZzUVF1Eihbr\nI/H4HtXcVe9dGr6zXzZZ+SAr42ZFKSfpkBcbe6eNrRitvJItDMun7Tj6WC7VJ+gF\nlz23kdt/AgMBAAECggEAfAHA1mB4dUFTupTmptoiKIylgzjhKpbCMl7plFFX4Bqc\n4lBB2wfI6JuergfgJi5JRao/7WGlPuKktvODiK6eYjHnM3YoRKZB4jONM7dhbQ4v\n847qACdF3x2hTzMAsE4r0CfASt2IgZ1LlW6R4FGGhOcHwFampcD+FsG7WiKP7WOl\ntcW7kvsJhyXl091HFx0ZjF5Wt7tM182BTsiHMzVEigO9yyPOCmZL1btdQHPlLRuh\nOB3/wOHhPJ/qFxqZ44QEWBE1YqTfjKPHEoFt1XqP6Y2DXxgBa6PojdwXpcKqeSb0\nVK7fhM8ABvFkL99v/G74PlcVr+j0aNtRTVNxEPtRgQKBgQDoZaP33W5WIzY7a7Kj\nDoA1xOqi8zka1gDVeVmSwpaa+b26lr9tI3rYXceujPG+tUlB+iB0gOtktAy0OYAE\nwbIpOq43j53V3bd8hD5+prT9NkwdCaLVlS3DlNHx31IGZ6P/CIuIoNa0EwX0Xmhe\nV4HVYXfnX6U0imrq9Knxbt/cIQKBgQDRRt4EJJgnZxXm7ZMy0d5hP5d4jL41eDz4\nvvL20vf6Gwg74Vu+OCIjNaUCHBT6v9ZFVWWkrFZYFURmE4SN85NMkWETKd2R46MT\nrgYQNg/9CG/ivlptr6dT2y8F+ik4iXqYJ6BXQdBC1RenSdyHENST7pZsmZH6V0h7\nzLBEUnvDnwKBgA+JA94E6mRNtElimK13wbBWeozsD2ww1BtxIkDCS0kO2tUHUMKd\n9Y9TLY8Ikvx5p+0GKHdBSvsPYi4GDf3DaQKCjrTeH+H1EVf8iyTyRfULVSk3xK/c\nahPB9griL9yHvxnEW3eFsPSWtPYx/W4ZEW/PNTG9XhDWE/Gi611dWQ+hAoGBAL62\nER6/ZnUJ6RivyeOXA0umEtgFklTRxOZ9xJYPvXGLbt56yQs4xktF2KBqjOfRKGe4\noc8GSg0tHE7VXIerv8EX/tni3grT4knN3bKqQbm6FZQRGgE5AIhXhquwxB3EkxbT\njbfWvv4YiNynX7MqMD67PxOqgzAamHBRIRSyAh1LAoGAPwX0SyWQVBFazRyDnCs3\nS3fkElk2RXi6arW0hQFXijd1YmMEEFFDJKLJxGh0+rpulIb0NvPKrNJ5ZFAmeyLj\nrdMr4Or4Y10DSWYCIqi0tEZ8KtjO+lo/H5eSzORsXb0Ph2dXAx90oW8iTvhl9zGf\nk9S1pJssyMMB9guuIt1wXxM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: audit 2023-12-26T17:26:05.508917+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9+1A0GI2NkLhj\n60cIfZUWSmkDYKZvPL8HP2wV2Tjrj2173yKAb0kGGGNZxOMn1azXODPxN0ypw6zN\ney97NRmO5ZfhP5akzRaKOVOrVh9D2UBLcb+gWmyYT8Mt/3LiUpXQpiESyjh2q03f\nh5cNGisypi2lJcFhvy0b2aoowM4mWiUpckcITPcuEAhpNbgf2lzn8zgCiJHy7wu0\niKgOG/S4Iv6vXRCDXQ8Vy6sLukQGpO81wymICacKyvkX9uYSPoFlNZzUVF1Eihbr\nI/H4HtXcVe9dGr6zXzZZ+SAr42ZFKSfpkBcbe6eNrRitvJItDMun7Tj6WC7VJ+gF\nlz23kdt/AgMBAAECggEAfAHA1mB4dUFTupTmptoiKIylgzjhKpbCMl7plFFX4Bqc\n4lBB2wfI6JuergfgJi5JRao/7WGlPuKktvODiK6eYjHnM3YoRKZB4jONM7dhbQ4v\n847qACdF3x2hTzMAsE4r0CfASt2IgZ1LlW6R4FGGhOcHwFampcD+FsG7WiKP7WOl\ntcW7kvsJhyXl091HFx0ZjF5Wt7tM182BTsiHMzVEigO9yyPOCmZL1btdQHPlLRuh\nOB3/wOHhPJ/qFxqZ44QEWBE1YqTfjKPHEoFt1XqP6Y2DXxgBa6PojdwXpcKqeSb0\nVK7fhM8ABvFkL99v/G74PlcVr+j0aNtRTVNxEPtRgQKBgQDoZaP33W5WIzY7a7Kj\nDoA1xOqi8zka1gDVeVmSwpaa+b26lr9tI3rYXceujPG+tUlB+iB0gOtktAy0OYAE\nwbIpOq43j53V3bd8hD5+prT9NkwdCaLVlS3DlNHx31IGZ6P/CIuIoNa0EwX0Xmhe\nV4HVYXfnX6U0imrq9Knxbt/cIQKBgQDRRt4EJJgnZxXm7ZMy0d5hP5d4jL41eDz4\nvvL20vf6Gwg74Vu+OCIjNaUCHBT6v9ZFVWWkrFZYFURmE4SN85NMkWETKd2R46MT\nrgYQNg/9CG/ivlptr6dT2y8F+ik4iXqYJ6BXQdBC1RenSdyHENST7pZsmZH6V0h7\nzLBEUnvDnwKBgA+JA94E6mRNtElimK13wbBWeozsD2ww1BtxIkDCS0kO2tUHUMKd\n9Y9TLY8Ikvx5p+0GKHdBSvsPYi4GDf3DaQKCjrTeH+H1EVf8iyTyRfULVSk3xK/c\nahPB9griL9yHvxnEW3eFsPSWtPYx/W4ZEW/PNTG9XhDWE/Gi611dWQ+hAoGBAL62\nER6/ZnUJ6RivyeOXA0umEtgFklTRxOZ9xJYPvXGLbt56yQs4xktF2KBqjOfRKGe4\noc8GSg0tHE7VXIerv8EX/tni3grT4knN3bKqQbm6FZQRGgE5AIhXhquwxB3EkxbT\njbfWvv4YiNynX7MqMD67PxOqgzAamHBRIRSyAh1LAoGAPwX0SyWQVBFazRyDnCs3\nS3fkElk2RXi6arW0hQFXijd1YmMEEFFDJKLJxGh0+rpulIb0NvPKrNJ5ZFAmeyLj\nrdMr4Or4Y10DSWYCIqi0tEZ8KtjO+lo/H5eSzORsXb0Ph2dXAx90oW8iTvhl9zGf\nk9S1pJssyMMB9guuIt1wXxM=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:26:06.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:06 smithi153 bash[108194]: cephadm 2023-12-26T17:26:05.509409+0000 mgr.y (mgr.14142) 408 : cephadm [INF] Deploying daemon grafana.a on smithi153 2023-12-26T17:26:07.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:07 smithi001 bash[108165]: cluster 2023-12-26T17:26:06.585736+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:07.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:07 smithi001 bash[111579]: cluster 2023-12-26T17:26:06.585736+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:07.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:07 smithi153 bash[108194]: cluster 2023-12-26T17:26:06.585736+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:09.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:08 smithi001 bash[111579]: cluster 2023-12-26T17:26:08.586295+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:09.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:08 smithi001 bash[108165]: cluster 2023-12-26T17:26:08.586295+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:09.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:08 smithi153 bash[108194]: cluster 2023-12-26T17:26:08.586295+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:11.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:10 smithi001 bash[111579]: cluster 2023-12-26T17:26:10.587008+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:11.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:10 smithi001 bash[108165]: cluster 2023-12-26T17:26:10.587008+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:11.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:10 smithi153 bash[108194]: cluster 2023-12-26T17:26:10.587008+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:12 smithi001 bash[111579]: cluster 2023-12-26T17:26:12.587602+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:13.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:12 smithi001 bash[108165]: cluster 2023-12-26T17:26:12.587602+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:12 smithi153 bash[108194]: cluster 2023-12-26T17:26:12.587602+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:15.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:15 smithi001 bash[108165]: cluster 2023-12-26T17:26:14.588128+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:15.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:15 smithi001 bash[111579]: cluster 2023-12-26T17:26:14.588128+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:15.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:15 smithi153 bash[108194]: cluster 2023-12-26T17:26:14.588128+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 systemd[1]: Stopped Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 systemd[1]: Starting Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 podman[128905]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 systemd[1]: Started Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:26:16.073 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 bash[128920]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:16.074 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:15 smithi001 bash[128920]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:26:16.332 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:26:16.332 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:26:16.332 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 systemd[1]: Stopped Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:26:16.332 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 systemd[1]: Starting Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:26:16.333 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 podman[118711]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.b" found: no such container 2023-12-26T17:26:16.333 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 systemd[1]: Started Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:26:16.333 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 bash[118726]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:26:16.333 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:15 smithi153 bash[118726]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:26:17.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:16 smithi001 bash[108165]: cluster 2023-12-26T17:26:16.588698+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:17.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:16 smithi001 bash[111579]: cluster 2023-12-26T17:26:16.588698+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:17.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:16 smithi153 bash[108194]: cluster 2023-12-26T17:26:16.588698+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:19.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:18 smithi001 bash[111579]: cluster 2023-12-26T17:26:18.589396+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:19.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:18 smithi001 bash[108165]: cluster 2023-12-26T17:26:18.589396+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:19.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:18 smithi153 bash[108194]: cluster 2023-12-26T17:26:18.589396+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:21.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:20 smithi001 bash[111579]: cluster 2023-12-26T17:26:20.590009+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:21.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:20 smithi001 bash[108165]: cluster 2023-12-26T17:26:20.590009+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:21.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:20 smithi153 bash[108194]: cluster 2023-12-26T17:26:20.590009+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:23.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:22 smithi001 bash[111579]: cluster 2023-12-26T17:26:22.590575+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:23.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:22 smithi001 bash[108165]: cluster 2023-12-26T17:26:22.590575+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:23.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:22 smithi153 bash[108194]: cluster 2023-12-26T17:26:22.590575+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:25.560 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:25 smithi153 bash[108194]: cluster 2023-12-26T17:26:24.591152+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:25.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:25 smithi001 bash[111579]: cluster 2023-12-26T17:26:24.591152+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:25 smithi001 bash[108165]: cluster 2023-12-26T17:26:24.591152+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:26.503 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 podman[118916]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" found: no such container 2023-12-26T17:26:26.503 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 systemd[1]: Started Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.342645+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.346166+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.347261+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.351058+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.351911+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.355287+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.356081+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.359527+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.360439+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.363372+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.364191+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:26:26.504 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[108194]: audit 2023-12-26T17:26:26.365070+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi153.mdvxrb", "key": "container_image"}]: dispatch 2023-12-26T17:26:26.698 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:26:26.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.342645+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:26:26.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.342645+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.346166+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.347261+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.351058+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.351911+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.355287+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.356081+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.359527+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.360439+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-26T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.363372+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.346166+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.347261+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.351058+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.351911+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.355287+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.356081+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.359527+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.360439+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.363372+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.364191+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[108165]: audit 2023-12-26T17:26:26.365070+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi153.mdvxrb", "key": "container_image"}]: dispatch 2023-12-26T17:26:26.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.364191+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:26:26.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:26 smithi001 bash[111579]: audit 2023-12-26T17:26:26.365070+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi153.mdvxrb", "key": "container_image"}]: dispatch 2023-12-26T17:26:27.082 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="App mode production" logger=settings 2023-12-26T17:26:27.083 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing SqlStore" logger=server 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Starting DB migration" logger=migrator 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-26T17:26:27.084 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-26T17:26:27.085 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-26T17:26:27.086 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-26T17:26:27.087 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-26T17:26:27.088 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-26T17:26:27.088 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-26T17:26:27.088 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-26T17:26:27.088 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-26T17:26:27.088 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-26T17:26:27.089 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-26T17:26:27.089 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-26T17:26:27.089 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-26T17:26:27.089 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-26T17:26:27.089 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-26T17:26:27.090 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-26T17:26:27.091 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-26T17:26:27.092 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-26T17:26:27.093 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-26T17:26:27.094 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-26T17:26:27.095 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-26T17:26:27.096 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-26T17:26:27.096 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-26T17:26:27.097 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-26T17:26:27.098 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-26T17:26:27.099 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-26T17:26:27.100 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-26T17:26:27.101 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing HTTPServer" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing PluginManager" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Starting plugin search" logger=plugins 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing HooksService" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing RemoteCache" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing QuotaService" logger=server 2023-12-26T17:26:27.102 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing ServerLockService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing RenderingService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing AlertEngine" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing LoginService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing SearchService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing TracingService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing CleanUpService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing NotificationService" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="Initializing Stream Manager" 2023-12-26T17:26:27.103 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:26:26 smithi153 bash[118932]: t=2023-12-26T17:26:26+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2023-12-26T17:26:27.244 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:26:27.244 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running - - 2023-12-26T17:26:27.244 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (9m) 7m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (11m) 8m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (11m) 8m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (10m) 7m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (10m) 8m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running - - 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running - - 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (9m) 8m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (9m) 8m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (8m) 8m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (8m) 8m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (8m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (8m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (7m) 7m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:26:27.245 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (7m) 7m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:26:27.554 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:26:27.554 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:26:27.554 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:26:27.554 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:26:27.555 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:26:27.795 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:27 smithi001 bash[108165]: cephadm 2023-12-26T17:26:26.364771+0000 mgr.y (mgr.14142) 419 : cephadm [INF] Deploying daemon rgw.r.z.smithi153.mdvxrb on smithi153 2023-12-26T17:26:27.795 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:27 smithi001 bash[108165]: cluster 2023-12-26T17:26:26.591661+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:27.795 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:27 smithi001 bash[111579]: cephadm 2023-12-26T17:26:26.364771+0000 mgr.y (mgr.14142) 419 : cephadm [INF] Deploying daemon rgw.r.z.smithi153.mdvxrb on smithi153 2023-12-26T17:26:27.796 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:27 smithi001 bash[111579]: cluster 2023-12-26T17:26:26.591661+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:27.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:27 smithi153 bash[108194]: cephadm 2023-12-26T17:26:26.364771+0000 mgr.y (mgr.14142) 419 : cephadm [INF] Deploying daemon rgw.r.z.smithi153.mdvxrb on smithi153 2023-12-26T17:26:27.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:27 smithi153 bash[108194]: cluster 2023-12-26T17:26:26.591661+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:27.888 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:26:27.889 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:26:27.889 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:26:27.889 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:26:27.889 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:26:27.889 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:26:28.407 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:26.686982+0000 mgr.y (mgr.14142) 421 : audit [DBG] from='client.24850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.407 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:26.966670+0000 mgr.y (mgr.14142) 422 : audit [DBG] from='client.24856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.407 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.241775+0000 mgr.y (mgr.14142) 423 : audit [DBG] from='client.24862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.458324+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.461670+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.462181+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.465364+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.466009+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: cephadm 2023-12-26T17:26:27.466440+0000 mgr.y (mgr.14142) 424 : cephadm [INF] Deploying daemon rgw.r.z.smithi001.lafcaw on smithi001 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.466862+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi001.lafcaw", "key": "container_image"}]: dispatch 2023-12-26T17:26:28.408 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[111579]: audit 2023-12-26T17:26:27.554756+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.1:0/700097512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:26:28.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:26.686982+0000 mgr.y (mgr.14142) 421 : audit [DBG] from='client.24850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:26.966670+0000 mgr.y (mgr.14142) 422 : audit [DBG] from='client.24856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.241775+0000 mgr.y (mgr.14142) 423 : audit [DBG] from='client.24862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.458324+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:26:28.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.461670+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:26:28.410 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.462181+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-26T17:26:28.410 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.465364+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-26T17:26:28.410 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.466009+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:26:28.410 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: cephadm 2023-12-26T17:26:27.466440+0000 mgr.y (mgr.14142) 424 : cephadm [INF] Deploying daemon rgw.r.z.smithi001.lafcaw on smithi001 2023-12-26T17:26:28.410 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.466862+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi001.lafcaw", "key": "container_image"}]: dispatch 2023-12-26T17:26:28.410 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:28 smithi001 bash[108165]: audit 2023-12-26T17:26:27.554756+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.1:0/700097512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:26:28.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:26.686982+0000 mgr.y (mgr.14142) 421 : audit [DBG] from='client.24850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:26.966670+0000 mgr.y (mgr.14142) 422 : audit [DBG] from='client.24856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.241775+0000 mgr.y (mgr.14142) 423 : audit [DBG] from='client.24862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.458324+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]: dispatch 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.461670+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:16:08.219178\"}"}]': finished 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.462181+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.465364+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.466009+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: cephadm 2023-12-26T17:26:27.466440+0000 mgr.y (mgr.14142) 424 : cephadm [INF] Deploying daemon rgw.r.z.smithi001.lafcaw on smithi001 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.466862+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi001.lafcaw", "key": "container_image"}]: dispatch 2023-12-26T17:26:28.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:28 smithi153 bash[108194]: audit 2023-12-26T17:26:27.554756+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.1:0/700097512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:26:29.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: audit 2023-12-26T17:26:27.887498+0000 mgr.y (mgr.14142) 425 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:29.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: cluster 2023-12-26T17:26:28.592216+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:29.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: audit 2023-12-26T17:26:27.887498+0000 mgr.y (mgr.14142) 425 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:29.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: cluster 2023-12-26T17:26:28.592216+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:29.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: audit 2023-12-26T17:26:28.646390+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:26:29.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: audit 2023-12-26T17:26:28.649440+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:26:29.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: audit 2023-12-26T17:26:28.646390+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:26:29.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: audit 2023-12-26T17:26:28.649440+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:26:29.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: audit 2023-12-26T17:26:28.885616+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:26:29.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: audit 2023-12-26T17:26:28.888666+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:26:29.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[108165]: audit 2023-12-26T17:26:28.889219+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:26:29.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: audit 2023-12-26T17:26:28.885616+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:26:29.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: audit 2023-12-26T17:26:28.888666+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:26:29.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:29 smithi001 bash[111579]: audit 2023-12-26T17:26:28.889219+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:26:29.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: audit 2023-12-26T17:26:27.887498+0000 mgr.y (mgr.14142) 425 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:29.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: cluster 2023-12-26T17:26:28.592216+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:29.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: audit 2023-12-26T17:26:28.646390+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]: dispatch 2023-12-26T17:26:29.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: audit 2023-12-26T17:26:28.649440+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:15:34.005381\"}"}]': finished 2023-12-26T17:26:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: audit 2023-12-26T17:26:28.885616+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:26:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: audit 2023-12-26T17:26:28.888666+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018124\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018199\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018234\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018265\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018295\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018324\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:17:39.018354\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:26:29.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:29 smithi153 bash[108194]: audit 2023-12-26T17:26:28.889219+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:26:30.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:30 smithi153 bash[108194]: audit 2023-12-26T17:26:30.150150+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149022\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149121\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149155\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149186\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149216\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149247\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149277\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149307\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149325\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:26:30.149410\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:26:30.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:30 smithi153 bash[108194]: audit 2023-12-26T17:26:30.152955+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149022\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149121\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149155\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149186\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149216\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149247\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149277\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149307\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149325\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:26:30.149410\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:26:30.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:30 smithi153 bash[108194]: audit 2023-12-26T17:26:30.356617+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:26:30.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:30 smithi153 bash[108194]: audit 2023-12-26T17:26:30.359250+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:26:30.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:30 smithi153 bash[108194]: audit 2023-12-26T17:26:30.359835+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:26:30.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[108165]: audit 2023-12-26T17:26:30.150150+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149022\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149121\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149155\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149186\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149216\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149247\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149277\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149307\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149325\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:26:30.149410\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:26:30.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[111579]: audit 2023-12-26T17:26:30.150150+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149022\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149121\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149155\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149186\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149216\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149247\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149277\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149307\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149325\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:26:30.149410\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:26:30.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[108165]: audit 2023-12-26T17:26:30.152955+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149022\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149121\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149155\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149186\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149216\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149247\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149277\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149307\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149325\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:26:30.149410\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:26:30.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[111579]: audit 2023-12-26T17:26:30.152955+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149022\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149121\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149155\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149186\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149216\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149247\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149277\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149307\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:30.149325\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:26:30.149410\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:26:30.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[108165]: audit 2023-12-26T17:26:30.356617+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:26:30.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[111579]: audit 2023-12-26T17:26:30.356617+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:26:30.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[111579]: audit 2023-12-26T17:26:30.359250+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:26:30.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[111579]: audit 2023-12-26T17:26:30.359835+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:26:30.827 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[108165]: audit 2023-12-26T17:26:30.359250+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213739\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213827\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213862\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213893\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213923\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:18:31.213952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:26:30.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:30 smithi001 bash[108165]: audit 2023-12-26T17:26:30.359835+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:26:31.673 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:31 smithi153 bash[108194]: cluster 2023-12-26T17:26:30.593012+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 80 op/s 2023-12-26T17:26:31.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:31 smithi001 bash[111579]: cluster 2023-12-26T17:26:30.593012+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 80 op/s 2023-12-26T17:26:31.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:31 smithi001 bash[108165]: cluster 2023-12-26T17:26:30.593012+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 80 op/s 2023-12-26T17:26:32.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:32 smithi001 bash[108165]: audit 2023-12-26T17:26:31.701061+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699887\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:26:31.700225\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:26:32.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:32 smithi001 bash[111579]: audit 2023-12-26T17:26:31.701061+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699887\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:26:31.700225\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:26:32.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:32 smithi001 bash[111579]: audit 2023-12-26T17:26:31.705250+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699887\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:26:31.700225\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:26:32.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:32 smithi001 bash[108165]: audit 2023-12-26T17:26:31.705250+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699887\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:26:31.700225\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:26:32.832 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:32 smithi153 bash[108194]: audit 2023-12-26T17:26:31.701061+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699887\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:26:31.700225\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:26:32.832 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:32 smithi153 bash[108194]: audit 2023-12-26T17:26:31.705250+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"6f2e704e8f97\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699887\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:16:41.308767\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:40.103963\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:26:31.700225\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:26:33.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:33 smithi001 bash[111579]: cephadm 2023-12-26T17:26:31.708605+0000 mgr.y (mgr.14142) 428 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:26:33.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:33 smithi001 bash[111579]: cluster 2023-12-26T17:26:32.593766+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 137 op/s 2023-12-26T17:26:33.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:33 smithi001 bash[108165]: cephadm 2023-12-26T17:26:31.708605+0000 mgr.y (mgr.14142) 428 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:26:33.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:33 smithi001 bash[108165]: cluster 2023-12-26T17:26:32.593766+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 137 op/s 2023-12-26T17:26:33.832 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:33 smithi153 bash[108194]: cephadm 2023-12-26T17:26:31.708605+0000 mgr.y (mgr.14142) 428 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:26:33.832 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:33 smithi153 bash[108194]: cluster 2023-12-26T17:26:32.593766+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 137 op/s 2023-12-26T17:26:35.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:35 smithi001 bash[111579]: cluster 2023-12-26T17:26:34.594257+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:35.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:35 smithi001 bash[108165]: cluster 2023-12-26T17:26:34.594257+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:35.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:35 smithi153 bash[108194]: cluster 2023-12-26T17:26:34.594257+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:37.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:36 smithi001 bash[111579]: cluster 2023-12-26T17:26:36.594954+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:37.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:36 smithi001 bash[108165]: cluster 2023-12-26T17:26:36.594954+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:37.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:36 smithi153 bash[108194]: cluster 2023-12-26T17:26:36.594954+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:39.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:38 smithi001 bash[108165]: cluster 2023-12-26T17:26:38.595404+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:39.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:38 smithi001 bash[111579]: cluster 2023-12-26T17:26:38.595404+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:39.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:38 smithi153 bash[108194]: cluster 2023-12-26T17:26:38.595404+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:41.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:40 smithi001 bash[111579]: cluster 2023-12-26T17:26:40.595924+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:41.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:40 smithi001 bash[108165]: cluster 2023-12-26T17:26:40.595924+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:41.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:40 smithi153 bash[108194]: cluster 2023-12-26T17:26:40.595924+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2023-12-26T17:26:43.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:42 smithi001 bash[108165]: cluster 2023-12-26T17:26:42.596647+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 48 KiB/s rd, 170 B/s wr, 86 op/s 2023-12-26T17:26:43.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:42 smithi001 bash[111579]: cluster 2023-12-26T17:26:42.596647+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 48 KiB/s rd, 170 B/s wr, 86 op/s 2023-12-26T17:26:43.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:42 smithi153 bash[108194]: cluster 2023-12-26T17:26:42.596647+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 48 KiB/s rd, 170 B/s wr, 86 op/s 2023-12-26T17:26:45.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:45 smithi001 bash[111579]: cluster 2023-12-26T17:26:44.597222+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 28 op/s 2023-12-26T17:26:45.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:45 smithi001 bash[108165]: cluster 2023-12-26T17:26:44.597222+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 28 op/s 2023-12-26T17:26:45.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:45 smithi153 bash[108194]: cluster 2023-12-26T17:26:44.597222+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 28 op/s 2023-12-26T17:26:47.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:46 smithi001 bash[111579]: cluster 2023-12-26T17:26:46.597761+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:47.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:46 smithi001 bash[108165]: cluster 2023-12-26T17:26:46.597761+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:47.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:46 smithi153 bash[108194]: cluster 2023-12-26T17:26:46.597761+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:49.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:48 smithi001 bash[111579]: cluster 2023-12-26T17:26:48.598203+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:49.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:48 smithi001 bash[108165]: cluster 2023-12-26T17:26:48.598203+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:49.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:48 smithi153 bash[108194]: cluster 2023-12-26T17:26:48.598203+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:51.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:50 smithi001 bash[111579]: cluster 2023-12-26T17:26:50.598743+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:51.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:50 smithi001 bash[108165]: cluster 2023-12-26T17:26:50.598743+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:51.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:50 smithi153 bash[108194]: cluster 2023-12-26T17:26:50.598743+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:52.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:26:52 smithi001 bash[128920]: time="2023-12-26T17:26:52Z" 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" 2023-12-26T17:26:52.832 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:52 smithi153 bash[108194]: cluster 2023-12-26T17:26:52.599252+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:52.832 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:26:52 smithi153 bash[118726]: time="2023-12-26T17:26:52Z" 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" 2023-12-26T17:26:53.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:52 smithi001 bash[108165]: cluster 2023-12-26T17:26:52.599252+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:53.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:52 smithi001 bash[111579]: cluster 2023-12-26T17:26:52.599252+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:55.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:55 smithi001 bash[108165]: cluster 2023-12-26T17:26:54.599879+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:55.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:55 smithi001 bash[111579]: cluster 2023-12-26T17:26:54.599879+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:55.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:55 smithi153 bash[108194]: cluster 2023-12-26T17:26:54.599879+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:57.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:56 smithi001 bash[111579]: cluster 2023-12-26T17:26:56.600413+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:57.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:56 smithi001 bash[108165]: cluster 2023-12-26T17:26:56.600413+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:57.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:56 smithi153 bash[108194]: cluster 2023-12-26T17:26:56.600413+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:58.196 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (32s) 27s ago 32s 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (10m) 27s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (11m) 28s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (11m) 28s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (10m) 27s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (10m) 28s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 28s ago 3m prom/node-exporter 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 27s ago 3m prom/node-exporter 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (9m) 28s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (9m) 28s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (9m) 28s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:26:58.751 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (9m) 28s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:26:58.752 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (8m) 27s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:26:58.752 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (8m) 27s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:26:58.752 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (8m) 27s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:26:58.752 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (8m) 27s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:26:58.752 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (30s) 28s ago 30s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:26:58.752 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (31s) 27s ago 31s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:26:59.052 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:26:59.052 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:26:59.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:26:59.053 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:59.054 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:26:59.054 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:26:59.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:26:59.054 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:26:59.054 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:26:59.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:26:59.055 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:26:59.055 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:26:59.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:58 smithi001 bash[108165]: audit 2023-12-26T17:26:58.186689+0000 mgr.y (mgr.14142) 442 : audit [DBG] from='client.24913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:59.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:58 smithi001 bash[108165]: audit 2023-12-26T17:26:58.466382+0000 mgr.y (mgr.14142) 443 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:59.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:58 smithi001 bash[108165]: cluster 2023-12-26T17:26:58.600854+0000 mgr.y (mgr.14142) 444 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:59.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:58 smithi001 bash[111579]: audit 2023-12-26T17:26:58.186689+0000 mgr.y (mgr.14142) 442 : audit [DBG] from='client.24913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:59.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:58 smithi001 bash[111579]: audit 2023-12-26T17:26:58.466382+0000 mgr.y (mgr.14142) 443 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:59.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:58 smithi001 bash[111579]: cluster 2023-12-26T17:26:58.600854+0000 mgr.y (mgr.14142) 444 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:59.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:58 smithi153 bash[108194]: audit 2023-12-26T17:26:58.186689+0000 mgr.y (mgr.14142) 442 : audit [DBG] from='client.24913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:59.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:58 smithi153 bash[108194]: audit 2023-12-26T17:26:58.466382+0000 mgr.y (mgr.14142) 443 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:26:59.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:58 smithi153 bash[108194]: cluster 2023-12-26T17:26:58.600854+0000 mgr.y (mgr.14142) 444 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:26:59.334 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:26:59.334 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:26:59.334 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:26:59.335 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:26:59.335 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:26:59.335 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:27:00.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:59 smithi001 bash[111579]: audit 2023-12-26T17:26:58.748110+0000 mgr.y (mgr.14142) 445 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:00.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:59 smithi001 bash[111579]: audit 2023-12-26T17:26:59.052920+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.1:0/1560126774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:27:00.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:26:59 smithi001 bash[111579]: audit 2023-12-26T17:26:59.334821+0000 mgr.y (mgr.14142) 446 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:00.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:59 smithi001 bash[108165]: audit 2023-12-26T17:26:58.748110+0000 mgr.y (mgr.14142) 445 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:00.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:59 smithi001 bash[108165]: audit 2023-12-26T17:26:59.052920+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.1:0/1560126774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:27:00.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:26:59 smithi001 bash[108165]: audit 2023-12-26T17:26:59.334821+0000 mgr.y (mgr.14142) 446 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:00.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:59 smithi153 bash[108194]: audit 2023-12-26T17:26:58.748110+0000 mgr.y (mgr.14142) 445 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:00.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:59 smithi153 bash[108194]: audit 2023-12-26T17:26:59.052920+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.1:0/1560126774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:27:00.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:26:59 smithi153 bash[108194]: audit 2023-12-26T17:26:59.334821+0000 mgr.y (mgr.14142) 446 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:01.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:00 smithi001 bash[111579]: cluster 2023-12-26T17:27:00.601401+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:01.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:00 smithi001 bash[108165]: cluster 2023-12-26T17:27:00.601401+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:01.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:00 smithi153 bash[108194]: cluster 2023-12-26T17:27:00.601401+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:03.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:02 smithi001 bash[111579]: cluster 2023-12-26T17:27:02.602100+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:03.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:02 smithi001 bash[108165]: cluster 2023-12-26T17:27:02.602100+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:03.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:02 smithi153 bash[108194]: cluster 2023-12-26T17:27:02.602100+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:05.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:05 smithi001 bash[111579]: cluster 2023-12-26T17:27:04.602585+0000 mgr.y (mgr.14142) 449 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:05.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:05 smithi001 bash[108165]: cluster 2023-12-26T17:27:04.602585+0000 mgr.y (mgr.14142) 449 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:05.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:05 smithi153 bash[108194]: cluster 2023-12-26T17:27:04.602585+0000 mgr.y (mgr.14142) 449 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:07.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:06 smithi001 bash[108165]: cluster 2023-12-26T17:27:06.603387+0000 mgr.y (mgr.14142) 450 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:07.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:06 smithi001 bash[111579]: cluster 2023-12-26T17:27:06.603387+0000 mgr.y (mgr.14142) 450 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:07.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:06 smithi153 bash[108194]: cluster 2023-12-26T17:27:06.603387+0000 mgr.y (mgr.14142) 450 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:09.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:08 smithi001 bash[111579]: cluster 2023-12-26T17:27:08.604001+0000 mgr.y (mgr.14142) 451 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:09.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:08 smithi001 bash[108165]: cluster 2023-12-26T17:27:08.604001+0000 mgr.y (mgr.14142) 451 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:09.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:08 smithi153 bash[108194]: cluster 2023-12-26T17:27:08.604001+0000 mgr.y (mgr.14142) 451 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:11.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:10 smithi001 bash[108165]: cluster 2023-12-26T17:27:10.604713+0000 mgr.y (mgr.14142) 452 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:11.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:10 smithi001 bash[111579]: cluster 2023-12-26T17:27:10.604713+0000 mgr.y (mgr.14142) 452 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:11.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:10 smithi153 bash[108194]: cluster 2023-12-26T17:27:10.604713+0000 mgr.y (mgr.14142) 452 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:13.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:12 smithi001 bash[108165]: cluster 2023-12-26T17:27:12.605220+0000 mgr.y (mgr.14142) 453 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:12 smithi001 bash[111579]: cluster 2023-12-26T17:27:12.605220+0000 mgr.y (mgr.14142) 453 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:12 smithi153 bash[108194]: cluster 2023-12-26T17:27:12.605220+0000 mgr.y (mgr.14142) 453 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:15.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:15 smithi001 bash[108165]: cluster 2023-12-26T17:27:14.605852+0000 mgr.y (mgr.14142) 454 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:15.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:15 smithi001 bash[111579]: cluster 2023-12-26T17:27:14.605852+0000 mgr.y (mgr.14142) 454 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:15.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:15 smithi153 bash[108194]: cluster 2023-12-26T17:27:14.605852+0000 mgr.y (mgr.14142) 454 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:17.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:16 smithi001 bash[111579]: cluster 2023-12-26T17:27:16.606453+0000 mgr.y (mgr.14142) 455 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:17.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:16 smithi001 bash[108165]: cluster 2023-12-26T17:27:16.606453+0000 mgr.y (mgr.14142) 455 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:17.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:16 smithi153 bash[108194]: cluster 2023-12-26T17:27:16.606453+0000 mgr.y (mgr.14142) 455 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:19.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:18 smithi001 bash[111579]: cluster 2023-12-26T17:27:18.607123+0000 mgr.y (mgr.14142) 456 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:19.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:18 smithi001 bash[108165]: cluster 2023-12-26T17:27:18.607123+0000 mgr.y (mgr.14142) 456 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:19.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:18 smithi153 bash[108194]: cluster 2023-12-26T17:27:18.607123+0000 mgr.y (mgr.14142) 456 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:21.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:20 smithi001 bash[111579]: cluster 2023-12-26T17:27:20.607932+0000 mgr.y (mgr.14142) 457 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:21.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:20 smithi001 bash[108165]: cluster 2023-12-26T17:27:20.607932+0000 mgr.y (mgr.14142) 457 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:21.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:20 smithi153 bash[108194]: cluster 2023-12-26T17:27:20.607932+0000 mgr.y (mgr.14142) 457 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:23.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:22 smithi001 bash[111579]: cluster 2023-12-26T17:27:22.608513+0000 mgr.y (mgr.14142) 458 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:23.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:22 smithi001 bash[108165]: cluster 2023-12-26T17:27:22.608513+0000 mgr.y (mgr.14142) 458 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:23.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:22 smithi153 bash[108194]: cluster 2023-12-26T17:27:22.608513+0000 mgr.y (mgr.14142) 458 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:25.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:25 smithi001 bash[111579]: cluster 2023-12-26T17:27:24.609167+0000 mgr.y (mgr.14142) 459 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:25 smithi001 bash[108165]: cluster 2023-12-26T17:27:24.609167+0000 mgr.y (mgr.14142) 459 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:25.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:25 smithi153 bash[108194]: cluster 2023-12-26T17:27:24.609167+0000 mgr.y (mgr.14142) 459 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:27.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:26 smithi001 bash[111579]: cluster 2023-12-26T17:27:26.609953+0000 mgr.y (mgr.14142) 460 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:27.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:26 smithi001 bash[108165]: cluster 2023-12-26T17:27:26.609953+0000 mgr.y (mgr.14142) 460 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:27.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:26 smithi153 bash[108194]: cluster 2023-12-26T17:27:26.609953+0000 mgr.y (mgr.14142) 460 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:29.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:28 smithi001 bash[111579]: cluster 2023-12-26T17:27:28.610503+0000 mgr.y (mgr.14142) 461 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:29.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:28 smithi001 bash[108165]: cluster 2023-12-26T17:27:28.610503+0000 mgr.y (mgr.14142) 461 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:29.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:28 smithi153 bash[108194]: cluster 2023-12-26T17:27:28.610503+0000 mgr.y (mgr.14142) 461 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:29.639 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:27:30.072 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:27:29 smithi001 bash[128920]: time="2023-12-26T17:27:29Z" 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" 2023-12-26T17:27:30.190 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (63s) 58s ago 63s 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (10m) 58s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (12m) 60s ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (12m) 60s ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (11m) 58s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (11m) 60s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 60s ago 3m prom/node-exporter 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 58s ago 3m prom/node-exporter 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (10m) 60s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (10m) 60s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (9m) 60s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (9m) 60s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (9m) 58s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:27:30.191 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (9m) 58s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:27:30.192 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (9m) 58s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:27:30.192 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (9m) 58s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:27:30.192 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (61s) 60s ago 61s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:27:30.192 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (62s) 58s ago 62s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:27:30.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:30 smithi153 bash[108194]: audit 2023-12-26T17:27:29.628992+0000 mgr.y (mgr.14142) 462 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:30.332 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:27:30 smithi153 bash[118726]: time="2023-12-26T17:27:30Z" 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" 2023-12-26T17:27:30.495 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:27:30.495 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:27:30.495 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:27:30.496 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:27:30.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:30 smithi001 bash[108165]: audit 2023-12-26T17:27:29.628992+0000 mgr.y (mgr.14142) 462 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:30.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:30 smithi001 bash[111579]: audit 2023-12-26T17:27:29.628992+0000 mgr.y (mgr.14142) 462 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:30.782 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:27:30.782 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:27:30.782 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:27:30.782 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:27:30.783 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:27:30.783 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[108165]: audit 2023-12-26T17:27:29.913105+0000 mgr.y (mgr.14142) 463 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[108165]: audit 2023-12-26T17:27:30.188452+0000 mgr.y (mgr.14142) 464 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[108165]: audit 2023-12-26T17:27:30.496593+0000 mon.a (mon.0) 756 : audit [DBG] from='client.? 172.21.15.1:0/1287876337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[108165]: cluster 2023-12-26T17:27:30.610981+0000 mgr.y (mgr.14142) 465 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[111579]: audit 2023-12-26T17:27:29.913105+0000 mgr.y (mgr.14142) 463 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[111579]: audit 2023-12-26T17:27:30.188452+0000 mgr.y (mgr.14142) 464 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[111579]: audit 2023-12-26T17:27:30.496593+0000 mon.a (mon.0) 756 : audit [DBG] from='client.? 172.21.15.1:0/1287876337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:27:31.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:31 smithi001 bash[111579]: cluster 2023-12-26T17:27:30.610981+0000 mgr.y (mgr.14142) 465 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:31.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:31 smithi153 bash[108194]: audit 2023-12-26T17:27:29.913105+0000 mgr.y (mgr.14142) 463 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:31.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:31 smithi153 bash[108194]: audit 2023-12-26T17:27:30.188452+0000 mgr.y (mgr.14142) 464 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:31.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:31 smithi153 bash[108194]: audit 2023-12-26T17:27:30.496593+0000 mon.a (mon.0) 756 : audit [DBG] from='client.? 172.21.15.1:0/1287876337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:27:31.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:31 smithi153 bash[108194]: cluster 2023-12-26T17:27:30.610981+0000 mgr.y (mgr.14142) 465 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:32.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:32 smithi001 bash[111579]: audit 2023-12-26T17:27:30.783215+0000 mgr.y (mgr.14142) 466 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:32.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:32 smithi001 bash[108165]: audit 2023-12-26T17:27:30.783215+0000 mgr.y (mgr.14142) 466 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:32.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:32 smithi153 bash[108194]: audit 2023-12-26T17:27:30.783215+0000 mgr.y (mgr.14142) 466 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:27:33.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:33 smithi001 bash[108165]: cluster 2023-12-26T17:27:32.611531+0000 mgr.y (mgr.14142) 467 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:33.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:33 smithi001 bash[111579]: cluster 2023-12-26T17:27:32.611531+0000 mgr.y (mgr.14142) 467 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:33.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:33 smithi153 bash[108194]: cluster 2023-12-26T17:27:32.611531+0000 mgr.y (mgr.14142) 467 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:35.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:35 smithi001 bash[108165]: cluster 2023-12-26T17:27:34.612184+0000 mgr.y (mgr.14142) 468 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:35.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:35 smithi001 bash[111579]: cluster 2023-12-26T17:27:34.612184+0000 mgr.y (mgr.14142) 468 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:35.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:35 smithi153 bash[108194]: cluster 2023-12-26T17:27:34.612184+0000 mgr.y (mgr.14142) 468 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:37.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:36 smithi001 bash[108165]: cluster 2023-12-26T17:27:36.612765+0000 mgr.y (mgr.14142) 469 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:37.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:36 smithi001 bash[111579]: cluster 2023-12-26T17:27:36.612765+0000 mgr.y (mgr.14142) 469 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:37.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:36 smithi153 bash[108194]: cluster 2023-12-26T17:27:36.612765+0000 mgr.y (mgr.14142) 469 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:39.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:38 smithi001 bash[111579]: cluster 2023-12-26T17:27:38.613415+0000 mgr.y (mgr.14142) 470 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:39.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:38 smithi001 bash[108165]: cluster 2023-12-26T17:27:38.613415+0000 mgr.y (mgr.14142) 470 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:39.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:38 smithi153 bash[108194]: cluster 2023-12-26T17:27:38.613415+0000 mgr.y (mgr.14142) 470 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:41.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:40 smithi001 bash[108165]: cluster 2023-12-26T17:27:40.614231+0000 mgr.y (mgr.14142) 471 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:41.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:40 smithi001 bash[111579]: cluster 2023-12-26T17:27:40.614231+0000 mgr.y (mgr.14142) 471 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:41.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:40 smithi153 bash[108194]: cluster 2023-12-26T17:27:40.614231+0000 mgr.y (mgr.14142) 471 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:43.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:42 smithi001 bash[108165]: cluster 2023-12-26T17:27:42.614907+0000 mgr.y (mgr.14142) 472 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:43.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:42 smithi001 bash[111579]: cluster 2023-12-26T17:27:42.614907+0000 mgr.y (mgr.14142) 472 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:43.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:42 smithi153 bash[108194]: cluster 2023-12-26T17:27:42.614907+0000 mgr.y (mgr.14142) 472 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:45.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:45 smithi001 bash[111579]: cluster 2023-12-26T17:27:44.615459+0000 mgr.y (mgr.14142) 473 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:45.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:45 smithi001 bash[108165]: cluster 2023-12-26T17:27:44.615459+0000 mgr.y (mgr.14142) 473 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:45.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:45 smithi153 bash[108194]: cluster 2023-12-26T17:27:44.615459+0000 mgr.y (mgr.14142) 473 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:47.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:46 smithi001 bash[111579]: cluster 2023-12-26T17:27:46.616172+0000 mgr.y (mgr.14142) 474 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:47.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:46 smithi001 bash[108165]: cluster 2023-12-26T17:27:46.616172+0000 mgr.y (mgr.14142) 474 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:47.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:46 smithi153 bash[108194]: cluster 2023-12-26T17:27:46.616172+0000 mgr.y (mgr.14142) 474 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:49.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:48 smithi001 bash[111579]: cluster 2023-12-26T17:27:48.616857+0000 mgr.y (mgr.14142) 475 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:49.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:48 smithi001 bash[108165]: cluster 2023-12-26T17:27:48.616857+0000 mgr.y (mgr.14142) 475 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:49.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:48 smithi153 bash[108194]: cluster 2023-12-26T17:27:48.616857+0000 mgr.y (mgr.14142) 475 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:51.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:50 smithi001 bash[111579]: cluster 2023-12-26T17:27:50.617438+0000 mgr.y (mgr.14142) 476 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:51.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:50 smithi001 bash[108165]: cluster 2023-12-26T17:27:50.617438+0000 mgr.y (mgr.14142) 476 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:51.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:50 smithi153 bash[108194]: cluster 2023-12-26T17:27:50.617438+0000 mgr.y (mgr.14142) 476 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:53.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:52 smithi001 bash[111579]: cluster 2023-12-26T17:27:52.617981+0000 mgr.y (mgr.14142) 477 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:53.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:52 smithi001 bash[108165]: cluster 2023-12-26T17:27:52.617981+0000 mgr.y (mgr.14142) 477 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:53.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:52 smithi153 bash[108194]: cluster 2023-12-26T17:27:52.617981+0000 mgr.y (mgr.14142) 477 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:55.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:55 smithi001 bash[111579]: cluster 2023-12-26T17:27:54.618605+0000 mgr.y (mgr.14142) 478 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:55.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:55 smithi001 bash[108165]: cluster 2023-12-26T17:27:54.618605+0000 mgr.y (mgr.14142) 478 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:55.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:55 smithi153 bash[108194]: cluster 2023-12-26T17:27:54.618605+0000 mgr.y (mgr.14142) 478 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:57.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:56 smithi001 bash[111579]: cluster 2023-12-26T17:27:56.619196+0000 mgr.y (mgr.14142) 479 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:57.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:56 smithi001 bash[108165]: cluster 2023-12-26T17:27:56.619196+0000 mgr.y (mgr.14142) 479 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:57.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:56 smithi153 bash[108194]: cluster 2023-12-26T17:27:56.619196+0000 mgr.y (mgr.14142) 479 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:59.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:27:58 smithi001 bash[111579]: cluster 2023-12-26T17:27:58.619735+0000 mgr.y (mgr.14142) 480 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:59.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:27:58 smithi001 bash[108165]: cluster 2023-12-26T17:27:58.619735+0000 mgr.y (mgr.14142) 480 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:27:59.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:27:58 smithi153 bash[108194]: cluster 2023-12-26T17:27:58.619735+0000 mgr.y (mgr.14142) 480 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:01.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:00 smithi001 bash[111579]: cluster 2023-12-26T17:28:00.620509+0000 mgr.y (mgr.14142) 481 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:01.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:00 smithi001 bash[108165]: cluster 2023-12-26T17:28:00.620509+0000 mgr.y (mgr.14142) 481 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:01.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:00 smithi153 bash[108194]: cluster 2023-12-26T17:28:00.620509+0000 mgr.y (mgr.14142) 481 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:01.088 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:28:01.639 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:28:01.639 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (95s) 89s ago 95s 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:28:01.639 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (11m) 89s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:28:01.639 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (12m) 91s ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:28:01.639 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (12m) 91s ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (11m) 89s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (11m) 91s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 91s ago 4m prom/node-exporter 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 89s ago 4m prom/node-exporter 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (10m) 91s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (10m) 91s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (10m) 91s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (10m) 91s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (10m) 89s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (9m) 89s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (9m) 89s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (9m) 89s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (92s) 91s ago 93s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:28:01.640 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (94s) 89s ago 94s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:28:01.945 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:28:01.946 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:28:02.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:01 smithi001 bash[108165]: audit 2023-12-26T17:28:01.078656+0000 mgr.y (mgr.14142) 482 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:02.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:01 smithi001 bash[108165]: audit 2023-12-26T17:28:01.358977+0000 mgr.y (mgr.14142) 483 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:02.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:01 smithi001 bash[111579]: audit 2023-12-26T17:28:01.078656+0000 mgr.y (mgr.14142) 482 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:02.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:01 smithi001 bash[111579]: audit 2023-12-26T17:28:01.358977+0000 mgr.y (mgr.14142) 483 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:02.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:01 smithi153 bash[108194]: audit 2023-12-26T17:28:01.078656+0000 mgr.y (mgr.14142) 482 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:02.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:01 smithi153 bash[108194]: audit 2023-12-26T17:28:01.358977+0000 mgr.y (mgr.14142) 483 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:02.224 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:28:02.225 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:28:02.225 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:28:02.225 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:28:02.225 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:28:02.225 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:28:03.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[111579]: audit 2023-12-26T17:28:01.637638+0000 mgr.y (mgr.14142) 484 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:03.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[111579]: audit 2023-12-26T17:28:01.946583+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.1:0/2731238574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:28:03.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[111579]: audit 2023-12-26T17:28:02.225782+0000 mgr.y (mgr.14142) 485 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:03.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[111579]: cluster 2023-12-26T17:28:02.621004+0000 mgr.y (mgr.14142) 486 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:03.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[108165]: audit 2023-12-26T17:28:01.637638+0000 mgr.y (mgr.14142) 484 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:03.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[108165]: audit 2023-12-26T17:28:01.946583+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.1:0/2731238574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:28:03.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[108165]: audit 2023-12-26T17:28:02.225782+0000 mgr.y (mgr.14142) 485 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:03.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:02 smithi001 bash[108165]: cluster 2023-12-26T17:28:02.621004+0000 mgr.y (mgr.14142) 486 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:03.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:02 smithi153 bash[108194]: audit 2023-12-26T17:28:01.637638+0000 mgr.y (mgr.14142) 484 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:03.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:02 smithi153 bash[108194]: audit 2023-12-26T17:28:01.946583+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.1:0/2731238574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:28:03.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:02 smithi153 bash[108194]: audit 2023-12-26T17:28:02.225782+0000 mgr.y (mgr.14142) 485 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:03.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:02 smithi153 bash[108194]: cluster 2023-12-26T17:28:02.621004+0000 mgr.y (mgr.14142) 486 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:05.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:05 smithi001 bash[111579]: cluster 2023-12-26T17:28:04.621718+0000 mgr.y (mgr.14142) 487 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:05.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:05 smithi001 bash[108165]: cluster 2023-12-26T17:28:04.621718+0000 mgr.y (mgr.14142) 487 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:05.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:05 smithi153 bash[108194]: cluster 2023-12-26T17:28:04.621718+0000 mgr.y (mgr.14142) 487 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:07.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:06 smithi001 bash[111579]: cluster 2023-12-26T17:28:06.622366+0000 mgr.y (mgr.14142) 488 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:07.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:06 smithi001 bash[108165]: cluster 2023-12-26T17:28:06.622366+0000 mgr.y (mgr.14142) 488 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:07.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:06 smithi153 bash[108194]: cluster 2023-12-26T17:28:06.622366+0000 mgr.y (mgr.14142) 488 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:07.571 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:07 smithi001 bash[128920]: time="2023-12-26T17:28:07Z" 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" 2023-12-26T17:28:07.831 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:07 smithi153 bash[118726]: time="2023-12-26T17:28:07Z" 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" 2023-12-26T17:28:09.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:08 smithi001 bash[108165]: cluster 2023-12-26T17:28:08.622941+0000 mgr.y (mgr.14142) 489 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:09.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:08 smithi001 bash[111579]: cluster 2023-12-26T17:28:08.622941+0000 mgr.y (mgr.14142) 489 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:09.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:08 smithi153 bash[108194]: cluster 2023-12-26T17:28:08.622941+0000 mgr.y (mgr.14142) 489 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:11.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:10 smithi001 bash[108165]: cluster 2023-12-26T17:28:10.623566+0000 mgr.y (mgr.14142) 490 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:11.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:10 smithi001 bash[111579]: cluster 2023-12-26T17:28:10.623566+0000 mgr.y (mgr.14142) 490 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:11.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:10 smithi153 bash[108194]: cluster 2023-12-26T17:28:10.623566+0000 mgr.y (mgr.14142) 490 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:12 smithi001 bash[111579]: cluster 2023-12-26T17:28:12.624127+0000 mgr.y (mgr.14142) 491 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:13.073 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:12 smithi001 bash[108165]: cluster 2023-12-26T17:28:12.624127+0000 mgr.y (mgr.14142) 491 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:12 smithi153 bash[108194]: cluster 2023-12-26T17:28:12.624127+0000 mgr.y (mgr.14142) 491 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:15.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:15 smithi001 bash[111579]: cluster 2023-12-26T17:28:14.624572+0000 mgr.y (mgr.14142) 492 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:15.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:15 smithi001 bash[108165]: cluster 2023-12-26T17:28:14.624572+0000 mgr.y (mgr.14142) 492 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:15.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:15 smithi153 bash[108194]: cluster 2023-12-26T17:28:14.624572+0000 mgr.y (mgr.14142) 492 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:17.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:16 smithi001 bash[111579]: cluster 2023-12-26T17:28:16.625143+0000 mgr.y (mgr.14142) 493 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:17.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:16 smithi001 bash[108165]: cluster 2023-12-26T17:28:16.625143+0000 mgr.y (mgr.14142) 493 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:17.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:16 smithi153 bash[108194]: cluster 2023-12-26T17:28:16.625143+0000 mgr.y (mgr.14142) 493 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:19.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:18 smithi001 bash[111579]: cluster 2023-12-26T17:28:18.625855+0000 mgr.y (mgr.14142) 494 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:19.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:18 smithi001 bash[108165]: cluster 2023-12-26T17:28:18.625855+0000 mgr.y (mgr.14142) 494 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:19.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:18 smithi153 bash[108194]: cluster 2023-12-26T17:28:18.625855+0000 mgr.y (mgr.14142) 494 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:21.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:20 smithi001 bash[111579]: cluster 2023-12-26T17:28:20.626616+0000 mgr.y (mgr.14142) 495 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:21.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:20 smithi001 bash[108165]: cluster 2023-12-26T17:28:20.626616+0000 mgr.y (mgr.14142) 495 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:21.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:20 smithi153 bash[108194]: cluster 2023-12-26T17:28:20.626616+0000 mgr.y (mgr.14142) 495 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:23.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:22 smithi001 bash[111579]: cluster 2023-12-26T17:28:22.627144+0000 mgr.y (mgr.14142) 496 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:23.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:22 smithi001 bash[108165]: cluster 2023-12-26T17:28:22.627144+0000 mgr.y (mgr.14142) 496 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:23.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:22 smithi153 bash[108194]: cluster 2023-12-26T17:28:22.627144+0000 mgr.y (mgr.14142) 496 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:25.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:25 smithi001 bash[111579]: cluster 2023-12-26T17:28:24.627702+0000 mgr.y (mgr.14142) 497 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:25 smithi001 bash[108165]: cluster 2023-12-26T17:28:24.627702+0000 mgr.y (mgr.14142) 497 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:25.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:25 smithi153 bash[108194]: cluster 2023-12-26T17:28:24.627702+0000 mgr.y (mgr.14142) 497 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:27.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:26 smithi001 bash[111579]: cluster 2023-12-26T17:28:26.628281+0000 mgr.y (mgr.14142) 498 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:27.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:26 smithi001 bash[108165]: cluster 2023-12-26T17:28:26.628281+0000 mgr.y (mgr.14142) 498 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:27.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:26 smithi153 bash[108194]: cluster 2023-12-26T17:28:26.628281+0000 mgr.y (mgr.14142) 498 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:29.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:28 smithi001 bash[111579]: cluster 2023-12-26T17:28:28.628921+0000 mgr.y (mgr.14142) 499 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:29.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:28 smithi001 bash[108165]: cluster 2023-12-26T17:28:28.628921+0000 mgr.y (mgr.14142) 499 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:29.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:28 smithi153 bash[108194]: cluster 2023-12-26T17:28:28.628921+0000 mgr.y (mgr.14142) 499 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:31.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:30 smithi001 bash[108165]: cluster 2023-12-26T17:28:30.629570+0000 mgr.y (mgr.14142) 500 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:31.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:30 smithi001 bash[111579]: cluster 2023-12-26T17:28:30.629570+0000 mgr.y (mgr.14142) 500 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:31.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:30 smithi153 bash[108194]: cluster 2023-12-26T17:28:30.629570+0000 mgr.y (mgr.14142) 500 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:32.530 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:28:33.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:32 smithi001 bash[108165]: audit 2023-12-26T17:28:32.522141+0000 mgr.y (mgr.14142) 501 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:33.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:32 smithi001 bash[108165]: cluster 2023-12-26T17:28:32.629998+0000 mgr.y (mgr.14142) 502 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:33.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:32 smithi001 bash[111579]: audit 2023-12-26T17:28:32.522141+0000 mgr.y (mgr.14142) 501 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:33.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:32 smithi001 bash[111579]: cluster 2023-12-26T17:28:32.629998+0000 mgr.y (mgr.14142) 502 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:33.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:32 smithi153 bash[108194]: audit 2023-12-26T17:28:32.522141+0000 mgr.y (mgr.14142) 501 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:33.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:32 smithi153 bash[108194]: cluster 2023-12-26T17:28:32.629998+0000 mgr.y (mgr.14142) 502 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (13m) 2m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (13m) 2m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (12m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (12m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 2m ago 4m prom/node-exporter 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 2m ago 4m prom/node-exporter 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (10m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:28:33.085 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:28:33.086 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:28:33.086 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:28:33.086 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:28:33.086 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:28:33.086 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:28:33.386 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:28:33.386 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:28:33.387 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:28:33.388 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:28:33.388 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:28:33.667 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:28:33.668 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:28:33.668 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:28:33.668 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:28:33.668 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:28:33.668 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:28:34.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:33 smithi001 bash[111579]: audit 2023-12-26T17:28:32.805401+0000 mgr.y (mgr.14142) 503 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:34.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:33 smithi001 bash[111579]: audit 2023-12-26T17:28:33.083725+0000 mgr.y (mgr.14142) 504 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:34.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:33 smithi001 bash[111579]: audit 2023-12-26T17:28:33.388424+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.1:0/4110988791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:28:34.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:33 smithi001 bash[108165]: audit 2023-12-26T17:28:32.805401+0000 mgr.y (mgr.14142) 503 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:34.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:33 smithi001 bash[108165]: audit 2023-12-26T17:28:33.083725+0000 mgr.y (mgr.14142) 504 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:34.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:33 smithi001 bash[108165]: audit 2023-12-26T17:28:33.388424+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.1:0/4110988791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:28:34.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:33 smithi153 bash[108194]: audit 2023-12-26T17:28:32.805401+0000 mgr.y (mgr.14142) 503 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:34.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:33 smithi153 bash[108194]: audit 2023-12-26T17:28:33.083725+0000 mgr.y (mgr.14142) 504 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:34.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:33 smithi153 bash[108194]: audit 2023-12-26T17:28:33.388424+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.1:0/4110988791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:28:35.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:35 smithi001 bash[111579]: audit 2023-12-26T17:28:33.669310+0000 mgr.y (mgr.14142) 505 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:35.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:35 smithi001 bash[111579]: cluster 2023-12-26T17:28:34.630703+0000 mgr.y (mgr.14142) 506 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:35.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:35 smithi001 bash[108165]: audit 2023-12-26T17:28:33.669310+0000 mgr.y (mgr.14142) 505 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:35.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:35 smithi001 bash[108165]: cluster 2023-12-26T17:28:34.630703+0000 mgr.y (mgr.14142) 506 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:35.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:35 smithi153 bash[108194]: audit 2023-12-26T17:28:33.669310+0000 mgr.y (mgr.14142) 505 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:28:35.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:35 smithi153 bash[108194]: cluster 2023-12-26T17:28:34.630703+0000 mgr.y (mgr.14142) 506 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:37.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:36 smithi001 bash[111579]: cluster 2023-12-26T17:28:36.631320+0000 mgr.y (mgr.14142) 507 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:37.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:36 smithi001 bash[108165]: cluster 2023-12-26T17:28:36.631320+0000 mgr.y (mgr.14142) 507 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:37.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:36 smithi153 bash[108194]: cluster 2023-12-26T17:28:36.631320+0000 mgr.y (mgr.14142) 507 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:39.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:38 smithi001 bash[111579]: cluster 2023-12-26T17:28:38.631890+0000 mgr.y (mgr.14142) 508 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:39.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:38 smithi001 bash[108165]: cluster 2023-12-26T17:28:38.631890+0000 mgr.y (mgr.14142) 508 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:39.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:38 smithi153 bash[108194]: cluster 2023-12-26T17:28:38.631890+0000 mgr.y (mgr.14142) 508 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:41.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:40 smithi001 bash[111579]: cluster 2023-12-26T17:28:40.632438+0000 mgr.y (mgr.14142) 509 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:41.072 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:40 smithi001 bash[108165]: cluster 2023-12-26T17:28:40.632438+0000 mgr.y (mgr.14142) 509 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:41.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:40 smithi153 bash[108194]: cluster 2023-12-26T17:28:40.632438+0000 mgr.y (mgr.14142) 509 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:42 smithi001 bash[111579]: cluster 2023-12-26T17:28:42.633198+0000 mgr.y (mgr.14142) 510 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:43.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:42 smithi001 bash[108165]: cluster 2023-12-26T17:28:42.633198+0000 mgr.y (mgr.14142) 510 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:43.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:42 smithi153 bash[108194]: cluster 2023-12-26T17:28:42.633198+0000 mgr.y (mgr.14142) 510 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:44.945 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 bash[128920]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:28:44.945 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 bash[128920]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:28:44.945 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 bash[128920]: Error: 3 errors occurred while pulling: 2023-12-26T17:28:44.945 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 bash[128920]: * 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 2023-12-26T17:28:45.157 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:44 smithi153 bash[118726]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:28:45.157 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 bash[118726]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:28:45.224 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 bash[128920]: * 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 2023-12-26T17:28:45.224 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 bash[128920]: * 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 2023-12-26T17:28:45.224 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:28:45.224 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:44 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-26T17:28:45.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:45 smithi001 bash[108165]: cluster 2023-12-26T17:28:44.633911+0000 mgr.y (mgr.14142) 511 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:45.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:45 smithi001 bash[111579]: cluster 2023-12-26T17:28:44.633911+0000 mgr.y (mgr.14142) 511 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:45.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:45 smithi153 bash[108194]: cluster 2023-12-26T17:28:44.633911+0000 mgr.y (mgr.14142) 511 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:45.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 bash[118726]: Error: 3 errors occurred while pulling: 2023-12-26T17:28:45.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 bash[118726]: * 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 2023-12-26T17:28:45.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 bash[118726]: * 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 2023-12-26T17:28:45.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 bash[118726]: * 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 2023-12-26T17:28:45.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:28:45.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:45 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-26T17:28:47.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:46 smithi001 bash[111579]: cluster 2023-12-26T17:28:46.634521+0000 mgr.y (mgr.14142) 512 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:47.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:46 smithi001 bash[108165]: cluster 2023-12-26T17:28:46.634521+0000 mgr.y (mgr.14142) 512 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:47.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:46 smithi153 bash[108194]: cluster 2023-12-26T17:28:46.634521+0000 mgr.y (mgr.14142) 512 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:49.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:48 smithi001 bash[111579]: cluster 2023-12-26T17:28:48.635052+0000 mgr.y (mgr.14142) 513 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:49.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:48 smithi001 bash[108165]: cluster 2023-12-26T17:28:48.635052+0000 mgr.y (mgr.14142) 513 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:49.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:48 smithi153 bash[108194]: cluster 2023-12-26T17:28:48.635052+0000 mgr.y (mgr.14142) 513 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:51.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:50 smithi001 bash[111579]: cluster 2023-12-26T17:28:50.635669+0000 mgr.y (mgr.14142) 514 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:51.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:50 smithi001 bash[108165]: cluster 2023-12-26T17:28:50.635669+0000 mgr.y (mgr.14142) 514 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:51.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:50 smithi153 bash[108194]: cluster 2023-12-26T17:28:50.635669+0000 mgr.y (mgr.14142) 514 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:53.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:52 smithi001 bash[111579]: cluster 2023-12-26T17:28:52.636249+0000 mgr.y (mgr.14142) 515 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:53.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:52 smithi001 bash[108165]: cluster 2023-12-26T17:28:52.636249+0000 mgr.y (mgr.14142) 515 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:53.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:52 smithi153 bash[108194]: cluster 2023-12-26T17:28:52.636249+0000 mgr.y (mgr.14142) 515 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:55.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:55 smithi001 bash[111579]: cluster 2023-12-26T17:28:54.636741+0000 mgr.y (mgr.14142) 516 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:55.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:55 smithi001 bash[108165]: cluster 2023-12-26T17:28:54.636741+0000 mgr.y (mgr.14142) 516 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 2. 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 systemd[1]: Stopped Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 systemd[1]: Starting Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 podman[130694]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 systemd[1]: Started Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 bash[130709]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:28:55.572 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:28:55 smithi001 bash[130709]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:28:55.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:55 smithi153 bash[108194]: cluster 2023-12-26T17:28:54.636741+0000 mgr.y (mgr.14142) 516 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:55.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 2. 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 systemd[1]: Stopped Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 systemd[1]: Starting Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 podman[120173]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.b" found: no such container 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 systemd[1]: Started Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 bash[120188]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:28:55.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:28:55 smithi153 bash[120188]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:28:57.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:56 smithi001 bash[111579]: cluster 2023-12-26T17:28:56.637436+0000 mgr.y (mgr.14142) 517 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:57.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:56 smithi001 bash[108165]: cluster 2023-12-26T17:28:56.637436+0000 mgr.y (mgr.14142) 517 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:57.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:56 smithi153 bash[108194]: cluster 2023-12-26T17:28:56.637436+0000 mgr.y (mgr.14142) 517 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:59.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:28:58 smithi001 bash[111579]: cluster 2023-12-26T17:28:58.637955+0000 mgr.y (mgr.14142) 518 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:59.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:28:58 smithi001 bash[108165]: cluster 2023-12-26T17:28:58.637955+0000 mgr.y (mgr.14142) 518 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:28:59.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:28:58 smithi153 bash[108194]: cluster 2023-12-26T17:28:58.637955+0000 mgr.y (mgr.14142) 518 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:01.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:00 smithi001 bash[111579]: cluster 2023-12-26T17:29:00.638717+0000 mgr.y (mgr.14142) 519 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:01.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:00 smithi001 bash[108165]: cluster 2023-12-26T17:29:00.638717+0000 mgr.y (mgr.14142) 519 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:01.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:00 smithi153 bash[108194]: cluster 2023-12-26T17:29:00.638717+0000 mgr.y (mgr.14142) 519 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:03.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:02 smithi001 bash[111579]: cluster 2023-12-26T17:29:02.639228+0000 mgr.y (mgr.14142) 520 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:03.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:02 smithi001 bash[108165]: cluster 2023-12-26T17:29:02.639228+0000 mgr.y (mgr.14142) 520 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:03.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:02 smithi153 bash[108194]: cluster 2023-12-26T17:29:02.639228+0000 mgr.y (mgr.14142) 520 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:03.976 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (12m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (13m) 2m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (13m) 2m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (12m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (12m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 2m ago 5m prom/node-exporter 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 2m ago 5m prom/node-exporter 2023-12-26T17:29:04.526 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (11m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (10m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:29:04.527 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:29:04.832 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:04.833 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:29:04.834 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:29:05.113 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:29:05.113 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:29:05.113 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:29:05.114 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:29:05.114 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:29:05.114 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:29:05.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[111579]: audit 2023-12-26T17:29:03.967124+0000 mgr.y (mgr.14142) 521 : audit [DBG] from='client.25033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[111579]: audit 2023-12-26T17:29:04.248634+0000 mgr.y (mgr.14142) 522 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[111579]: audit 2023-12-26T17:29:04.524843+0000 mgr.y (mgr.14142) 523 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[111579]: cluster 2023-12-26T17:29:04.639651+0000 mgr.y (mgr.14142) 524 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:05.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[111579]: audit 2023-12-26T17:29:04.835065+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.1:0/2533847646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:29:05.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[108165]: audit 2023-12-26T17:29:03.967124+0000 mgr.y (mgr.14142) 521 : audit [DBG] from='client.25033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[108165]: audit 2023-12-26T17:29:04.248634+0000 mgr.y (mgr.14142) 522 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[108165]: audit 2023-12-26T17:29:04.524843+0000 mgr.y (mgr.14142) 523 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[108165]: cluster 2023-12-26T17:29:04.639651+0000 mgr.y (mgr.14142) 524 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:05.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:05 smithi001 bash[108165]: audit 2023-12-26T17:29:04.835065+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.1:0/2533847646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:29:05.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:05 smithi153 bash[108194]: audit 2023-12-26T17:29:03.967124+0000 mgr.y (mgr.14142) 521 : audit [DBG] from='client.25033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:05 smithi153 bash[108194]: audit 2023-12-26T17:29:04.248634+0000 mgr.y (mgr.14142) 522 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:05 smithi153 bash[108194]: audit 2023-12-26T17:29:04.524843+0000 mgr.y (mgr.14142) 523 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:05.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:05 smithi153 bash[108194]: cluster 2023-12-26T17:29:04.639651+0000 mgr.y (mgr.14142) 524 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:05.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:05 smithi153 bash[108194]: audit 2023-12-26T17:29:04.835065+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.1:0/2533847646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:29:06.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:06 smithi001 bash[111579]: audit 2023-12-26T17:29:05.115330+0000 mgr.y (mgr.14142) 525 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:06.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:06 smithi001 bash[108165]: audit 2023-12-26T17:29:05.115330+0000 mgr.y (mgr.14142) 525 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:06.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:06 smithi153 bash[108194]: audit 2023-12-26T17:29:05.115330+0000 mgr.y (mgr.14142) 525 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:07.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:07 smithi001 bash[111579]: cluster 2023-12-26T17:29:06.640187+0000 mgr.y (mgr.14142) 526 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:07.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:07 smithi001 bash[108165]: cluster 2023-12-26T17:29:06.640187+0000 mgr.y (mgr.14142) 526 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:07.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:07 smithi153 bash[108194]: cluster 2023-12-26T17:29:06.640187+0000 mgr.y (mgr.14142) 526 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:09.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:08 smithi001 bash[111579]: cluster 2023-12-26T17:29:08.640843+0000 mgr.y (mgr.14142) 527 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:09.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:08 smithi001 bash[108165]: cluster 2023-12-26T17:29:08.640843+0000 mgr.y (mgr.14142) 527 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:09.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:08 smithi153 bash[108194]: cluster 2023-12-26T17:29:08.640843+0000 mgr.y (mgr.14142) 527 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:11.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:10 smithi001 bash[111579]: cluster 2023-12-26T17:29:10.641391+0000 mgr.y (mgr.14142) 528 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:11.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:10 smithi001 bash[108165]: cluster 2023-12-26T17:29:10.641391+0000 mgr.y (mgr.14142) 528 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:11.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:10 smithi153 bash[108194]: cluster 2023-12-26T17:29:10.641391+0000 mgr.y (mgr.14142) 528 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:13.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:12 smithi001 bash[111579]: cluster 2023-12-26T17:29:12.641971+0000 mgr.y (mgr.14142) 529 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:12 smithi001 bash[108165]: cluster 2023-12-26T17:29:12.641971+0000 mgr.y (mgr.14142) 529 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:12 smithi153 bash[108194]: cluster 2023-12-26T17:29:12.641971+0000 mgr.y (mgr.14142) 529 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:15.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:15 smithi001 bash[111579]: cluster 2023-12-26T17:29:14.642440+0000 mgr.y (mgr.14142) 530 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:15.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:15 smithi001 bash[108165]: cluster 2023-12-26T17:29:14.642440+0000 mgr.y (mgr.14142) 530 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:15.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:15 smithi153 bash[108194]: cluster 2023-12-26T17:29:14.642440+0000 mgr.y (mgr.14142) 530 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:17.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:16 smithi001 bash[108165]: cluster 2023-12-26T17:29:16.643265+0000 mgr.y (mgr.14142) 531 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:17.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:16 smithi001 bash[111579]: cluster 2023-12-26T17:29:16.643265+0000 mgr.y (mgr.14142) 531 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:17.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:16 smithi153 bash[108194]: cluster 2023-12-26T17:29:16.643265+0000 mgr.y (mgr.14142) 531 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:19.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:18 smithi001 bash[111579]: cluster 2023-12-26T17:29:18.643926+0000 mgr.y (mgr.14142) 532 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:19.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:18 smithi001 bash[108165]: cluster 2023-12-26T17:29:18.643926+0000 mgr.y (mgr.14142) 532 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:19.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:18 smithi153 bash[108194]: cluster 2023-12-26T17:29:18.643926+0000 mgr.y (mgr.14142) 532 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:21.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:20 smithi001 bash[111579]: cluster 2023-12-26T17:29:20.644504+0000 mgr.y (mgr.14142) 533 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:21.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:20 smithi001 bash[108165]: cluster 2023-12-26T17:29:20.644504+0000 mgr.y (mgr.14142) 533 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:21.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:20 smithi153 bash[108194]: cluster 2023-12-26T17:29:20.644504+0000 mgr.y (mgr.14142) 533 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:23.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:22 smithi001 bash[111579]: cluster 2023-12-26T17:29:22.645165+0000 mgr.y (mgr.14142) 534 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:23.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:22 smithi001 bash[108165]: cluster 2023-12-26T17:29:22.645165+0000 mgr.y (mgr.14142) 534 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:23.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:22 smithi153 bash[108194]: cluster 2023-12-26T17:29:22.645165+0000 mgr.y (mgr.14142) 534 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:25.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:25 smithi001 bash[111579]: cluster 2023-12-26T17:29:24.645836+0000 mgr.y (mgr.14142) 535 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:25 smithi001 bash[108165]: cluster 2023-12-26T17:29:24.645836+0000 mgr.y (mgr.14142) 535 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:25.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:25 smithi153 bash[108194]: cluster 2023-12-26T17:29:24.645836+0000 mgr.y (mgr.14142) 535 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:27.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:26 smithi001 bash[108165]: cluster 2023-12-26T17:29:26.646538+0000 mgr.y (mgr.14142) 536 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:27.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:26 smithi001 bash[111579]: cluster 2023-12-26T17:29:26.646538+0000 mgr.y (mgr.14142) 536 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:27.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:26 smithi153 bash[108194]: cluster 2023-12-26T17:29:26.646538+0000 mgr.y (mgr.14142) 536 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:29.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:28 smithi001 bash[111579]: cluster 2023-12-26T17:29:28.647039+0000 mgr.y (mgr.14142) 537 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:29.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:28 smithi001 bash[108165]: cluster 2023-12-26T17:29:28.647039+0000 mgr.y (mgr.14142) 537 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:29.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:28 smithi153 bash[108194]: cluster 2023-12-26T17:29:28.647039+0000 mgr.y (mgr.14142) 537 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:31.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:30 smithi001 bash[111579]: cluster 2023-12-26T17:29:30.647791+0000 mgr.y (mgr.14142) 538 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:31.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:30 smithi001 bash[108165]: cluster 2023-12-26T17:29:30.647791+0000 mgr.y (mgr.14142) 538 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:31.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:30 smithi153 bash[108194]: cluster 2023-12-26T17:29:30.647791+0000 mgr.y (mgr.14142) 538 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:32.071 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[130709]: time="2023-12-26T17:29:31Z" 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" 2023-12-26T17:29:32.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: debug 2023-12-26T17:29:31.625+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: cephadm 2023-12-26T17:29:31.627062+0000 mgr.y (mgr.14142) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: cephadm 2023-12-26T17:29:31.627062+0000 mgr.y (mgr.14142) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:29:32.075 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.076 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:29:32.077 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.078 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.079 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.080 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.081 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: cephadm 2023-12-26T17:29:31.627203+0000 mgr.y (mgr.14142) 540 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.082 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.083 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: cephadm 2023-12-26T17:29:31.627203+0000 mgr.y (mgr.14142) 540 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.084 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.084 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.085 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[108165]: cephadm 2023-12-26T17:29:31.629623+0000 mgr.y (mgr.14142) 541 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.086 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.087 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:31 smithi001 bash[111579]: cephadm 2023-12-26T17:29:31.629623+0000 mgr.y (mgr.14142) 541 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:29:32.088 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[120188]: time="2023-12-26T17:29:31Z" 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" 2023-12-26T17:29:32.088 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: cephadm 2023-12-26T17:29:31.627062+0000 mgr.y (mgr.14142) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: cephadm 2023-12-26T17:29:31.627203+0000 mgr.y (mgr.14142) 540 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:27:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:28:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:latest: reading manifest sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:29:32.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:29:32.094 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:29:32.094 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:31 smithi153 bash[108194]: cephadm 2023-12-26T17:29:31.629623+0000 mgr.y (mgr.14142) 541 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:29:33.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:32 smithi001 bash[111579]: cluster 2023-12-26T17:29:32.648333+0000 mgr.y (mgr.14142) 542 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:33.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:32 smithi001 bash[108165]: cluster 2023-12-26T17:29:32.648333+0000 mgr.y (mgr.14142) 542 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:33.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:32 smithi153 bash[108194]: cluster 2023-12-26T17:29:32.648333+0000 mgr.y (mgr.14142) 542 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:35.423 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:29:35.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:35 smithi001 bash[111579]: cluster 2023-12-26T17:29:34.649001+0000 mgr.y (mgr.14142) 543 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:35.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:35 smithi001 bash[108165]: cluster 2023-12-26T17:29:34.649001+0000 mgr.y (mgr.14142) 543 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:35.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:35 smithi153 bash[108194]: cluster 2023-12-26T17:29:34.649001+0000 mgr.y (mgr.14142) 543 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 3m ago 5m prom/node-exporter 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 3m ago 5m prom/node-exporter 2023-12-26T17:29:35.973 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (11m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:29:35.974 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:29:36.277 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:29:36.277 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:29:36.277 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:29:36.277 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:36.277 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:29:36.277 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:29:36.278 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:29:36.559 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:29:36.559 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:29:36.559 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:29:36.559 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:29:36.560 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:29:36.560 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:29:36.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:36 smithi001 bash[108165]: audit 2023-12-26T17:29:35.414130+0000 mgr.y (mgr.14142) 544 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:36.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:36 smithi001 bash[111579]: audit 2023-12-26T17:29:35.414130+0000 mgr.y (mgr.14142) 544 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:36.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:36 smithi153 bash[108194]: audit 2023-12-26T17:29:35.414130+0000 mgr.y (mgr.14142) 544 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[111579]: audit 2023-12-26T17:29:35.697558+0000 mgr.y (mgr.14142) 545 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[111579]: audit 2023-12-26T17:29:35.972133+0000 mgr.y (mgr.14142) 546 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[111579]: audit 2023-12-26T17:29:36.279875+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.1:0/3260820801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[111579]: audit 2023-12-26T17:29:36.561675+0000 mgr.y (mgr.14142) 547 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[111579]: cluster 2023-12-26T17:29:36.649578+0000 mgr.y (mgr.14142) 548 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[108165]: audit 2023-12-26T17:29:35.697558+0000 mgr.y (mgr.14142) 545 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[108165]: audit 2023-12-26T17:29:35.972133+0000 mgr.y (mgr.14142) 546 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[108165]: audit 2023-12-26T17:29:36.279875+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.1:0/3260820801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[108165]: audit 2023-12-26T17:29:36.561675+0000 mgr.y (mgr.14142) 547 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:37 smithi001 bash[108165]: cluster 2023-12-26T17:29:36.649578+0000 mgr.y (mgr.14142) 548 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:37.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:37 smithi153 bash[108194]: audit 2023-12-26T17:29:35.697558+0000 mgr.y (mgr.14142) 545 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:37 smithi153 bash[108194]: audit 2023-12-26T17:29:35.972133+0000 mgr.y (mgr.14142) 546 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:37 smithi153 bash[108194]: audit 2023-12-26T17:29:36.279875+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.1:0/3260820801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:29:37.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:37 smithi153 bash[108194]: audit 2023-12-26T17:29:36.561675+0000 mgr.y (mgr.14142) 547 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:29:37.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:37 smithi153 bash[108194]: cluster 2023-12-26T17:29:36.649578+0000 mgr.y (mgr.14142) 548 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:39.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:38 smithi001 bash[108165]: cluster 2023-12-26T17:29:38.650085+0000 mgr.y (mgr.14142) 549 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:39.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:38 smithi001 bash[111579]: cluster 2023-12-26T17:29:38.650085+0000 mgr.y (mgr.14142) 549 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:39.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:38 smithi153 bash[108194]: cluster 2023-12-26T17:29:38.650085+0000 mgr.y (mgr.14142) 549 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:41.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:40 smithi001 bash[111579]: cluster 2023-12-26T17:29:40.650676+0000 mgr.y (mgr.14142) 550 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:41.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:40 smithi001 bash[108165]: cluster 2023-12-26T17:29:40.650676+0000 mgr.y (mgr.14142) 550 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:41.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:40 smithi153 bash[108194]: cluster 2023-12-26T17:29:40.650676+0000 mgr.y (mgr.14142) 550 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:43.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:42 smithi001 bash[111579]: cluster 2023-12-26T17:29:42.651305+0000 mgr.y (mgr.14142) 551 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:43.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:42 smithi001 bash[108165]: cluster 2023-12-26T17:29:42.651305+0000 mgr.y (mgr.14142) 551 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:43.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:42 smithi153 bash[108194]: cluster 2023-12-26T17:29:42.651305+0000 mgr.y (mgr.14142) 551 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:45.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:45 smithi001 bash[108165]: cluster 2023-12-26T17:29:44.651817+0000 mgr.y (mgr.14142) 552 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:45.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:45 smithi001 bash[111579]: cluster 2023-12-26T17:29:44.651817+0000 mgr.y (mgr.14142) 552 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:45.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:45 smithi153 bash[108194]: cluster 2023-12-26T17:29:44.651817+0000 mgr.y (mgr.14142) 552 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:47.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:46 smithi001 bash[111579]: cluster 2023-12-26T17:29:46.652387+0000 mgr.y (mgr.14142) 553 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:47.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:46 smithi001 bash[108165]: cluster 2023-12-26T17:29:46.652387+0000 mgr.y (mgr.14142) 553 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:47.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:46 smithi153 bash[108194]: cluster 2023-12-26T17:29:46.652387+0000 mgr.y (mgr.14142) 553 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:49.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:48 smithi001 bash[111579]: cluster 2023-12-26T17:29:48.652980+0000 mgr.y (mgr.14142) 554 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:49.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:48 smithi001 bash[108165]: cluster 2023-12-26T17:29:48.652980+0000 mgr.y (mgr.14142) 554 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:49.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:48 smithi153 bash[108194]: cluster 2023-12-26T17:29:48.652980+0000 mgr.y (mgr.14142) 554 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:51.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:50 smithi001 bash[111579]: cluster 2023-12-26T17:29:50.653560+0000 mgr.y (mgr.14142) 555 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:51.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:50 smithi001 bash[108165]: cluster 2023-12-26T17:29:50.653560+0000 mgr.y (mgr.14142) 555 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:51.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:50 smithi153 bash[108194]: cluster 2023-12-26T17:29:50.653560+0000 mgr.y (mgr.14142) 555 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:53.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:52 smithi001 bash[111579]: cluster 2023-12-26T17:29:52.654334+0000 mgr.y (mgr.14142) 556 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:53.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:52 smithi001 bash[108165]: cluster 2023-12-26T17:29:52.654334+0000 mgr.y (mgr.14142) 556 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:53.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:52 smithi153 bash[108194]: cluster 2023-12-26T17:29:52.654334+0000 mgr.y (mgr.14142) 556 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:55.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:55 smithi001 bash[111579]: cluster 2023-12-26T17:29:54.655051+0000 mgr.y (mgr.14142) 557 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:55.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:55 smithi001 bash[108165]: cluster 2023-12-26T17:29:54.655051+0000 mgr.y (mgr.14142) 557 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:55.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:55 smithi153 bash[108194]: cluster 2023-12-26T17:29:54.655051+0000 mgr.y (mgr.14142) 557 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:57.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:56 smithi001 bash[111579]: cluster 2023-12-26T17:29:56.655848+0000 mgr.y (mgr.14142) 558 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:57.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:56 smithi001 bash[108165]: cluster 2023-12-26T17:29:56.655848+0000 mgr.y (mgr.14142) 558 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:57.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:56 smithi153 bash[108194]: cluster 2023-12-26T17:29:56.655848+0000 mgr.y (mgr.14142) 558 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:59.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:29:58 smithi001 bash[111579]: cluster 2023-12-26T17:29:58.656309+0000 mgr.y (mgr.14142) 559 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:59.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:29:58 smithi001 bash[108165]: cluster 2023-12-26T17:29:58.656309+0000 mgr.y (mgr.14142) 559 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:29:59.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:29:58 smithi153 bash[108194]: cluster 2023-12-26T17:29:58.656309+0000 mgr.y (mgr.14142) 559 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:00 smithi001 bash[111579]: cluster 2023-12-26T17:30:00.656879+0000 mgr.y (mgr.14142) 560 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:01.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:00 smithi001 bash[108165]: cluster 2023-12-26T17:30:00.656879+0000 mgr.y (mgr.14142) 560 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:01.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:00 smithi153 bash[108194]: cluster 2023-12-26T17:30:00.656879+0000 mgr.y (mgr.14142) 560 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:03.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:02 smithi001 bash[111579]: cluster 2023-12-26T17:30:02.657462+0000 mgr.y (mgr.14142) 561 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:03.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:02 smithi001 bash[108165]: cluster 2023-12-26T17:30:02.657462+0000 mgr.y (mgr.14142) 561 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:03.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:02 smithi153 bash[108194]: cluster 2023-12-26T17:30:02.657462+0000 mgr.y (mgr.14142) 561 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:06.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:06 smithi001 bash[111579]: cluster 2023-12-26T17:30:04.658167+0000 mgr.y (mgr.14142) 562 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:06.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:06 smithi001 bash[108165]: cluster 2023-12-26T17:30:04.658167+0000 mgr.y (mgr.14142) 562 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:06.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:06 smithi153 bash[108194]: cluster 2023-12-26T17:30:04.658167+0000 mgr.y (mgr.14142) 562 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:06.865 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:30:07.416 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (14m) 3m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 3m ago 6m prom/node-exporter 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 3m ago 6m prom/node-exporter 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (12m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:30:07.417 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:30:07.418 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:30:07.418 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (11m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:30:07.418 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:30:07.418 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:30:07.418 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:30:07.418 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:30:07.728 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:30:07.728 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:30:07.728 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:07.729 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:30:07.730 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:30:07.730 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:30:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:30:08.010 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:30:08.011 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:30:08.011 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:30:08.011 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:30:08.011 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:30:08.011 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:30:08.570 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[130709]: time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:30:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[111579]: cluster 2023-12-26T17:30:06.658632+0000 mgr.y (mgr.14142) 563 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[111579]: audit 2023-12-26T17:30:06.857282+0000 mgr.y (mgr.14142) 564 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[111579]: audit 2023-12-26T17:30:07.138221+0000 mgr.y (mgr.14142) 565 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[111579]: audit 2023-12-26T17:30:07.416159+0000 mgr.y (mgr.14142) 566 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[111579]: audit 2023-12-26T17:30:07.731002+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.1:0/2982884355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[108165]: cluster 2023-12-26T17:30:06.658632+0000 mgr.y (mgr.14142) 563 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[108165]: audit 2023-12-26T17:30:06.857282+0000 mgr.y (mgr.14142) 564 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[108165]: audit 2023-12-26T17:30:07.138221+0000 mgr.y (mgr.14142) 565 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[108165]: audit 2023-12-26T17:30:07.416159+0000 mgr.y (mgr.14142) 566 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:08 smithi001 bash[108165]: audit 2023-12-26T17:30:07.731002+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.1:0/2982884355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:30:08.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:08 smithi153 bash[108194]: cluster 2023-12-26T17:30:06.658632+0000 mgr.y (mgr.14142) 563 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:08.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:08 smithi153 bash[108194]: audit 2023-12-26T17:30:06.857282+0000 mgr.y (mgr.14142) 564 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:08 smithi153 bash[108194]: audit 2023-12-26T17:30:07.138221+0000 mgr.y (mgr.14142) 565 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:08 smithi153 bash[108194]: audit 2023-12-26T17:30:07.416159+0000 mgr.y (mgr.14142) 566 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:08.580 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:08 smithi153 bash[108194]: audit 2023-12-26T17:30:07.731002+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.1:0/2982884355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:30:09.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:09 smithi001 bash[111579]: audit 2023-12-26T17:30:08.012864+0000 mgr.y (mgr.14142) 567 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:09.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:09 smithi001 bash[108165]: audit 2023-12-26T17:30:08.012864+0000 mgr.y (mgr.14142) 567 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:09.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:09 smithi153 bash[108194]: audit 2023-12-26T17:30:08.012864+0000 mgr.y (mgr.14142) 567 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:09.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:30:09 smithi153 bash[120188]: time="2023-12-26T17:30:09Z" 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" 2023-12-26T17:30:10.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:10 smithi001 bash[111579]: cluster 2023-12-26T17:30:08.659109+0000 mgr.y (mgr.14142) 568 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:10.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:10 smithi001 bash[108165]: cluster 2023-12-26T17:30:08.659109+0000 mgr.y (mgr.14142) 568 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:10.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:10 smithi153 bash[108194]: cluster 2023-12-26T17:30:08.659109+0000 mgr.y (mgr.14142) 568 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:12.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:12 smithi001 bash[111579]: cluster 2023-12-26T17:30:10.659641+0000 mgr.y (mgr.14142) 569 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:12.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:12 smithi001 bash[108165]: cluster 2023-12-26T17:30:10.659641+0000 mgr.y (mgr.14142) 569 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:12.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:12 smithi153 bash[108194]: cluster 2023-12-26T17:30:10.659641+0000 mgr.y (mgr.14142) 569 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:14.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:14 smithi001 bash[111579]: cluster 2023-12-26T17:30:12.660305+0000 mgr.y (mgr.14142) 570 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:14.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:14 smithi001 bash[108165]: cluster 2023-12-26T17:30:12.660305+0000 mgr.y (mgr.14142) 570 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:14.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:14 smithi153 bash[108194]: cluster 2023-12-26T17:30:12.660305+0000 mgr.y (mgr.14142) 570 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:16.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:16 smithi001 bash[108165]: cluster 2023-12-26T17:30:14.660863+0000 mgr.y (mgr.14142) 571 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:16.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:16 smithi001 bash[111579]: cluster 2023-12-26T17:30:14.660863+0000 mgr.y (mgr.14142) 571 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:16 smithi153 bash[108194]: cluster 2023-12-26T17:30:14.660863+0000 mgr.y (mgr.14142) 571 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:18.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:18 smithi001 bash[108165]: cluster 2023-12-26T17:30:16.661419+0000 mgr.y (mgr.14142) 572 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:18.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:18 smithi001 bash[111579]: cluster 2023-12-26T17:30:16.661419+0000 mgr.y (mgr.14142) 572 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:18.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:18 smithi153 bash[108194]: cluster 2023-12-26T17:30:16.661419+0000 mgr.y (mgr.14142) 572 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:20.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:20 smithi001 bash[111579]: cluster 2023-12-26T17:30:18.662037+0000 mgr.y (mgr.14142) 573 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:20.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:20 smithi001 bash[108165]: cluster 2023-12-26T17:30:18.662037+0000 mgr.y (mgr.14142) 573 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:20.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:20 smithi153 bash[108194]: cluster 2023-12-26T17:30:18.662037+0000 mgr.y (mgr.14142) 573 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:22.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:22 smithi001 bash[111579]: cluster 2023-12-26T17:30:20.662609+0000 mgr.y (mgr.14142) 574 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:22.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:22 smithi001 bash[108165]: cluster 2023-12-26T17:30:20.662609+0000 mgr.y (mgr.14142) 574 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:22.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:22 smithi153 bash[108194]: cluster 2023-12-26T17:30:20.662609+0000 mgr.y (mgr.14142) 574 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:24.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:24 smithi001 bash[111579]: cluster 2023-12-26T17:30:22.663153+0000 mgr.y (mgr.14142) 575 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:24.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:24 smithi001 bash[108165]: cluster 2023-12-26T17:30:22.663153+0000 mgr.y (mgr.14142) 575 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:24.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:24 smithi153 bash[108194]: cluster 2023-12-26T17:30:22.663153+0000 mgr.y (mgr.14142) 575 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:26.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:26 smithi001 bash[108165]: cluster 2023-12-26T17:30:24.663684+0000 mgr.y (mgr.14142) 576 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:26.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:26 smithi001 bash[111579]: cluster 2023-12-26T17:30:24.663684+0000 mgr.y (mgr.14142) 576 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:26.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:26 smithi153 bash[108194]: cluster 2023-12-26T17:30:24.663684+0000 mgr.y (mgr.14142) 576 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:28.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:28 smithi001 bash[111579]: cluster 2023-12-26T17:30:26.664258+0000 mgr.y (mgr.14142) 577 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:28.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:28 smithi001 bash[108165]: cluster 2023-12-26T17:30:26.664258+0000 mgr.y (mgr.14142) 577 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:28.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:28 smithi153 bash[108194]: cluster 2023-12-26T17:30:26.664258+0000 mgr.y (mgr.14142) 577 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:30.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:30 smithi001 bash[111579]: cluster 2023-12-26T17:30:28.664840+0000 mgr.y (mgr.14142) 578 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:30.626 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:30 smithi001 bash[108165]: cluster 2023-12-26T17:30:28.664840+0000 mgr.y (mgr.14142) 578 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:30.626 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:30 smithi153 bash[108194]: cluster 2023-12-26T17:30:28.664840+0000 mgr.y (mgr.14142) 578 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:32.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:32 smithi001 bash[111579]: cluster 2023-12-26T17:30:30.665405+0000 mgr.y (mgr.14142) 579 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:32.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:32 smithi001 bash[108165]: cluster 2023-12-26T17:30:30.665405+0000 mgr.y (mgr.14142) 579 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:32.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:32 smithi153 bash[108194]: cluster 2023-12-26T17:30:30.665405+0000 mgr.y (mgr.14142) 579 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:34.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:34 smithi001 bash[108165]: cluster 2023-12-26T17:30:32.666112+0000 mgr.y (mgr.14142) 580 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:34.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:34 smithi001 bash[111579]: cluster 2023-12-26T17:30:32.666112+0000 mgr.y (mgr.14142) 580 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:34.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:34 smithi153 bash[108194]: cluster 2023-12-26T17:30:32.666112+0000 mgr.y (mgr.14142) 580 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:36.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:36 smithi001 bash[111579]: cluster 2023-12-26T17:30:34.666644+0000 mgr.y (mgr.14142) 581 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:36.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:36 smithi001 bash[108165]: cluster 2023-12-26T17:30:34.666644+0000 mgr.y (mgr.14142) 581 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:36.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:36 smithi153 bash[108194]: cluster 2023-12-26T17:30:34.666644+0000 mgr.y (mgr.14142) 581 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:38.317 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:30:38.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:38 smithi001 bash[111579]: cluster 2023-12-26T17:30:36.667296+0000 mgr.y (mgr.14142) 582 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:38.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:38 smithi001 bash[108165]: cluster 2023-12-26T17:30:36.667296+0000 mgr.y (mgr.14142) 582 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:38.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:38 smithi153 bash[108194]: cluster 2023-12-26T17:30:36.667296+0000 mgr.y (mgr.14142) 582 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (4m) 4m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (15m) 4m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (15m) 4m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:30:38.869 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 4m ago 7m prom/node-exporter 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 4m ago 7m prom/node-exporter 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:30:38.870 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:30:39.169 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:30:39.169 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:30:39.169 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:30:39.170 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:30:39.171 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:30:39.454 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:30:39.454 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:30:39.454 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:30:39.454 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:30:39.454 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:30:39.454 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:30:39.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:39 smithi001 bash[111579]: audit 2023-12-26T17:30:38.309591+0000 mgr.y (mgr.14142) 583 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:39.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:39 smithi001 bash[111579]: audit 2023-12-26T17:30:38.591522+0000 mgr.y (mgr.14142) 584 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:39.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:39 smithi001 bash[111579]: audit 2023-12-26T17:30:39.172642+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.1:0/4103703934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:30:39.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:39 smithi001 bash[108165]: audit 2023-12-26T17:30:38.309591+0000 mgr.y (mgr.14142) 583 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:39.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:39 smithi001 bash[108165]: audit 2023-12-26T17:30:38.591522+0000 mgr.y (mgr.14142) 584 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:39.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:39 smithi001 bash[108165]: audit 2023-12-26T17:30:39.172642+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.1:0/4103703934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:30:39.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:39 smithi153 bash[108194]: audit 2023-12-26T17:30:38.309591+0000 mgr.y (mgr.14142) 583 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:39.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:39 smithi153 bash[108194]: audit 2023-12-26T17:30:38.591522+0000 mgr.y (mgr.14142) 584 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:39.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:39 smithi153 bash[108194]: audit 2023-12-26T17:30:39.172642+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.1:0/4103703934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:30:40.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:40 smithi001 bash[108165]: cluster 2023-12-26T17:30:38.667703+0000 mgr.y (mgr.14142) 585 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:40.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:40 smithi001 bash[108165]: audit 2023-12-26T17:30:38.868533+0000 mgr.y (mgr.14142) 586 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:40.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:40 smithi001 bash[108165]: audit 2023-12-26T17:30:39.456983+0000 mgr.y (mgr.14142) 587 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:40.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:40 smithi001 bash[111579]: cluster 2023-12-26T17:30:38.667703+0000 mgr.y (mgr.14142) 585 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:40.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:40 smithi001 bash[111579]: audit 2023-12-26T17:30:38.868533+0000 mgr.y (mgr.14142) 586 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:40.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:40 smithi001 bash[111579]: audit 2023-12-26T17:30:39.456983+0000 mgr.y (mgr.14142) 587 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:40.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:40 smithi153 bash[108194]: cluster 2023-12-26T17:30:38.667703+0000 mgr.y (mgr.14142) 585 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:40.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:40 smithi153 bash[108194]: audit 2023-12-26T17:30:38.868533+0000 mgr.y (mgr.14142) 586 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:40.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:40 smithi153 bash[108194]: audit 2023-12-26T17:30:39.456983+0000 mgr.y (mgr.14142) 587 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:30:42.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:42 smithi001 bash[111579]: cluster 2023-12-26T17:30:40.668339+0000 mgr.y (mgr.14142) 588 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:42.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:42 smithi001 bash[108165]: cluster 2023-12-26T17:30:40.668339+0000 mgr.y (mgr.14142) 588 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:42.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:42 smithi153 bash[108194]: cluster 2023-12-26T17:30:40.668339+0000 mgr.y (mgr.14142) 588 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:44.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:44 smithi153 bash[108194]: cluster 2023-12-26T17:30:42.668938+0000 mgr.y (mgr.14142) 589 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:44.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:44 smithi001 bash[111579]: cluster 2023-12-26T17:30:42.668938+0000 mgr.y (mgr.14142) 589 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:44.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:44 smithi001 bash[108165]: cluster 2023-12-26T17:30:42.668938+0000 mgr.y (mgr.14142) 589 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:46.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:30:45 smithi001 bash[130709]: time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:30:46.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:46 smithi153 bash[108194]: cluster 2023-12-26T17:30:44.669574+0000 mgr.y (mgr.14142) 590 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:46.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:46 smithi001 bash[108165]: cluster 2023-12-26T17:30:44.669574+0000 mgr.y (mgr.14142) 590 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:46.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:46 smithi001 bash[111579]: cluster 2023-12-26T17:30:44.669574+0000 mgr.y (mgr.14142) 590 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:47.329 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:30:46 smithi153 bash[120188]: time="2023-12-26T17:30:46Z" 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" 2023-12-26T17:30:48.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:48 smithi001 bash[111579]: cluster 2023-12-26T17:30:46.670266+0000 mgr.y (mgr.14142) 591 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:48.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:48 smithi001 bash[108165]: cluster 2023-12-26T17:30:46.670266+0000 mgr.y (mgr.14142) 591 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:48.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:48 smithi153 bash[108194]: cluster 2023-12-26T17:30:46.670266+0000 mgr.y (mgr.14142) 591 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:50.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:50 smithi001 bash[111579]: cluster 2023-12-26T17:30:48.670877+0000 mgr.y (mgr.14142) 592 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:50.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:50 smithi001 bash[108165]: cluster 2023-12-26T17:30:48.670877+0000 mgr.y (mgr.14142) 592 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:50.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:50 smithi153 bash[108194]: cluster 2023-12-26T17:30:48.670877+0000 mgr.y (mgr.14142) 592 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:52 smithi001 bash[111579]: cluster 2023-12-26T17:30:50.671620+0000 mgr.y (mgr.14142) 593 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:52.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:52 smithi001 bash[108165]: cluster 2023-12-26T17:30:50.671620+0000 mgr.y (mgr.14142) 593 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:52.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:52 smithi153 bash[108194]: cluster 2023-12-26T17:30:50.671620+0000 mgr.y (mgr.14142) 593 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:54.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:54 smithi001 bash[111579]: cluster 2023-12-26T17:30:52.672352+0000 mgr.y (mgr.14142) 594 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:54.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:54 smithi001 bash[108165]: cluster 2023-12-26T17:30:52.672352+0000 mgr.y (mgr.14142) 594 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:54.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:54 smithi153 bash[108194]: cluster 2023-12-26T17:30:52.672352+0000 mgr.y (mgr.14142) 594 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:56.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:56 smithi001 bash[111579]: cluster 2023-12-26T17:30:54.672984+0000 mgr.y (mgr.14142) 595 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:56.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:56 smithi001 bash[108165]: cluster 2023-12-26T17:30:54.672984+0000 mgr.y (mgr.14142) 595 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:56.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:56 smithi153 bash[108194]: cluster 2023-12-26T17:30:54.672984+0000 mgr.y (mgr.14142) 595 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:58.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:30:58 smithi001 bash[108165]: cluster 2023-12-26T17:30:56.673669+0000 mgr.y (mgr.14142) 596 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:58.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:30:58 smithi001 bash[111579]: cluster 2023-12-26T17:30:56.673669+0000 mgr.y (mgr.14142) 596 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:30:58.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:30:58 smithi153 bash[108194]: cluster 2023-12-26T17:30:56.673669+0000 mgr.y (mgr.14142) 596 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:00.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:00 smithi001 bash[111579]: cluster 2023-12-26T17:30:58.674235+0000 mgr.y (mgr.14142) 597 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:00.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:00 smithi001 bash[108165]: cluster 2023-12-26T17:30:58.674235+0000 mgr.y (mgr.14142) 597 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:00.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:00 smithi153 bash[108194]: cluster 2023-12-26T17:30:58.674235+0000 mgr.y (mgr.14142) 597 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:02 smithi001 bash[111579]: cluster 2023-12-26T17:31:00.674965+0000 mgr.y (mgr.14142) 598 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:02.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:02 smithi001 bash[108165]: cluster 2023-12-26T17:31:00.674965+0000 mgr.y (mgr.14142) 598 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:02.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:02 smithi153 bash[108194]: cluster 2023-12-26T17:31:00.674965+0000 mgr.y (mgr.14142) 598 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:04.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:04 smithi001 bash[108165]: cluster 2023-12-26T17:31:02.675455+0000 mgr.y (mgr.14142) 599 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:04.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:04 smithi001 bash[111579]: cluster 2023-12-26T17:31:02.675455+0000 mgr.y (mgr.14142) 599 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:04.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:04 smithi153 bash[108194]: cluster 2023-12-26T17:31:02.675455+0000 mgr.y (mgr.14142) 599 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:06.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:06 smithi001 bash[111579]: cluster 2023-12-26T17:31:04.676188+0000 mgr.y (mgr.14142) 600 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:06.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:06 smithi001 bash[108165]: cluster 2023-12-26T17:31:04.676188+0000 mgr.y (mgr.14142) 600 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:06.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:06 smithi153 bash[108194]: cluster 2023-12-26T17:31:04.676188+0000 mgr.y (mgr.14142) 600 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:08.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:08 smithi001 bash[111579]: cluster 2023-12-26T17:31:06.676863+0000 mgr.y (mgr.14142) 601 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:08.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:08 smithi001 bash[108165]: cluster 2023-12-26T17:31:06.676863+0000 mgr.y (mgr.14142) 601 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:08.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:08 smithi153 bash[108194]: cluster 2023-12-26T17:31:06.676863+0000 mgr.y (mgr.14142) 601 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:09.758 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (4m) 4m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (16m) 4m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (16m) 4m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:31:10.308 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 4m ago 7m prom/node-exporter 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 4m ago 7m prom/node-exporter 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (13m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (12m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:31:10.309 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:31:10.611 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:31:10.611 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:31:10.611 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:31:10.611 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:10.611 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:31:10.611 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:31:10.612 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:31:10.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:10 smithi001 bash[108165]: cluster 2023-12-26T17:31:08.677426+0000 mgr.y (mgr.14142) 602 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:10.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:10 smithi001 bash[111579]: cluster 2023-12-26T17:31:08.677426+0000 mgr.y (mgr.14142) 602 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:10.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:10 smithi153 bash[108194]: cluster 2023-12-26T17:31:08.677426+0000 mgr.y (mgr.14142) 602 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:10.892 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:31:10.892 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:31:10.892 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:31:10.892 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:31:10.893 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:31:10.893 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[111579]: audit 2023-12-26T17:31:09.750538+0000 mgr.y (mgr.14142) 603 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[111579]: audit 2023-12-26T17:31:10.032046+0000 mgr.y (mgr.14142) 604 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[111579]: audit 2023-12-26T17:31:10.308468+0000 mgr.y (mgr.14142) 605 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[111579]: audit 2023-12-26T17:31:10.614778+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.1:0/2579419266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[108165]: audit 2023-12-26T17:31:09.750538+0000 mgr.y (mgr.14142) 603 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[108165]: audit 2023-12-26T17:31:10.032046+0000 mgr.y (mgr.14142) 604 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[108165]: audit 2023-12-26T17:31:10.308468+0000 mgr.y (mgr.14142) 605 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:11 smithi001 bash[108165]: audit 2023-12-26T17:31:10.614778+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.1:0/2579419266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:31:11.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:11 smithi153 bash[108194]: audit 2023-12-26T17:31:09.750538+0000 mgr.y (mgr.14142) 603 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:11 smithi153 bash[108194]: audit 2023-12-26T17:31:10.032046+0000 mgr.y (mgr.14142) 604 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:11 smithi153 bash[108194]: audit 2023-12-26T17:31:10.308468+0000 mgr.y (mgr.14142) 605 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:11.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:11 smithi153 bash[108194]: audit 2023-12-26T17:31:10.614778+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.1:0/2579419266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:31:12.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:12 smithi001 bash[111579]: cluster 2023-12-26T17:31:10.677918+0000 mgr.y (mgr.14142) 606 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:12.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:12 smithi001 bash[111579]: audit 2023-12-26T17:31:10.895124+0000 mgr.y (mgr.14142) 607 : audit [DBG] from='client.25177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:12.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:12 smithi001 bash[108165]: cluster 2023-12-26T17:31:10.677918+0000 mgr.y (mgr.14142) 606 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:12.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:12 smithi001 bash[108165]: audit 2023-12-26T17:31:10.895124+0000 mgr.y (mgr.14142) 607 : audit [DBG] from='client.25177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:12.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:12 smithi153 bash[108194]: cluster 2023-12-26T17:31:10.677918+0000 mgr.y (mgr.14142) 606 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:12.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:12 smithi153 bash[108194]: audit 2023-12-26T17:31:10.895124+0000 mgr.y (mgr.14142) 607 : audit [DBG] from='client.25177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:14.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:14 smithi001 bash[111579]: cluster 2023-12-26T17:31:12.678520+0000 mgr.y (mgr.14142) 608 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:14.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:14 smithi001 bash[108165]: cluster 2023-12-26T17:31:12.678520+0000 mgr.y (mgr.14142) 608 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:14.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:14 smithi153 bash[108194]: cluster 2023-12-26T17:31:12.678520+0000 mgr.y (mgr.14142) 608 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:16.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:16 smithi001 bash[111579]: cluster 2023-12-26T17:31:14.679276+0000 mgr.y (mgr.14142) 609 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:16.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:16 smithi001 bash[108165]: cluster 2023-12-26T17:31:14.679276+0000 mgr.y (mgr.14142) 609 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:16.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:16 smithi153 bash[108194]: cluster 2023-12-26T17:31:14.679276+0000 mgr.y (mgr.14142) 609 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:18.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:18 smithi001 bash[111579]: cluster 2023-12-26T17:31:16.680067+0000 mgr.y (mgr.14142) 610 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:18.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:18 smithi001 bash[108165]: cluster 2023-12-26T17:31:16.680067+0000 mgr.y (mgr.14142) 610 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:18.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:18 smithi153 bash[108194]: cluster 2023-12-26T17:31:16.680067+0000 mgr.y (mgr.14142) 610 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:20.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:20 smithi001 bash[111579]: cluster 2023-12-26T17:31:18.680634+0000 mgr.y (mgr.14142) 611 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:20.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:20 smithi001 bash[108165]: cluster 2023-12-26T17:31:18.680634+0000 mgr.y (mgr.14142) 611 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:20.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:20 smithi153 bash[108194]: cluster 2023-12-26T17:31:18.680634+0000 mgr.y (mgr.14142) 611 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:22.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:22 smithi001 bash[108165]: cluster 2023-12-26T17:31:20.681519+0000 mgr.y (mgr.14142) 612 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:22 smithi001 bash[111579]: cluster 2023-12-26T17:31:20.681519+0000 mgr.y (mgr.14142) 612 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:22.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:22 smithi153 bash[108194]: cluster 2023-12-26T17:31:20.681519+0000 mgr.y (mgr.14142) 612 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:23.766 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 bash[130709]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:31:23.766 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 bash[130709]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:31:23.766 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 bash[130709]: Error: 3 errors occurred while pulling: 2023-12-26T17:31:23.766 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 bash[130709]: * 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 2023-12-26T17:31:24.069 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 bash[130709]: * 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 2023-12-26T17:31:24.070 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 bash[130709]: * 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 2023-12-26T17:31:24.070 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:31:24.070 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:23 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-26T17:31:24.557 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[120188]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:31:24.557 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[120188]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:31:24.557 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[108194]: cluster 2023-12-26T17:31:22.682266+0000 mgr.y (mgr.14142) 613 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:24.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:24 smithi001 bash[111579]: cluster 2023-12-26T17:31:22.682266+0000 mgr.y (mgr.14142) 613 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:24.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:24 smithi001 bash[108165]: cluster 2023-12-26T17:31:22.682266+0000 mgr.y (mgr.14142) 613 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:24.829 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[120188]: Error: 3 errors occurred while pulling: 2023-12-26T17:31:24.829 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[120188]: * 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 2023-12-26T17:31:24.830 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[120188]: * 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 2023-12-26T17:31:24.830 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 bash[120188]: * 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 2023-12-26T17:31:24.830 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:31:24.830 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-26T17:31:26.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:26 smithi001 bash[111579]: cluster 2023-12-26T17:31:24.682952+0000 mgr.y (mgr.14142) 614 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:26.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:26 smithi001 bash[108165]: cluster 2023-12-26T17:31:24.682952+0000 mgr.y (mgr.14142) 614 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:26.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:26 smithi153 bash[108194]: cluster 2023-12-26T17:31:24.682952+0000 mgr.y (mgr.14142) 614 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:28.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:28 smithi001 bash[111579]: cluster 2023-12-26T17:31:26.683662+0000 mgr.y (mgr.14142) 615 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:28.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:28 smithi001 bash[108165]: cluster 2023-12-26T17:31:26.683662+0000 mgr.y (mgr.14142) 615 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:28 smithi153 bash[108194]: cluster 2023-12-26T17:31:26.683662+0000 mgr.y (mgr.14142) 615 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:30.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:30 smithi001 bash[111579]: cluster 2023-12-26T17:31:28.684167+0000 mgr.y (mgr.14142) 616 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:30.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:30 smithi001 bash[108165]: cluster 2023-12-26T17:31:28.684167+0000 mgr.y (mgr.14142) 616 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:30.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:30 smithi153 bash[108194]: cluster 2023-12-26T17:31:28.684167+0000 mgr.y (mgr.14142) 616 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:32.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:32 smithi001 bash[108165]: cluster 2023-12-26T17:31:30.684767+0000 mgr.y (mgr.14142) 617 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:32.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:32 smithi001 bash[111579]: cluster 2023-12-26T17:31:30.684767+0000 mgr.y (mgr.14142) 617 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:32.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:32 smithi153 bash[108194]: cluster 2023-12-26T17:31:30.684767+0000 mgr.y (mgr.14142) 617 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 3. 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 systemd[1]: Stopped Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 systemd[1]: Starting Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 podman[131420]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 systemd[1]: Started Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 bash[131435]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:31:34.320 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:31:33 smithi001 bash[131435]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:31:34.717 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:34 smithi153 bash[108194]: cluster 2023-12-26T17:31:32.685385+0000 mgr.y (mgr.14142) 618 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:34.717 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:31:34.718 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 3. 2023-12-26T17:31:34.718 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 systemd[1]: Stopped Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:31:34.718 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 systemd[1]: Starting Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:31:34.718 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 podman[120232]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.b" found: no such container 2023-12-26T17:31:34.718 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 systemd[1]: Started Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:31:34.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:34 smithi001 bash[108165]: cluster 2023-12-26T17:31:32.685385+0000 mgr.y (mgr.14142) 618 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:34.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:34 smithi001 bash[111579]: cluster 2023-12-26T17:31:32.685385+0000 mgr.y (mgr.14142) 618 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:35.079 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 bash[120247]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:31:35.079 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:31:34 smithi153 bash[120247]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:31:36.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:36 smithi001 bash[111579]: cluster 2023-12-26T17:31:34.685937+0000 mgr.y (mgr.14142) 619 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:36.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:36 smithi001 bash[108165]: cluster 2023-12-26T17:31:34.685937+0000 mgr.y (mgr.14142) 619 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:36.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:36 smithi153 bash[108194]: cluster 2023-12-26T17:31:34.685937+0000 mgr.y (mgr.14142) 619 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:38.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:38 smithi001 bash[108165]: cluster 2023-12-26T17:31:36.686700+0000 mgr.y (mgr.14142) 620 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:38.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:38 smithi001 bash[111579]: cluster 2023-12-26T17:31:36.686700+0000 mgr.y (mgr.14142) 620 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:38.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:38 smithi153 bash[108194]: cluster 2023-12-26T17:31:36.686700+0000 mgr.y (mgr.14142) 620 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:40.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:40 smithi001 bash[111579]: cluster 2023-12-26T17:31:38.687392+0000 mgr.y (mgr.14142) 621 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:40.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:40 smithi001 bash[108165]: cluster 2023-12-26T17:31:38.687392+0000 mgr.y (mgr.14142) 621 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:40.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:40 smithi153 bash[108194]: cluster 2023-12-26T17:31:38.687392+0000 mgr.y (mgr.14142) 621 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:41.199 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (5m) 5m ago 5m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (16m) 5m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (16m) 5m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:31:41.748 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 5m ago 8m prom/node-exporter 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 5m ago 8m prom/node-exporter 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:31:41.749 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:31:42.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:31:42.053 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:31:42.333 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:31:42.333 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:31:42.333 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:31:42.334 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:31:42.334 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:31:42.334 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:31:42.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[108165]: cluster 2023-12-26T17:31:40.688005+0000 mgr.y (mgr.14142) 622 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[108165]: audit 2023-12-26T17:31:41.191556+0000 mgr.y (mgr.14142) 623 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[108165]: audit 2023-12-26T17:31:41.473004+0000 mgr.y (mgr.14142) 624 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[108165]: audit 2023-12-26T17:31:42.055598+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.1:0/1729439162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[111579]: cluster 2023-12-26T17:31:40.688005+0000 mgr.y (mgr.14142) 622 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[111579]: audit 2023-12-26T17:31:41.191556+0000 mgr.y (mgr.14142) 623 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[111579]: audit 2023-12-26T17:31:41.473004+0000 mgr.y (mgr.14142) 624 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:42.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:42 smithi001 bash[111579]: audit 2023-12-26T17:31:42.055598+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.1:0/1729439162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:31:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:42 smithi153 bash[108194]: cluster 2023-12-26T17:31:40.688005+0000 mgr.y (mgr.14142) 622 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:42.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:42 smithi153 bash[108194]: audit 2023-12-26T17:31:41.191556+0000 mgr.y (mgr.14142) 623 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:42.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:42 smithi153 bash[108194]: audit 2023-12-26T17:31:41.473004+0000 mgr.y (mgr.14142) 624 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:42.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:42 smithi153 bash[108194]: audit 2023-12-26T17:31:42.055598+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.1:0/1729439162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:31:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:43 smithi001 bash[111579]: audit 2023-12-26T17:31:41.748667+0000 mgr.y (mgr.14142) 625 : audit [DBG] from='client.25195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:43 smithi001 bash[111579]: audit 2023-12-26T17:31:42.336574+0000 mgr.y (mgr.14142) 626 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:43.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:43 smithi001 bash[108165]: audit 2023-12-26T17:31:41.748667+0000 mgr.y (mgr.14142) 625 : audit [DBG] from='client.25195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:43.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:43 smithi001 bash[108165]: audit 2023-12-26T17:31:42.336574+0000 mgr.y (mgr.14142) 626 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:43 smithi153 bash[108194]: audit 2023-12-26T17:31:41.748667+0000 mgr.y (mgr.14142) 625 : audit [DBG] from='client.25195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:43 smithi153 bash[108194]: audit 2023-12-26T17:31:42.336574+0000 mgr.y (mgr.14142) 626 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:31:44.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:44 smithi001 bash[111579]: cluster 2023-12-26T17:31:42.688501+0000 mgr.y (mgr.14142) 627 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:44.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:44 smithi001 bash[108165]: cluster 2023-12-26T17:31:42.688501+0000 mgr.y (mgr.14142) 627 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:44.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:44 smithi153 bash[108194]: cluster 2023-12-26T17:31:42.688501+0000 mgr.y (mgr.14142) 627 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:46.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:46 smithi001 bash[111579]: cluster 2023-12-26T17:31:44.689013+0000 mgr.y (mgr.14142) 628 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:46.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:46 smithi001 bash[108165]: cluster 2023-12-26T17:31:44.689013+0000 mgr.y (mgr.14142) 628 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:46.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:46 smithi153 bash[108194]: cluster 2023-12-26T17:31:44.689013+0000 mgr.y (mgr.14142) 628 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:48.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:48 smithi001 bash[111579]: cluster 2023-12-26T17:31:46.689653+0000 mgr.y (mgr.14142) 629 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:48.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:48 smithi001 bash[108165]: cluster 2023-12-26T17:31:46.689653+0000 mgr.y (mgr.14142) 629 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:48.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:48 smithi153 bash[108194]: cluster 2023-12-26T17:31:46.689653+0000 mgr.y (mgr.14142) 629 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:50.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:50 smithi001 bash[111579]: cluster 2023-12-26T17:31:48.690369+0000 mgr.y (mgr.14142) 630 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:50.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:50 smithi001 bash[108165]: cluster 2023-12-26T17:31:48.690369+0000 mgr.y (mgr.14142) 630 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:50.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:50 smithi153 bash[108194]: cluster 2023-12-26T17:31:48.690369+0000 mgr.y (mgr.14142) 630 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:52.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:52 smithi001 bash[111579]: cluster 2023-12-26T17:31:50.691045+0000 mgr.y (mgr.14142) 631 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:52 smithi001 bash[108165]: cluster 2023-12-26T17:31:50.691045+0000 mgr.y (mgr.14142) 631 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:52.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:52 smithi153 bash[108194]: cluster 2023-12-26T17:31:50.691045+0000 mgr.y (mgr.14142) 631 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:54.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:54 smithi001 bash[111579]: cluster 2023-12-26T17:31:52.691773+0000 mgr.y (mgr.14142) 632 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:54.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:54 smithi001 bash[108165]: cluster 2023-12-26T17:31:52.691773+0000 mgr.y (mgr.14142) 632 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:54.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:54 smithi153 bash[108194]: cluster 2023-12-26T17:31:52.691773+0000 mgr.y (mgr.14142) 632 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:56.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:56 smithi001 bash[111579]: cluster 2023-12-26T17:31:54.692405+0000 mgr.y (mgr.14142) 633 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:56.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:56 smithi001 bash[108165]: cluster 2023-12-26T17:31:54.692405+0000 mgr.y (mgr.14142) 633 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:56.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:56 smithi153 bash[108194]: cluster 2023-12-26T17:31:54.692405+0000 mgr.y (mgr.14142) 633 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:58.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:31:58 smithi001 bash[108165]: cluster 2023-12-26T17:31:56.693031+0000 mgr.y (mgr.14142) 634 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:58.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:31:58 smithi001 bash[111579]: cluster 2023-12-26T17:31:56.693031+0000 mgr.y (mgr.14142) 634 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:31:58.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:31:58 smithi153 bash[108194]: cluster 2023-12-26T17:31:56.693031+0000 mgr.y (mgr.14142) 634 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:00.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:00 smithi001 bash[111579]: cluster 2023-12-26T17:31:58.693596+0000 mgr.y (mgr.14142) 635 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:00.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:00 smithi001 bash[108165]: cluster 2023-12-26T17:31:58.693596+0000 mgr.y (mgr.14142) 635 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:00.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:00 smithi153 bash[108194]: cluster 2023-12-26T17:31:58.693596+0000 mgr.y (mgr.14142) 635 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:01.488 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: debug 2023-12-26T17:32:01.111+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:01.489 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: 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 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: 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 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: 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 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:32:01.490 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:01.491 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: 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 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: 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 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: 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 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:32:01.492 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:01.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[111579]: audit 2023-12-26T17:32:01.113656+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-26T17:32:01.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[111579]: audit 2023-12-26T17:32:01.118332+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-26T17:32:01.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108165]: audit 2023-12-26T17:32:01.113656+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-26T17:32:01.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:01 smithi001 bash[108165]: audit 2023-12-26T17:32:01.118332+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-26T17:32:01.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:01 smithi153 bash[108194]: audit 2023-12-26T17:32:01.113656+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-26T17:32:01.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:01 smithi153 bash[108194]: audit 2023-12-26T17:32:01.118332+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-26T17:32:02.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: cluster 2023-12-26T17:32:00.694348+0000 mgr.y (mgr.14142) 636 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:02.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: cephadm 2023-12-26T17:32:01.112273+0000 mgr.y (mgr.14142) 637 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:02.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: cluster 2023-12-26T17:32:00.694348+0000 mgr.y (mgr.14142) 636 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: cephadm 2023-12-26T17:32:01.112273+0000 mgr.y (mgr.14142) 637 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:32:02.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: cephadm 2023-12-26T17:32:01.112395+0000 mgr.y (mgr.14142) 638 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: 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 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:32:02.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: cephadm 2023-12-26T17:32:01.113289+0000 mgr.y (mgr.14142) 639 : cephadm [INF] Setting dashboard grafana config to https://smithi153:3000 2023-12-26T17:32:02.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[111579]: cephadm 2023-12-26T17:32:01.120586+0000 mgr.y (mgr.14142) 640 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: cephadm 2023-12-26T17:32:01.112395+0000 mgr.y (mgr.14142) 638 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: 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 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: cephadm 2023-12-26T17:32:01.113289+0000 mgr.y (mgr.14142) 639 : cephadm [INF] Setting dashboard grafana config to https://smithi153:3000 2023-12-26T17:32:02.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:02 smithi001 bash[108165]: cephadm 2023-12-26T17:32:01.120586+0000 mgr.y (mgr.14142) 640 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:32:02.832 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: cluster 2023-12-26T17:32:00.694348+0000 mgr.y (mgr.14142) 636 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: cephadm 2023-12-26T17:32:01.112273+0000 mgr.y (mgr.14142) 637 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:32:02.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: cephadm 2023-12-26T17:32:01.112395+0000 mgr.y (mgr.14142) 638 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:32:02.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:08Z" 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" 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:30:45Z" 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" 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:31:23Z" 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" 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: 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 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:32:02.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:32:02.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:32:02.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:32:02.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:32:02.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: cephadm 2023-12-26T17:32:01.113289+0000 mgr.y (mgr.14142) 639 : cephadm [INF] Setting dashboard grafana config to https://smithi153:3000 2023-12-26T17:32:02.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:02 smithi153 bash[108194]: cephadm 2023-12-26T17:32:01.120586+0000 mgr.y (mgr.14142) 640 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:32:04.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:04 smithi001 bash[108165]: cluster 2023-12-26T17:32:02.694875+0000 mgr.y (mgr.14142) 641 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:04.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:04 smithi001 bash[111579]: cluster 2023-12-26T17:32:02.694875+0000 mgr.y (mgr.14142) 641 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:04.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:04 smithi153 bash[108194]: cluster 2023-12-26T17:32:02.694875+0000 mgr.y (mgr.14142) 641 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:06.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:06 smithi001 bash[111579]: cluster 2023-12-26T17:32:04.695314+0000 mgr.y (mgr.14142) 642 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:06 smithi001 bash[108165]: cluster 2023-12-26T17:32:04.695314+0000 mgr.y (mgr.14142) 642 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:06.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:06 smithi153 bash[108194]: cluster 2023-12-26T17:32:04.695314+0000 mgr.y (mgr.14142) 642 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:08.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:08 smithi001 bash[108165]: cluster 2023-12-26T17:32:06.695779+0000 mgr.y (mgr.14142) 643 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:08.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:08 smithi001 bash[111579]: cluster 2023-12-26T17:32:06.695779+0000 mgr.y (mgr.14142) 643 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:08.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:08 smithi153 bash[108194]: cluster 2023-12-26T17:32:06.695779+0000 mgr.y (mgr.14142) 643 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:10.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:10 smithi001 bash[111579]: cluster 2023-12-26T17:32:08.696200+0000 mgr.y (mgr.14142) 644 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:10.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:10 smithi001 bash[108165]: cluster 2023-12-26T17:32:08.696200+0000 mgr.y (mgr.14142) 644 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:10.820 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:32:10 smithi001 bash[131435]: time="2023-12-26T17:32:10Z" 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" 2023-12-26T17:32:10.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:10 smithi153 bash[108194]: cluster 2023-12-26T17:32:08.696200+0000 mgr.y (mgr.14142) 644 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:11.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:32:11 smithi153 bash[120247]: time="2023-12-26T17:32:11Z" 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" 2023-12-26T17:32:12.644 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:32:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:12 smithi001 bash[108165]: cluster 2023-12-26T17:32:10.696669+0000 mgr.y (mgr.14142) 645 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:12.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:12 smithi001 bash[111579]: cluster 2023-12-26T17:32:10.696669+0000 mgr.y (mgr.14142) 645 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:12.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:12 smithi153 bash[108194]: cluster 2023-12-26T17:32:10.696669+0000 mgr.y (mgr.14142) 645 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (5m) 5m ago 5m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (17m) 5m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (17m) 5m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:32:13.210 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 5m ago 8m prom/node-exporter 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 5m ago 8m prom/node-exporter 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (14m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (13m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:32:13.211 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:32:13.513 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:32:13.514 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:32:13.794 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:32:13.794 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:32:13.794 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:32:13.794 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:32:13.794 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:32:13.794 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:32:13.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:13 smithi001 bash[111579]: audit 2023-12-26T17:32:12.637915+0000 mgr.y (mgr.14142) 646 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:13.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:13 smithi001 bash[108165]: audit 2023-12-26T17:32:12.637915+0000 mgr.y (mgr.14142) 646 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:13.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:13 smithi153 bash[108194]: audit 2023-12-26T17:32:12.637915+0000 mgr.y (mgr.14142) 646 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[111579]: cluster 2023-12-26T17:32:12.697084+0000 mgr.y (mgr.14142) 647 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:14.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[111579]: audit 2023-12-26T17:32:12.919613+0000 mgr.y (mgr.14142) 648 : audit [DBG] from='client.25219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[111579]: audit 2023-12-26T17:32:13.210954+0000 mgr.y (mgr.14142) 649 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[111579]: audit 2023-12-26T17:32:13.517056+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.1:0/2780143294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:32:14.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[108165]: cluster 2023-12-26T17:32:12.697084+0000 mgr.y (mgr.14142) 647 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:14.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[108165]: audit 2023-12-26T17:32:12.919613+0000 mgr.y (mgr.14142) 648 : audit [DBG] from='client.25219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[108165]: audit 2023-12-26T17:32:13.210954+0000 mgr.y (mgr.14142) 649 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:14 smithi001 bash[108165]: audit 2023-12-26T17:32:13.517056+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.1:0/2780143294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:32:14.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:14 smithi153 bash[108194]: cluster 2023-12-26T17:32:12.697084+0000 mgr.y (mgr.14142) 647 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:14.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:14 smithi153 bash[108194]: audit 2023-12-26T17:32:12.919613+0000 mgr.y (mgr.14142) 648 : audit [DBG] from='client.25219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:14 smithi153 bash[108194]: audit 2023-12-26T17:32:13.210954+0000 mgr.y (mgr.14142) 649 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:14.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:14 smithi153 bash[108194]: audit 2023-12-26T17:32:13.517056+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.1:0/2780143294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:32:15.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:15 smithi001 bash[111579]: audit 2023-12-26T17:32:13.797467+0000 mgr.y (mgr.14142) 650 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:15.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:15 smithi001 bash[108165]: audit 2023-12-26T17:32:13.797467+0000 mgr.y (mgr.14142) 650 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:15.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:15 smithi153 bash[108194]: audit 2023-12-26T17:32:13.797467+0000 mgr.y (mgr.14142) 650 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:16 smithi001 bash[108165]: cluster 2023-12-26T17:32:14.697612+0000 mgr.y (mgr.14142) 651 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:16.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:16 smithi001 bash[111579]: cluster 2023-12-26T17:32:14.697612+0000 mgr.y (mgr.14142) 651 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:16.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:16 smithi153 bash[108194]: cluster 2023-12-26T17:32:14.697612+0000 mgr.y (mgr.14142) 651 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:18.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:18 smithi001 bash[111579]: cluster 2023-12-26T17:32:16.698032+0000 mgr.y (mgr.14142) 652 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:18.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:18 smithi001 bash[108165]: cluster 2023-12-26T17:32:16.698032+0000 mgr.y (mgr.14142) 652 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:18.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:18 smithi153 bash[108194]: cluster 2023-12-26T17:32:16.698032+0000 mgr.y (mgr.14142) 652 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:20 smithi001 bash[108165]: cluster 2023-12-26T17:32:18.698441+0000 mgr.y (mgr.14142) 653 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:20.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:20 smithi001 bash[111579]: cluster 2023-12-26T17:32:18.698441+0000 mgr.y (mgr.14142) 653 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:20.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:20 smithi153 bash[108194]: cluster 2023-12-26T17:32:18.698441+0000 mgr.y (mgr.14142) 653 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:22 smithi001 bash[111579]: cluster 2023-12-26T17:32:20.698919+0000 mgr.y (mgr.14142) 654 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:22.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:22 smithi001 bash[108165]: cluster 2023-12-26T17:32:20.698919+0000 mgr.y (mgr.14142) 654 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:22.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:22 smithi153 bash[108194]: cluster 2023-12-26T17:32:20.698919+0000 mgr.y (mgr.14142) 654 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:24.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:24 smithi001 bash[111579]: cluster 2023-12-26T17:32:22.699353+0000 mgr.y (mgr.14142) 655 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:24.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:24 smithi001 bash[108165]: cluster 2023-12-26T17:32:22.699353+0000 mgr.y (mgr.14142) 655 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:24.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:24 smithi153 bash[108194]: cluster 2023-12-26T17:32:22.699353+0000 mgr.y (mgr.14142) 655 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:26.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:26 smithi001 bash[111579]: cluster 2023-12-26T17:32:24.699793+0000 mgr.y (mgr.14142) 656 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:26.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:26 smithi001 bash[108165]: cluster 2023-12-26T17:32:24.699793+0000 mgr.y (mgr.14142) 656 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:26.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:26 smithi153 bash[108194]: cluster 2023-12-26T17:32:24.699793+0000 mgr.y (mgr.14142) 656 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:28 smithi001 bash[108165]: cluster 2023-12-26T17:32:26.700238+0000 mgr.y (mgr.14142) 657 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:28.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:28 smithi001 bash[111579]: cluster 2023-12-26T17:32:26.700238+0000 mgr.y (mgr.14142) 657 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:28 smithi153 bash[108194]: cluster 2023-12-26T17:32:26.700238+0000 mgr.y (mgr.14142) 657 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:30.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:30 smithi001 bash[108165]: cluster 2023-12-26T17:32:28.700741+0000 mgr.y (mgr.14142) 658 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:30.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:30 smithi001 bash[111579]: cluster 2023-12-26T17:32:28.700741+0000 mgr.y (mgr.14142) 658 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:30.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:30 smithi153 bash[108194]: cluster 2023-12-26T17:32:28.700741+0000 mgr.y (mgr.14142) 658 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:32.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:32 smithi001 bash[111579]: cluster 2023-12-26T17:32:30.701382+0000 mgr.y (mgr.14142) 659 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:32.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:32 smithi001 bash[108165]: cluster 2023-12-26T17:32:30.701382+0000 mgr.y (mgr.14142) 659 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:32.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:32 smithi153 bash[108194]: cluster 2023-12-26T17:32:30.701382+0000 mgr.y (mgr.14142) 659 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:34.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[111579]: cluster 2023-12-26T17:32:32.701879+0000 mgr.y (mgr.14142) 660 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:34.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[111579]: audit 2023-12-26T17:32:33.739837+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]: dispatch 2023-12-26T17:32:34.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[111579]: audit 2023-12-26T17:32:33.742589+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]': finished 2023-12-26T17:32:34.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[111579]: audit 2023-12-26T17:32:33.743050+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:32:34.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[108165]: cluster 2023-12-26T17:32:32.701879+0000 mgr.y (mgr.14142) 660 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:34.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[108165]: audit 2023-12-26T17:32:33.739837+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]: dispatch 2023-12-26T17:32:34.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[108165]: audit 2023-12-26T17:32:33.742589+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]': finished 2023-12-26T17:32:34.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:34 smithi001 bash[108165]: audit 2023-12-26T17:32:33.743050+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:32:34.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:34 smithi153 bash[108194]: cluster 2023-12-26T17:32:32.701879+0000 mgr.y (mgr.14142) 660 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:34.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:34 smithi153 bash[108194]: audit 2023-12-26T17:32:33.739837+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]: dispatch 2023-12-26T17:32:34.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:34 smithi153 bash[108194]: audit 2023-12-26T17:32:33.742589+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]': finished 2023-12-26T17:32:34.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:34 smithi153 bash[108194]: audit 2023-12-26T17:32:33.743050+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[111579]: cephadm 2023-12-26T17:32:33.742856+0000 mgr.y (mgr.14142) 661 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[111579]: cephadm 2023-12-26T17:32:33.743697+0000 mgr.y (mgr.14142) 662 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[111579]: cephadm 2023-12-26T17:32:33.743805+0000 mgr.y (mgr.14142) 663 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[111579]: cephadm 2023-12-26T17:32:33.952304+0000 mgr.y (mgr.14142) 664 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 on smithi153 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[108165]: cephadm 2023-12-26T17:32:33.742856+0000 mgr.y (mgr.14142) 661 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[108165]: cephadm 2023-12-26T17:32:33.743697+0000 mgr.y (mgr.14142) 662 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-26T17:32:35.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[108165]: cephadm 2023-12-26T17:32:33.743805+0000 mgr.y (mgr.14142) 663 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-26T17:32:35.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:35 smithi001 bash[108165]: cephadm 2023-12-26T17:32:33.952304+0000 mgr.y (mgr.14142) 664 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 on smithi153 2023-12-26T17:32:35.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:35 smithi153 bash[108194]: cephadm 2023-12-26T17:32:33.742856+0000 mgr.y (mgr.14142) 661 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-26T17:32:35.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:35 smithi153 bash[108194]: cephadm 2023-12-26T17:32:33.743697+0000 mgr.y (mgr.14142) 662 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-26T17:32:35.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:35 smithi153 bash[108194]: cephadm 2023-12-26T17:32:33.743805+0000 mgr.y (mgr.14142) 663 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-26T17:32:35.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:35 smithi153 bash[108194]: cephadm 2023-12-26T17:32:33.952304+0000 mgr.y (mgr.14142) 664 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 on smithi153 2023-12-26T17:32:36.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:36 smithi001 bash[108165]: cluster 2023-12-26T17:32:34.702487+0000 mgr.y (mgr.14142) 665 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:36.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:36 smithi001 bash[111579]: cluster 2023-12-26T17:32:34.702487+0000 mgr.y (mgr.14142) 665 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:36.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:36 smithi153 bash[108194]: cluster 2023-12-26T17:32:34.702487+0000 mgr.y (mgr.14142) 665 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:38.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:38 smithi001 bash[111579]: cluster 2023-12-26T17:32:36.703060+0000 mgr.y (mgr.14142) 666 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:38.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:38 smithi001 bash[108165]: cluster 2023-12-26T17:32:36.703060+0000 mgr.y (mgr.14142) 666 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:38.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:38 smithi153 bash[108194]: cluster 2023-12-26T17:32:36.703060+0000 mgr.y (mgr.14142) 666 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:40.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:40 smithi001 bash[111579]: cluster 2023-12-26T17:32:38.703826+0000 mgr.y (mgr.14142) 667 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:40.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:40 smithi001 bash[108165]: cluster 2023-12-26T17:32:38.703826+0000 mgr.y (mgr.14142) 667 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:40.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:40 smithi153 bash[108194]: cluster 2023-12-26T17:32:38.703826+0000 mgr.y (mgr.14142) 667 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:42.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:42 smithi001 bash[111579]: cluster 2023-12-26T17:32:40.704374+0000 mgr.y (mgr.14142) 668 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:42.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:42 smithi001 bash[108165]: cluster 2023-12-26T17:32:40.704374+0000 mgr.y (mgr.14142) 668 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:42 smithi153 bash[108194]: cluster 2023-12-26T17:32:40.704374+0000 mgr.y (mgr.14142) 668 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:44.098 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:32:44.651 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (6m) 6m ago 6m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (16m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (17m) 6m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (17m) 6m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (16m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (16m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 6m ago 9m prom/node-exporter 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 6m ago 9m prom/node-exporter 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:32:44.652 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:32:44.653 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (14m) 6m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:32:44.653 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (14m) 6m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:32:44.653 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (14m) 6m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:32:44.653 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (14m) 6m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:32:44.653 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:32:44.653 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:32:44.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:44 smithi153 bash[108194]: cluster 2023-12-26T17:32:42.705116+0000 mgr.y (mgr.14142) 669 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:44.956 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:32:44.956 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:32:44.956 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:32:44.956 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:44.956 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:32:44.956 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:32:44.957 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:32:45.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:44 smithi001 bash[108165]: cluster 2023-12-26T17:32:42.705116+0000 mgr.y (mgr.14142) 669 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:45.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:44 smithi001 bash[111579]: cluster 2023-12-26T17:32:42.705116+0000 mgr.y (mgr.14142) 669 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:45.239 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:32:45.240 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:32:45.240 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:32:45.240 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:32:45.240 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:32:45.240 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:32:45.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:45 smithi153 bash[108194]: audit 2023-12-26T17:32:44.091651+0000 mgr.y (mgr.14142) 670 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:45.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:45 smithi153 bash[108194]: audit 2023-12-26T17:32:44.375229+0000 mgr.y (mgr.14142) 671 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:45.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:45 smithi153 bash[108194]: audit 2023-12-26T17:32:44.652694+0000 mgr.y (mgr.14142) 672 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:45.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:45 smithi153 bash[108194]: audit 2023-12-26T17:32:44.960409+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.1:0/3357953398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[108165]: audit 2023-12-26T17:32:44.091651+0000 mgr.y (mgr.14142) 670 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[108165]: audit 2023-12-26T17:32:44.375229+0000 mgr.y (mgr.14142) 671 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[108165]: audit 2023-12-26T17:32:44.652694+0000 mgr.y (mgr.14142) 672 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[108165]: audit 2023-12-26T17:32:44.960409+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.1:0/3357953398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[111579]: audit 2023-12-26T17:32:44.091651+0000 mgr.y (mgr.14142) 670 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[111579]: audit 2023-12-26T17:32:44.375229+0000 mgr.y (mgr.14142) 671 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[111579]: audit 2023-12-26T17:32:44.652694+0000 mgr.y (mgr.14142) 672 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:46.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:45 smithi001 bash[111579]: audit 2023-12-26T17:32:44.960409+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.1:0/3357953398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:32:46.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:46 smithi153 bash[108194]: cluster 2023-12-26T17:32:44.705622+0000 mgr.y (mgr.14142) 673 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:46.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:46 smithi153 bash[108194]: audit 2023-12-26T17:32:45.243497+0000 mgr.y (mgr.14142) 674 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:47.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:46 smithi001 bash[111579]: cluster 2023-12-26T17:32:44.705622+0000 mgr.y (mgr.14142) 673 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:47.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:46 smithi001 bash[111579]: audit 2023-12-26T17:32:45.243497+0000 mgr.y (mgr.14142) 674 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:47.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:46 smithi001 bash[108165]: cluster 2023-12-26T17:32:44.705622+0000 mgr.y (mgr.14142) 673 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:47.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:46 smithi001 bash[108165]: audit 2023-12-26T17:32:45.243497+0000 mgr.y (mgr.14142) 674 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:32:48.319 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:32:47 smithi001 bash[131435]: time="2023-12-26T17:32: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" 2023-12-26T17:32:48.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:48 smithi153 bash[108194]: cluster 2023-12-26T17:32:46.706355+0000 mgr.y (mgr.14142) 675 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:48.829 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:32:48 smithi153 bash[120247]: time="2023-12-26T17:32:48Z" 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" 2023-12-26T17:32:49.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:48 smithi001 bash[108165]: cluster 2023-12-26T17:32:46.706355+0000 mgr.y (mgr.14142) 675 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:49.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:48 smithi001 bash[111579]: cluster 2023-12-26T17:32:46.706355+0000 mgr.y (mgr.14142) 675 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:51.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:50 smithi001 bash[111579]: cluster 2023-12-26T17:32:48.707047+0000 mgr.y (mgr.14142) 676 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:51.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:50 smithi001 bash[108165]: cluster 2023-12-26T17:32:48.707047+0000 mgr.y (mgr.14142) 676 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:51.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:50 smithi153 bash[108194]: cluster 2023-12-26T17:32:48.707047+0000 mgr.y (mgr.14142) 676 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:53.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:52 smithi001 bash[111579]: cluster 2023-12-26T17:32:50.707646+0000 mgr.y (mgr.14142) 677 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:53.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:52 smithi001 bash[108165]: cluster 2023-12-26T17:32:50.707646+0000 mgr.y (mgr.14142) 677 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:52 smithi153 bash[108194]: cluster 2023-12-26T17:32:50.707646+0000 mgr.y (mgr.14142) 677 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:55.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:54 smithi001 bash[111579]: cluster 2023-12-26T17:32:52.708203+0000 mgr.y (mgr.14142) 678 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:55.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:54 smithi001 bash[108165]: cluster 2023-12-26T17:32:52.708203+0000 mgr.y (mgr.14142) 678 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:55.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:54 smithi153 bash[108194]: cluster 2023-12-26T17:32:52.708203+0000 mgr.y (mgr.14142) 678 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:57.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:56 smithi001 bash[111579]: cluster 2023-12-26T17:32:54.708795+0000 mgr.y (mgr.14142) 679 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:57.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:56 smithi001 bash[108165]: cluster 2023-12-26T17:32:54.708795+0000 mgr.y (mgr.14142) 679 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:57.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:56 smithi153 bash[108194]: cluster 2023-12-26T17:32:54.708795+0000 mgr.y (mgr.14142) 679 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:59.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:32:58 smithi001 bash[111579]: cluster 2023-12-26T17:32:56.709619+0000 mgr.y (mgr.14142) 680 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:59.096 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:32:58 smithi001 bash[108165]: cluster 2023-12-26T17:32:56.709619+0000 mgr.y (mgr.14142) 680 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:32:59.096 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:32:58 smithi153 bash[108194]: cluster 2023-12-26T17:32:56.709619+0000 mgr.y (mgr.14142) 680 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:01.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:00 smithi001 bash[111579]: cluster 2023-12-26T17:32:58.710140+0000 mgr.y (mgr.14142) 681 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:01.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:00 smithi001 bash[108165]: cluster 2023-12-26T17:32:58.710140+0000 mgr.y (mgr.14142) 681 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:01.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:00 smithi153 bash[108194]: cluster 2023-12-26T17:32:58.710140+0000 mgr.y (mgr.14142) 681 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:02.905 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:02 smithi153 bash[108194]: cluster 2023-12-26T17:33:00.710791+0000 mgr.y (mgr.14142) 682 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:03.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:02 smithi001 bash[108165]: cluster 2023-12-26T17:33:00.710791+0000 mgr.y (mgr.14142) 682 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:03.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:02 smithi001 bash[111579]: cluster 2023-12-26T17:33:00.710791+0000 mgr.y (mgr.14142) 682 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:03.792 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:03 smithi153 bash[108194]: audit 2023-12-26T17:33:03.195882+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]: dispatch 2023-12-26T17:33:03.792 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:03 smithi153 bash[108194]: audit 2023-12-26T17:33:03.200197+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]': finished 2023-12-26T17:33:03.792 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:03 smithi153 bash[108194]: audit 2023-12-26T17:33:03.201097+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-26T17:33:03.792 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:03 smithi153 bash[108194]: audit 2023-12-26T17:33:03.201864+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:33:03.792 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:03 smithi153 bash[108194]: audit 2023-12-26T17:33:03.203028+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-26T17:33:04.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[111579]: audit 2023-12-26T17:33:03.195882+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]: dispatch 2023-12-26T17:33:04.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[111579]: audit 2023-12-26T17:33:03.200197+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]': finished 2023-12-26T17:33:04.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[111579]: audit 2023-12-26T17:33:03.201097+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-26T17:33:04.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[111579]: audit 2023-12-26T17:33:03.201864+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:33:04.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[111579]: audit 2023-12-26T17:33:03.203028+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-26T17:33:04.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[108165]: audit 2023-12-26T17:33:03.195882+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]: dispatch 2023-12-26T17:33:04.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[108165]: audit 2023-12-26T17:33:03.200197+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]': finished 2023-12-26T17:33:04.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[108165]: audit 2023-12-26T17:33:03.201097+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-26T17:33:04.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[108165]: audit 2023-12-26T17:33:03.201864+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:33:04.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:03 smithi001 bash[108165]: audit 2023-12-26T17:33:03.203028+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-26T17:33:04.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:04 smithi153 systemd[1]: Stopping Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[111579]: cluster 2023-12-26T17:33:02.711333+0000 mgr.y (mgr.14142) 683 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[111579]: cephadm 2023-12-26T17:33:03.195412+0000 mgr.y (mgr.14142) 684 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[111579]: cephadm 2023-12-26T17:33:03.195485+0000 mgr.y (mgr.14142) 685 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[111579]: cephadm 2023-12-26T17:33:03.202521+0000 mgr.y (mgr.14142) 686 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[108165]: cluster 2023-12-26T17:33:02.711333+0000 mgr.y (mgr.14142) 683 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[108165]: cephadm 2023-12-26T17:33:03.195412+0000 mgr.y (mgr.14142) 684 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[108165]: cephadm 2023-12-26T17:33:03.195485+0000 mgr.y (mgr.14142) 685 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-26T17:33:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:04 smithi001 bash[108165]: cephadm 2023-12-26T17:33:03.202521+0000 mgr.y (mgr.14142) 686 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:33:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:04 smithi153 bash[108194]: cluster 2023-12-26T17:33:02.711333+0000 mgr.y (mgr.14142) 683 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:04 smithi153 bash[108194]: cephadm 2023-12-26T17:33:03.195412+0000 mgr.y (mgr.14142) 684 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-26T17:33:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:04 smithi153 bash[108194]: cephadm 2023-12-26T17:33:03.195485+0000 mgr.y (mgr.14142) 685 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-26T17:33:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:04 smithi153 bash[108194]: cephadm 2023-12-26T17:33:03.202521+0000 mgr.y (mgr.14142) 686 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:33:07.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:06 smithi001 bash[111579]: cluster 2023-12-26T17:33:04.711900+0000 mgr.y (mgr.14142) 687 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:07.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:06 smithi001 bash[108165]: cluster 2023-12-26T17:33:04.711900+0000 mgr.y (mgr.14142) 687 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:07.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:06 smithi153 bash[108194]: cluster 2023-12-26T17:33:04.711900+0000 mgr.y (mgr.14142) 687 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:09.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:08 smithi001 bash[108165]: cluster 2023-12-26T17:33:06.712572+0000 mgr.y (mgr.14142) 688 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:09.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:08 smithi001 bash[111579]: cluster 2023-12-26T17:33:06.712572+0000 mgr.y (mgr.14142) 688 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:09.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:08 smithi153 bash[108194]: cluster 2023-12-26T17:33:06.712572+0000 mgr.y (mgr.14142) 688 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:11.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:10 smithi001 bash[108165]: cluster 2023-12-26T17:33:08.713231+0000 mgr.y (mgr.14142) 689 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:11.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:10 smithi001 bash[111579]: cluster 2023-12-26T17:33:08.713231+0000 mgr.y (mgr.14142) 689 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:11.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:10 smithi153 bash[108194]: cluster 2023-12-26T17:33:08.713231+0000 mgr.y (mgr.14142) 689 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:12 smithi001 bash[108165]: cluster 2023-12-26T17:33:10.713804+0000 mgr.y (mgr.14142) 690 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:13.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:12 smithi001 bash[111579]: cluster 2023-12-26T17:33:10.713804+0000 mgr.y (mgr.14142) 690 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:13.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:12 smithi153 bash[108194]: cluster 2023-12-26T17:33:10.713804+0000 mgr.y (mgr.14142) 690 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:14.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:14 smithi153 podman[120495]: time="2023-12-26T17:33:14Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-26T17:33:15.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:14 smithi001 bash[111579]: cluster 2023-12-26T17:33:12.714460+0000 mgr.y (mgr.14142) 691 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:15.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:14 smithi001 bash[108165]: cluster 2023-12-26T17:33:12.714460+0000 mgr.y (mgr.14142) 691 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:15.074 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:14 smithi153 bash[108194]: cluster 2023-12-26T17:33:12.714460+0000 mgr.y (mgr.14142) 691 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:15.328 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:15 smithi153 podman[120495]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x 2023-12-26T17:33:15.549 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:33:16.098 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:33:16.098 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (6m) 6m ago 6m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:33:16.098 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (16m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6f2e704e8f97 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (18m) 6m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (18m) 6m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (16m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (17m) 6m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 6m ago 9m prom/node-exporter 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 6m ago 9m prom/node-exporter 2023-12-26T17:33:16.099 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (16m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (15m) 6m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (15m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (14m) 6m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:33:16.100 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (14m) 6m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:33:16.101 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:33:16.101 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (6m) 6m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:33:16.401 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:33:16.401 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:33:16.402 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:33:16.403 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:33:16.636 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:16 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-26T17:33:16.636 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:16 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-26T17:33:16.636 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:16 smithi153 systemd[1]: Stopped Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:33:16.636 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:16 smithi153 systemd[1]: Starting Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:33:16.636 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:16 smithi153 podman[120581]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-26T17:33:16.636 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:16 smithi153 systemd[1]: Started Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:33:16.690 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:33:16.690 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:33:16.690 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:33:16.690 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:33:16.690 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:33:16.690 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:33:16.963 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[108165]: cluster 2023-12-26T17:33:14.715068+0000 mgr.y (mgr.14142) 692 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:16.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[108165]: audit 2023-12-26T17:33:15.541881+0000 mgr.y (mgr.14142) 693 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:16.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[108165]: audit 2023-12-26T17:33:16.405624+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.1:0/1004930939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:33:16.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[108165]: audit 2023-12-26T17:33:16.558758+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:33:16.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[108165]: audit 2023-12-26T17:33:16.562218+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:33:16.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[108165]: audit 2023-12-26T17:33:16.562912+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:33:16.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[111579]: cluster 2023-12-26T17:33:14.715068+0000 mgr.y (mgr.14142) 692 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:16.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[111579]: audit 2023-12-26T17:33:15.541881+0000 mgr.y (mgr.14142) 693 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:16.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[111579]: audit 2023-12-26T17:33:16.405624+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.1:0/1004930939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:33:16.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[111579]: audit 2023-12-26T17:33:16.558758+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:33:16.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[111579]: audit 2023-12-26T17:33:16.562218+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:33:16.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:16 smithi001 bash[111579]: audit 2023-12-26T17:33:16.562912+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:33:17.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:16 smithi153 bash[108194]: cluster 2023-12-26T17:33:14.715068+0000 mgr.y (mgr.14142) 692 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:17.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:16 smithi153 bash[108194]: audit 2023-12-26T17:33:15.541881+0000 mgr.y (mgr.14142) 693 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:17.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:16 smithi153 bash[108194]: audit 2023-12-26T17:33:16.405624+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.1:0/1004930939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:33:17.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:16 smithi153 bash[108194]: audit 2023-12-26T17:33:16.558758+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:33:17.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:16 smithi153 bash[108194]: audit 2023-12-26T17:33:16.562218+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699791\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699927\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699962\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.699996\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700030\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700064\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700085\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:26:31.700119\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:33:17.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:16 smithi153 bash[108194]: audit 2023-12-26T17:33:16.562912+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:33:17.940 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:17 smithi153 bash[108194]: audit 2023-12-26T17:33:15.824919+0000 mgr.y (mgr.14142) 694 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:17.940 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:17 smithi153 bash[108194]: audit 2023-12-26T17:33:16.099175+0000 mgr.y (mgr.14142) 695 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:17.940 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:17 smithi153 bash[120597]: debug 2023-12-26T17:33:17.715+0000 7fc011ec8700 1 -- 172.21.15.153:0/227350365 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5621921284e0 con 0x5621920ff400 2023-12-26T17:33:17.941 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:17 smithi153 bash[120597]: debug 2023-12-26T17:33:17.850+0000 7fc0224af680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:33:17.941 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:17 smithi153 bash[120597]: debug 2023-12-26T17:33:17.944+0000 7fc0224af680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:33:18.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:17 smithi001 bash[108165]: audit 2023-12-26T17:33:15.824919+0000 mgr.y (mgr.14142) 694 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:18.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:17 smithi001 bash[108165]: audit 2023-12-26T17:33:16.099175+0000 mgr.y (mgr.14142) 695 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:18.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:17 smithi001 bash[111579]: audit 2023-12-26T17:33:15.824919+0000 mgr.y (mgr.14142) 694 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:18.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:17 smithi001 bash[111579]: audit 2023-12-26T17:33:16.099175+0000 mgr.y (mgr.14142) 695 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:18.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:18 smithi153 bash[120597]: debug 2023-12-26T17:33:18.318+0000 7fc0224af680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:33:19.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[108165]: audit 2023-12-26T17:33:16.694067+0000 mgr.y (mgr.14142) 696 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:19.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[108165]: cluster 2023-12-26T17:33:16.715527+0000 mgr.y (mgr.14142) 697 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:19.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[111579]: audit 2023-12-26T17:33:16.694067+0000 mgr.y (mgr.14142) 696 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:19.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[111579]: cluster 2023-12-26T17:33:16.715527+0000 mgr.y (mgr.14142) 697 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:19.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[111579]: audit 2023-12-26T17:33:17.695595+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694529\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694608\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694643\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694674\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694703\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694732\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694777\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694808\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694826\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:33:17.694898\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:33:19.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[108165]: audit 2023-12-26T17:33:17.695595+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694529\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694608\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694643\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694674\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694703\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694732\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694777\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694808\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694826\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:33:17.694898\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:33:19.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[108165]: audit 2023-12-26T17:33:17.698514+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694529\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694608\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694643\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694674\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694703\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694732\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694777\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694808\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694826\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:33:17.694898\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:33:19.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[108165]: audit 2023-12-26T17:33:17.699047+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:33:19.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[111579]: audit 2023-12-26T17:33:17.698514+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694529\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694608\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694643\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694674\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694703\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694732\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694777\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694808\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694826\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:33:17.694898\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:33:19.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:18 smithi001 bash[111579]: audit 2023-12-26T17:33:17.699047+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:33:19.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:18 smithi153 bash[108194]: audit 2023-12-26T17:33:16.694067+0000 mgr.y (mgr.14142) 696 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:19.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:18 smithi153 bash[108194]: cluster 2023-12-26T17:33:16.715527+0000 mgr.y (mgr.14142) 697 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:19.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:18 smithi153 bash[108194]: audit 2023-12-26T17:33:17.695595+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694529\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694608\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694643\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694674\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694703\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694732\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694777\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694808\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694826\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:33:17.694898\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]: dispatch 2023-12-26T17:33:19.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:18 smithi153 bash[108194]: audit 2023-12-26T17:33:17.698514+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694529\", \"created\": \"2023-12-26T17:15:05.585656\", \"started\": \"2023-12-26T17:15:08.844667\"}, \"mgr.y\": {\"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694608\", \"created\": \"2023-12-26T17:15:09.952603\", \"started\": \"2023-12-26T17:15:09.982932\"}, \"mon.c\": {\"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694643\", \"created\": \"2023-12-26T17:16:15.969790\", \"started\": \"2023-12-26T17:16:16.000648\"}, \"osd.0\": {\"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694674\", \"created\": \"2023-12-26T17:16:52.671338\", \"started\": \"2023-12-26T17:17:06.303213\"}, \"osd.1\": {\"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694703\", \"created\": \"2023-12-26T17:17:06.676167\", \"started\": \"2023-12-26T17:17:19.925696\"}, \"osd.2\": {\"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694732\", \"created\": \"2023-12-26T17:17:20.475998\", \"started\": \"2023-12-26T17:17:34.838086\"}, \"osd.3\": {\"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694777\", \"created\": \"2023-12-26T17:17:35.043821\", \"started\": \"2023-12-26T17:17:36.238116\"}, \"node-exporter.a\": {\"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694808\", \"created\": \"2023-12-26T17:23:36.159405\"}, \"rgw.r.z.smithi001.lafcaw\": {\"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:17.694826\", \"created\": \"2023-12-26T17:26:28.613248\", \"started\": \"2023-12-26T17:26:28.646425\"}}, \"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\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829\"}}, \"last_daemon_update\": \"2023-12-26T17:33:17.694898\", \"last_device_update\": \"2023-12-26T17:17:38.124423\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.1\"]}, \"last_host_check\": \"2023-12-26T17:26:28.884871\"}"}]': finished 2023-12-26T17:33:19.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:18 smithi153 bash[108194]: audit 2023-12-26T17:33:17.699047+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-26T17:33:19.388 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:19 smithi153 bash[120597]: debug 2023-12-26T17:33:19.092+0000 7fc0224af680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:33:19.388 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:19 smithi153 bash[120597]: debug 2023-12-26T17:33:19.177+0000 7fc0224af680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:33:19.782 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:19 smithi153 bash[120597]: debug 2023-12-26T17:33:19.392+0000 7fc0224af680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:33:20.645 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:20 smithi153 bash[120597]: debug 2023-12-26T17:33:20.375+0000 7fc0224af680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:33:20.645 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:20 smithi153 bash[120597]: debug 2023-12-26T17:33:20.505+0000 7fc0224af680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:33:20.645 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:20 smithi153 bash[120597]: debug 2023-12-26T17:33:20.585+0000 7fc0224af680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:33:21.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:20 smithi001 bash[111579]: cluster 2023-12-26T17:33:18.716256+0000 mgr.y (mgr.14142) 698 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:21.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:20 smithi001 bash[108165]: cluster 2023-12-26T17:33:18.716256+0000 mgr.y (mgr.14142) 698 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:21.078 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:20 smithi153 bash[120597]: debug 2023-12-26T17:33:20.676+0000 7fc0224af680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:33:21.078 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:20 smithi153 bash[120597]: debug 2023-12-26T17:33:20.881+0000 7fc0224af680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:33:21.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:20 smithi153 bash[108194]: cluster 2023-12-26T17:33:18.716256+0000 mgr.y (mgr.14142) 698 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:21.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:21 smithi153 bash[120597]: debug 2023-12-26T17:33:21.173+0000 7fc0224af680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:33:21.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:21 smithi153 bash[120597]: debug 2023-12-26T17:33:21.273+0000 7fc0224af680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:33:22.274 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[120597]: debug 2023-12-26T17:33:22.084+0000 7fc0224af680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:33:22.274 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[120597]: debug 2023-12-26T17:33:22.172+0000 7fc0224af680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:33:22.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[120597]: debug 2023-12-26T17:33:22.277+0000 7fc0224af680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:33:22.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[120597]: debug 2023-12-26T17:33:22.465+0000 7fc0224af680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:33:22.996 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[120597]: debug 2023-12-26T17:33:22.733+0000 7fc0224af680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:33:22.996 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[120597]: debug 2023-12-26T17:33:22.866+0000 7fc0224af680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:33:22.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[108194]: cluster 2023-12-26T17:33:20.717061+0000 mgr.y (mgr.14142) 699 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:22.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[108194]: audit 2023-12-26T17:33:22.220952+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219690\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219802\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:33:16.556696\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219845\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219882\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219917\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219987\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220009\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220044\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:33:22.220143\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:33:22.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:22 smithi153 bash[108194]: audit 2023-12-26T17:33:22.224225+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219690\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219802\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:33:16.556696\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219845\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219882\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219917\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219987\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220009\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220044\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:33:22.220143\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:33:23.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:22 smithi001 bash[108165]: cluster 2023-12-26T17:33:20.717061+0000 mgr.y (mgr.14142) 699 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:23.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:22 smithi001 bash[111579]: cluster 2023-12-26T17:33:20.717061+0000 mgr.y (mgr.14142) 699 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:23.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:22 smithi001 bash[108165]: audit 2023-12-26T17:33:22.220952+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219690\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219802\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:33:16.556696\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219845\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219882\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219917\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219987\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220009\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220044\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:33:22.220143\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:33:23.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:22 smithi001 bash[108165]: audit 2023-12-26T17:33:22.224225+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219690\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219802\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:33:16.556696\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219845\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219882\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219917\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219987\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220009\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220044\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:33:22.220143\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:33:23.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:22 smithi001 bash[111579]: audit 2023-12-26T17:33:22.220952+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219690\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219802\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:33:16.556696\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219845\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219882\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219917\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219987\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220009\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220044\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:33:22.220143\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]: dispatch 2023-12-26T17:33:23.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:22 smithi001 bash[111579]: audit 2023-12-26T17:33:22.224225+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219690\", \"created\": \"2023-12-26T17:16:25.287841\", \"started\": \"2023-12-26T17:16:25.322554\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219802\", \"created\": \"2023-12-26T17:16:41.275566\", \"started\": \"2023-12-26T17:33:16.556696\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219845\", \"created\": \"2023-12-26T17:17:45.460464\", \"started\": \"2023-12-26T17:17:59.164076\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219882\", \"created\": \"2023-12-26T17:17:59.544222\", \"started\": \"2023-12-26T17:18:13.042326\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219917\", \"created\": \"2023-12-26T17:18:13.039990\", \"started\": \"2023-12-26T17:18:27.257479\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219952\", \"created\": \"2023-12-26T17:18:27.419742\", \"started\": \"2023-12-26T17:18:28.445961\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.219987\", \"created\": \"2023-12-26T17:23:36.656397\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220009\", \"created\": \"2023-12-26T17:26:26.310431\", \"started\": \"2023-12-26T17:26:26.427009\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-26T17:33:22.220044\", \"created\": \"2023-12-26T17:26:27.427411\", \"started\": \"2023-12-26T17:26:27.459030\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956\"}}, \"last_daemon_update\": \"2023-12-26T17:33:22.220143\", \"last_device_update\": \"2023-12-26T17:18:30.406476\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-26T17:26:30.355983\"}"}]': finished 2023-12-26T17:33:23.255 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[120597]: debug 2023-12-26T17:33:22.999+0000 7fc0224af680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:33:23.255 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[120597]: debug 2023-12-26T17:33:23.174+0000 7fc0224af680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:33:23.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[120597]: debug 2023-12-26T17:33:23.258+0000 7fc0224af680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:33:24.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: cephadm 2023-12-26T17:33:22.227591+0000 mgr.y (mgr.14142) 700 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:33:24.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: cluster 2023-12-26T17:33:23.273166+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:33:24.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: cluster 2023-12-26T17:33:23.273303+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:33:24.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: audit 2023-12-26T17:33:23.273567+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:33:24.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: audit 2023-12-26T17:33:23.273882+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:33:24.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: audit 2023-12-26T17:33:23.274857+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:33:24.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[108165]: audit 2023-12-26T17:33:23.275090+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:33:24.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: cephadm 2023-12-26T17:33:22.227591+0000 mgr.y (mgr.14142) 700 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:33:24.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: cluster 2023-12-26T17:33:23.273166+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:33:24.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: cluster 2023-12-26T17:33:23.273303+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:33:24.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: audit 2023-12-26T17:33:23.273567+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:33:24.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: audit 2023-12-26T17:33:23.273882+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:33:24.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: audit 2023-12-26T17:33:23.274857+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:33:24.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:23 smithi001 bash[111579]: audit 2023-12-26T17:33:23.275090+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: cephadm 2023-12-26T17:33:22.227591+0000 mgr.y (mgr.14142) 700 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: cluster 2023-12-26T17:33:23.273166+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: cluster 2023-12-26T17:33:23.273303+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: audit 2023-12-26T17:33:23.273567+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: audit 2023-12-26T17:33:23.273882+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: audit 2023-12-26T17:33:23.274857+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:33:24.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:23 smithi153 bash[108194]: audit 2023-12-26T17:33:23.275090+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:33:25.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:24 smithi001 bash[108165]: cluster 2023-12-26T17:33:22.717633+0000 mgr.y (mgr.14142) 701 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:25.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:24 smithi001 bash[108165]: cluster 2023-12-26T17:33:23.667075+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e15: y(active, since 17m), standbys: x 2023-12-26T17:33:25.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:24 smithi001 bash[111579]: cluster 2023-12-26T17:33:22.717633+0000 mgr.y (mgr.14142) 701 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:25.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:24 smithi001 bash[111579]: cluster 2023-12-26T17:33:23.667075+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e15: y(active, since 17m), standbys: x 2023-12-26T17:33:25.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:24 smithi153 bash[108194]: cluster 2023-12-26T17:33:22.717633+0000 mgr.y (mgr.14142) 701 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:25.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:24 smithi153 bash[108194]: cluster 2023-12-26T17:33:23.667075+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e15: y(active, since 17m), standbys: x 2023-12-26T17:33:25.568 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:33:25 smithi001 bash[131435]: time="2023-12-26T17:33: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" 2023-12-26T17:33:26.328 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:33:26 smithi153 bash[120247]: time="2023-12-26T17:33: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" 2023-12-26T17:33:27.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:26 smithi001 bash[111579]: cluster 2023-12-26T17:33:24.718457+0000 mgr.y (mgr.14142) 702 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:27.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:26 smithi001 bash[108165]: cluster 2023-12-26T17:33:24.718457+0000 mgr.y (mgr.14142) 702 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:27.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:26 smithi153 bash[108194]: cluster 2023-12-26T17:33:24.718457+0000 mgr.y (mgr.14142) 702 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:29.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:28 smithi001 bash[111579]: cluster 2023-12-26T17:33:26.719122+0000 mgr.y (mgr.14142) 703 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:29.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:28 smithi001 bash[108165]: cluster 2023-12-26T17:33:26.719122+0000 mgr.y (mgr.14142) 703 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:29.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:28 smithi153 bash[108194]: cluster 2023-12-26T17:33:26.719122+0000 mgr.y (mgr.14142) 703 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:31.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:30 smithi001 bash[111579]: cluster 2023-12-26T17:33:28.719666+0000 mgr.y (mgr.14142) 704 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:31.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:30 smithi001 bash[108165]: cluster 2023-12-26T17:33:28.719666+0000 mgr.y (mgr.14142) 704 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:31.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:30 smithi153 bash[108194]: cluster 2023-12-26T17:33:28.719666+0000 mgr.y (mgr.14142) 704 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:33.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:32 smithi001 bash[111579]: cluster 2023-12-26T17:33:30.720379+0000 mgr.y (mgr.14142) 705 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:33.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:32 smithi001 bash[108165]: cluster 2023-12-26T17:33:30.720379+0000 mgr.y (mgr.14142) 705 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:33.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:32 smithi153 bash[108194]: cluster 2023-12-26T17:33:30.720379+0000 mgr.y (mgr.14142) 705 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:35.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:34 smithi001 bash[111579]: cluster 2023-12-26T17:33:32.720965+0000 mgr.y (mgr.14142) 706 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:35.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:34 smithi001 bash[108165]: cluster 2023-12-26T17:33:32.720965+0000 mgr.y (mgr.14142) 706 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:35.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:34 smithi153 bash[108194]: cluster 2023-12-26T17:33:32.720965+0000 mgr.y (mgr.14142) 706 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:37.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:36 smithi001 bash[111579]: cluster 2023-12-26T17:33:34.721546+0000 mgr.y (mgr.14142) 707 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:37.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:36 smithi001 bash[108165]: cluster 2023-12-26T17:33:34.721546+0000 mgr.y (mgr.14142) 707 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:37.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:36 smithi153 bash[108194]: cluster 2023-12-26T17:33:34.721546+0000 mgr.y (mgr.14142) 707 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:39.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:38 smithi001 bash[108165]: cluster 2023-12-26T17:33:36.722285+0000 mgr.y (mgr.14142) 708 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:39.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:38 smithi001 bash[111579]: cluster 2023-12-26T17:33:36.722285+0000 mgr.y (mgr.14142) 708 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:39.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:38 smithi153 bash[108194]: cluster 2023-12-26T17:33:36.722285+0000 mgr.y (mgr.14142) 708 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:41.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:40 smithi001 bash[108165]: cluster 2023-12-26T17:33:38.723028+0000 mgr.y (mgr.14142) 709 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:41.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:40 smithi001 bash[111579]: cluster 2023-12-26T17:33:38.723028+0000 mgr.y (mgr.14142) 709 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:41.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:40 smithi153 bash[108194]: cluster 2023-12-26T17:33:38.723028+0000 mgr.y (mgr.14142) 709 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:42.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:41 smithi001 bash[108165]: cluster 2023-12-26T17:33:40.723729+0000 mgr.y (mgr.14142) 710 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:42.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:41 smithi001 bash[111579]: cluster 2023-12-26T17:33:40.723729+0000 mgr.y (mgr.14142) 710 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:42.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:41 smithi153 bash[108194]: cluster 2023-12-26T17:33:40.723729+0000 mgr.y (mgr.14142) 710 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:44.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:43 smithi001 bash[111579]: cluster 2023-12-26T17:33:42.724316+0000 mgr.y (mgr.14142) 711 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:44.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:43 smithi001 bash[108165]: cluster 2023-12-26T17:33:42.724316+0000 mgr.y (mgr.14142) 711 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:44.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:43 smithi153 bash[108194]: cluster 2023-12-26T17:33:42.724316+0000 mgr.y (mgr.14142) 711 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:46.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:46 smithi001 bash[111579]: cluster 2023-12-26T17:33:44.724905+0000 mgr.y (mgr.14142) 712 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:46.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:46 smithi001 bash[108165]: cluster 2023-12-26T17:33:44.724905+0000 mgr.y (mgr.14142) 712 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:46 smithi153 bash[108194]: cluster 2023-12-26T17:33:44.724905+0000 mgr.y (mgr.14142) 712 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:46.997 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:33:47.547 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:33:47.547 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (7m) 25s ago 7m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:33:47.547 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (30s) 25s ago 17m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:33:47.547 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (18m) 29s ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:33:47.547 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (18m) 29s ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (17m) 25s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (17m) 29s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 29s ago 10m prom/node-exporter 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 25s ago 10m prom/node-exporter 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (16m) 29s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (16m) 29s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (16m) 29s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (16m) 29s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (15m) 25s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (15m) 25s ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (15m) 25s ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (15m) 25s ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (7m) 29s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:33:47.548 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (7m) 25s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:33:47.850 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:33:47.851 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:33:48.133 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:33:48.133 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:33:48.133 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:33:48.133 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:33:48.134 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:33:48.134 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:33:48.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[108165]: cluster 2023-12-26T17:33:46.725390+0000 mgr.y (mgr.14142) 713 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:48.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[108165]: audit 2023-12-26T17:33:46.990819+0000 mgr.y (mgr.14142) 714 : audit [DBG] from='client.25309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[108165]: audit 2023-12-26T17:33:47.271835+0000 mgr.y (mgr.14142) 715 : audit [DBG] from='client.25315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[108165]: audit 2023-12-26T17:33:47.548722+0000 mgr.y (mgr.14142) 716 : audit [DBG] from='client.25321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[108165]: audit 2023-12-26T17:33:47.854758+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.1:0/7322848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[111579]: cluster 2023-12-26T17:33:46.725390+0000 mgr.y (mgr.14142) 713 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[111579]: audit 2023-12-26T17:33:46.990819+0000 mgr.y (mgr.14142) 714 : audit [DBG] from='client.25309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[111579]: audit 2023-12-26T17:33:47.271835+0000 mgr.y (mgr.14142) 715 : audit [DBG] from='client.25315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[111579]: audit 2023-12-26T17:33:47.548722+0000 mgr.y (mgr.14142) 716 : audit [DBG] from='client.25321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:48 smithi001 bash[111579]: audit 2023-12-26T17:33:47.854758+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.1:0/7322848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:33:48.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:48 smithi153 bash[108194]: cluster 2023-12-26T17:33:46.725390+0000 mgr.y (mgr.14142) 713 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:48.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:48 smithi153 bash[108194]: audit 2023-12-26T17:33:46.990819+0000 mgr.y (mgr.14142) 714 : audit [DBG] from='client.25309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:48 smithi153 bash[108194]: audit 2023-12-26T17:33:47.271835+0000 mgr.y (mgr.14142) 715 : audit [DBG] from='client.25315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:48 smithi153 bash[108194]: audit 2023-12-26T17:33:47.548722+0000 mgr.y (mgr.14142) 716 : audit [DBG] from='client.25321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:48.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:48 smithi153 bash[108194]: audit 2023-12-26T17:33:47.854758+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.1:0/7322848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:33:49.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:49 smithi001 bash[111579]: audit 2023-12-26T17:33:48.137674+0000 mgr.y (mgr.14142) 717 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:49.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:49 smithi001 bash[108165]: audit 2023-12-26T17:33:48.137674+0000 mgr.y (mgr.14142) 717 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:49.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:49 smithi153 bash[108194]: audit 2023-12-26T17:33:48.137674+0000 mgr.y (mgr.14142) 717 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:33:50.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:50 smithi001 bash[108165]: cluster 2023-12-26T17:33:48.725929+0000 mgr.y (mgr.14142) 718 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:50.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:50 smithi001 bash[111579]: cluster 2023-12-26T17:33:48.725929+0000 mgr.y (mgr.14142) 718 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:50.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:50 smithi153 bash[108194]: cluster 2023-12-26T17:33:48.725929+0000 mgr.y (mgr.14142) 718 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:52.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:52 smithi001 bash[108165]: cluster 2023-12-26T17:33:50.726500+0000 mgr.y (mgr.14142) 719 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:52.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:52 smithi001 bash[111579]: cluster 2023-12-26T17:33:50.726500+0000 mgr.y (mgr.14142) 719 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:52.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:52 smithi153 bash[108194]: cluster 2023-12-26T17:33:50.726500+0000 mgr.y (mgr.14142) 719 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:54.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:54 smithi001 bash[108165]: cluster 2023-12-26T17:33:52.727084+0000 mgr.y (mgr.14142) 720 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:54.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:54 smithi001 bash[111579]: cluster 2023-12-26T17:33:52.727084+0000 mgr.y (mgr.14142) 720 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:54.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:54 smithi153 bash[108194]: cluster 2023-12-26T17:33:52.727084+0000 mgr.y (mgr.14142) 720 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:56.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:56 smithi001 bash[111579]: cluster 2023-12-26T17:33:54.727821+0000 mgr.y (mgr.14142) 721 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:56.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:56 smithi001 bash[108165]: cluster 2023-12-26T17:33:54.727821+0000 mgr.y (mgr.14142) 721 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:56.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:56 smithi153 bash[108194]: cluster 2023-12-26T17:33:54.727821+0000 mgr.y (mgr.14142) 721 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:58.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:33:58 smithi001 bash[111579]: cluster 2023-12-26T17:33:56.728396+0000 mgr.y (mgr.14142) 722 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:58.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:33:58 smithi001 bash[108165]: cluster 2023-12-26T17:33:56.728396+0000 mgr.y (mgr.14142) 722 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:33:58.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:33:58 smithi153 bash[108194]: cluster 2023-12-26T17:33:56.728396+0000 mgr.y (mgr.14142) 722 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:00.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:00 smithi001 bash[111579]: cluster 2023-12-26T17:33:58.729085+0000 mgr.y (mgr.14142) 723 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:00.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:00 smithi001 bash[108165]: cluster 2023-12-26T17:33:58.729085+0000 mgr.y (mgr.14142) 723 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:00.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:00 smithi153 bash[108194]: cluster 2023-12-26T17:33:58.729085+0000 mgr.y (mgr.14142) 723 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:02.319 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[120247]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:34:02.319 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[120247]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:34:02.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[108194]: cluster 2023-12-26T17:34:00.729778+0000 mgr.y (mgr.14142) 724 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:02.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[120247]: Error: 3 errors occurred while pulling: 2023-12-26T17:34:02.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[120247]: * 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 2023-12-26T17:34:02.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[120247]: * 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 2023-12-26T17:34:02.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 bash[120247]: * 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 2023-12-26T17:34:02.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:34:02.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-26T17:34:02.707 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:02 smithi001 bash[108165]: cluster 2023-12-26T17:34:00.729778+0000 mgr.y (mgr.14142) 724 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:02.708 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:02 smithi001 bash[111579]: cluster 2023-12-26T17:34:00.729778+0000 mgr.y (mgr.14142) 724 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:03.068 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:02 smithi001 bash[131435]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:34:03.068 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:02 smithi001 bash[131435]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:34:03.568 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:03 smithi001 bash[131435]: Error: 3 errors occurred while pulling: 2023-12-26T17:34:03.568 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:03 smithi001 bash[131435]: * 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 2023-12-26T17:34:03.568 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:03 smithi001 bash[131435]: * 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 2023-12-26T17:34:03.569 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:03 smithi001 bash[131435]: * 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 2023-12-26T17:34:03.569 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:03 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:34:03.569 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:03 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-26T17:34:04.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:04 smithi153 bash[108194]: cluster 2023-12-26T17:34:02.730276+0000 mgr.y (mgr.14142) 725 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:04.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:04 smithi001 bash[111579]: cluster 2023-12-26T17:34:02.730276+0000 mgr.y (mgr.14142) 725 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:04.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:04 smithi001 bash[108165]: cluster 2023-12-26T17:34:02.730276+0000 mgr.y (mgr.14142) 725 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:06.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:06 smithi153 bash[108194]: cluster 2023-12-26T17:34:04.730866+0000 mgr.y (mgr.14142) 726 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:06.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:06 smithi001 bash[111579]: cluster 2023-12-26T17:34:04.730866+0000 mgr.y (mgr.14142) 726 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:06 smithi001 bash[108165]: cluster 2023-12-26T17:34:04.730866+0000 mgr.y (mgr.14142) 726 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:08.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:08 smithi001 bash[111579]: cluster 2023-12-26T17:34:06.731580+0000 mgr.y (mgr.14142) 727 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:08.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:08 smithi001 bash[108165]: cluster 2023-12-26T17:34:06.731580+0000 mgr.y (mgr.14142) 727 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:08.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:08 smithi153 bash[108194]: cluster 2023-12-26T17:34:06.731580+0000 mgr.y (mgr.14142) 727 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:10.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:10 smithi001 bash[111579]: cluster 2023-12-26T17:34:08.732124+0000 mgr.y (mgr.14142) 728 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:10.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:10 smithi001 bash[108165]: cluster 2023-12-26T17:34:08.732124+0000 mgr.y (mgr.14142) 728 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:10.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:10 smithi153 bash[108194]: cluster 2023-12-26T17:34:08.732124+0000 mgr.y (mgr.14142) 728 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:12.608 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:12 smithi153 bash[108194]: cluster 2023-12-26T17:34:10.732742+0000 mgr.y (mgr.14142) 729 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:12.608 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:34:12.608 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 4. 2023-12-26T17:34:12.609 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 systemd[1]: Stopped Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:34:12.609 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 systemd[1]: Starting Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:34:12.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:12 smithi001 bash[108165]: cluster 2023-12-26T17:34:10.732742+0000 mgr.y (mgr.14142) 729 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:12.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:12 smithi001 bash[111579]: cluster 2023-12-26T17:34:10.732742+0000 mgr.y (mgr.14142) 729 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:13.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 podman[121133]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.b" found: no such container 2023-12-26T17:34:13.078 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 systemd[1]: Started Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:34:13.078 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 bash[121148]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:34:13.078 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:12 smithi153 bash[121148]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:34:13.818 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 4. 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 systemd[1]: Stopped Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 systemd[1]: Starting Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 podman[132522]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 systemd[1]: Started Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 bash[132538]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:34:13.819 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:13 smithi001 bash[132538]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:34:14.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:14 smithi001 bash[111579]: cluster 2023-12-26T17:34:12.733316+0000 mgr.y (mgr.14142) 730 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:14.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:14 smithi001 bash[108165]: cluster 2023-12-26T17:34:12.733316+0000 mgr.y (mgr.14142) 730 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:14.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:14 smithi153 bash[108194]: cluster 2023-12-26T17:34:12.733316+0000 mgr.y (mgr.14142) 730 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:16.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:16 smithi001 bash[111579]: cluster 2023-12-26T17:34:14.733887+0000 mgr.y (mgr.14142) 731 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:16.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:16 smithi001 bash[108165]: cluster 2023-12-26T17:34:14.733887+0000 mgr.y (mgr.14142) 731 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:16.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:16 smithi153 bash[108194]: cluster 2023-12-26T17:34:14.733887+0000 mgr.y (mgr.14142) 731 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:18.440 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:34:18.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:18 smithi001 bash[108165]: cluster 2023-12-26T17:34:16.734610+0000 mgr.y (mgr.14142) 732 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:18.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:18 smithi001 bash[111579]: cluster 2023-12-26T17:34:16.734610+0000 mgr.y (mgr.14142) 732 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:18 smithi153 bash[108194]: cluster 2023-12-26T17:34:16.734610+0000 mgr.y (mgr.14142) 732 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:18.994 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:34:18.994 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (7m) 56s ago 7m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (62s) 56s ago 17m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (19m) 61s ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (19m) 61s ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (17m) 56s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (18m) 61s ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 61s ago 10m prom/node-exporter 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 56s ago 10m prom/node-exporter 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (17m) 61s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (16m) 61s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (16m) 61s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (16m) 61s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (16m) 56s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (16m) 56s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:34:18.995 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (15m) 56s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:34:18.996 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (15m) 56s ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:34:18.996 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (7m) 61s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:34:18.996 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (7m) 56s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:19.295 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:34:19.296 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:34:19.580 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:34:19.580 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:34:19.580 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:34:19.580 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:34:19.580 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:34:19.580 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:34:19.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:19 smithi001 bash[111579]: audit 2023-12-26T17:34:18.433965+0000 mgr.y (mgr.14142) 733 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:19.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:19 smithi001 bash[111579]: audit 2023-12-26T17:34:19.299660+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.1:0/530935772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:34:19.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:19 smithi001 bash[108165]: audit 2023-12-26T17:34:18.433965+0000 mgr.y (mgr.14142) 733 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:19.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:19 smithi001 bash[108165]: audit 2023-12-26T17:34:19.299660+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.1:0/530935772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:34:19.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:19 smithi153 bash[108194]: audit 2023-12-26T17:34:18.433965+0000 mgr.y (mgr.14142) 733 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:19.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:19 smithi153 bash[108194]: audit 2023-12-26T17:34:19.299660+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.1:0/530935772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:34:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[111579]: audit 2023-12-26T17:34:18.718733+0000 mgr.y (mgr.14142) 734 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[111579]: cluster 2023-12-26T17:34:18.735117+0000 mgr.y (mgr.14142) 735 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[111579]: audit 2023-12-26T17:34:18.996183+0000 mgr.y (mgr.14142) 736 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[111579]: audit 2023-12-26T17:34:19.584690+0000 mgr.y (mgr.14142) 737 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[108165]: audit 2023-12-26T17:34:18.718733+0000 mgr.y (mgr.14142) 734 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[108165]: cluster 2023-12-26T17:34:18.735117+0000 mgr.y (mgr.14142) 735 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[108165]: audit 2023-12-26T17:34:18.996183+0000 mgr.y (mgr.14142) 736 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:20 smithi001 bash[108165]: audit 2023-12-26T17:34:19.584690+0000 mgr.y (mgr.14142) 737 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:20 smithi153 bash[108194]: audit 2023-12-26T17:34:18.718733+0000 mgr.y (mgr.14142) 734 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:20 smithi153 bash[108194]: cluster 2023-12-26T17:34:18.735117+0000 mgr.y (mgr.14142) 735 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:20.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:20 smithi153 bash[108194]: audit 2023-12-26T17:34:18.996183+0000 mgr.y (mgr.14142) 736 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:20.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:20 smithi153 bash[108194]: audit 2023-12-26T17:34:19.584690+0000 mgr.y (mgr.14142) 737 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:22.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:22 smithi001 bash[111579]: cluster 2023-12-26T17:34:20.735744+0000 mgr.y (mgr.14142) 738 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:22 smithi001 bash[108165]: cluster 2023-12-26T17:34:20.735744+0000 mgr.y (mgr.14142) 738 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:22.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:22 smithi153 bash[108194]: cluster 2023-12-26T17:34:20.735744+0000 mgr.y (mgr.14142) 738 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:24.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:24 smithi001 bash[111579]: cluster 2023-12-26T17:34:22.736479+0000 mgr.y (mgr.14142) 739 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:24.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:24 smithi001 bash[108165]: cluster 2023-12-26T17:34:22.736479+0000 mgr.y (mgr.14142) 739 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:24.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:24 smithi153 bash[108194]: cluster 2023-12-26T17:34:22.736479+0000 mgr.y (mgr.14142) 739 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:26.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:26 smithi001 bash[111579]: cluster 2023-12-26T17:34:24.737210+0000 mgr.y (mgr.14142) 740 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:26.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:26 smithi001 bash[108165]: cluster 2023-12-26T17:34:24.737210+0000 mgr.y (mgr.14142) 740 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:26.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:26 smithi153 bash[108194]: cluster 2023-12-26T17:34:24.737210+0000 mgr.y (mgr.14142) 740 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:28 smithi001 bash[111579]: cluster 2023-12-26T17:34:26.737793+0000 mgr.y (mgr.14142) 741 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:28 smithi001 bash[108165]: cluster 2023-12-26T17:34:26.737793+0000 mgr.y (mgr.14142) 741 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:28 smithi153 bash[108194]: cluster 2023-12-26T17:34:26.737793+0000 mgr.y (mgr.14142) 741 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:30.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:30 smithi001 bash[111579]: cluster 2023-12-26T17:34:28.738260+0000 mgr.y (mgr.14142) 742 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:30.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:30 smithi001 bash[108165]: cluster 2023-12-26T17:34:28.738260+0000 mgr.y (mgr.14142) 742 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:30.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:30 smithi153 bash[108194]: cluster 2023-12-26T17:34:28.738260+0000 mgr.y (mgr.14142) 742 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:32.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:32 smithi001 bash[108165]: cluster 2023-12-26T17:34:30.738830+0000 mgr.y (mgr.14142) 743 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:32.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:32 smithi001 bash[111579]: cluster 2023-12-26T17:34:30.738830+0000 mgr.y (mgr.14142) 743 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:32.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:32 smithi153 bash[108194]: cluster 2023-12-26T17:34:30.738830+0000 mgr.y (mgr.14142) 743 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:34.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:34 smithi001 bash[108165]: cluster 2023-12-26T17:34:32.739584+0000 mgr.y (mgr.14142) 744 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:34.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:34 smithi001 bash[111579]: cluster 2023-12-26T17:34:32.739584+0000 mgr.y (mgr.14142) 744 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:34.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:34 smithi153 bash[108194]: cluster 2023-12-26T17:34:32.739584+0000 mgr.y (mgr.14142) 744 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:36.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:36 smithi001 bash[108165]: cluster 2023-12-26T17:34:34.740218+0000 mgr.y (mgr.14142) 745 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:36.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:36 smithi001 bash[111579]: cluster 2023-12-26T17:34:34.740218+0000 mgr.y (mgr.14142) 745 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:36.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:36 smithi153 bash[108194]: cluster 2023-12-26T17:34:34.740218+0000 mgr.y (mgr.14142) 745 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:38 smithi001 bash[111579]: cluster 2023-12-26T17:34:36.741009+0000 mgr.y (mgr.14142) 746 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:38.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:38 smithi001 bash[108165]: cluster 2023-12-26T17:34:36.741009+0000 mgr.y (mgr.14142) 746 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:38 smithi153 bash[108194]: cluster 2023-12-26T17:34:36.741009+0000 mgr.y (mgr.14142) 746 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:40.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:40 smithi001 bash[111579]: cluster 2023-12-26T17:34:38.741472+0000 mgr.y (mgr.14142) 747 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:40.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:40 smithi001 bash[108165]: cluster 2023-12-26T17:34:38.741472+0000 mgr.y (mgr.14142) 747 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:40.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:40 smithi153 bash[108194]: cluster 2023-12-26T17:34:38.741472+0000 mgr.y (mgr.14142) 747 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:42.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:42 smithi001 bash[111579]: cluster 2023-12-26T17:34:40.742280+0000 mgr.y (mgr.14142) 748 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:42.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:42 smithi001 bash[108165]: cluster 2023-12-26T17:34:40.742280+0000 mgr.y (mgr.14142) 748 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:42 smithi153 bash[108194]: cluster 2023-12-26T17:34:40.742280+0000 mgr.y (mgr.14142) 748 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:44.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:44 smithi001 bash[108165]: cluster 2023-12-26T17:34:42.742897+0000 mgr.y (mgr.14142) 749 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:44.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:44 smithi001 bash[111579]: cluster 2023-12-26T17:34:42.742897+0000 mgr.y (mgr.14142) 749 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:44.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:44 smithi153 bash[108194]: cluster 2023-12-26T17:34:42.742897+0000 mgr.y (mgr.14142) 749 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:46.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:46 smithi001 bash[108165]: cluster 2023-12-26T17:34:44.743482+0000 mgr.y (mgr.14142) 750 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:46.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:46 smithi001 bash[111579]: cluster 2023-12-26T17:34:44.743482+0000 mgr.y (mgr.14142) 750 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:46.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:46 smithi153 bash[108194]: cluster 2023-12-26T17:34:44.743482+0000 mgr.y (mgr.14142) 750 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:48.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:48 smithi001 bash[108165]: cluster 2023-12-26T17:34:46.743985+0000 mgr.y (mgr.14142) 751 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:48.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:48 smithi001 bash[111579]: cluster 2023-12-26T17:34:46.743985+0000 mgr.y (mgr.14142) 751 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:48 smithi153 bash[108194]: cluster 2023-12-26T17:34:46.743985+0000 mgr.y (mgr.14142) 751 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:49.888 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:34:50.318 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:34:49 smithi001 bash[132538]: time="2023-12-26T17:34:49Z" 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" 2023-12-26T17:34:50.440 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:34:50.440 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (8m) 88s ago 8m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:34:50.440 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (93s) 88s ago 18m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:34:50.440 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (19m) 92s ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:34:50.440 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (19m) 92s ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (18m) 88s ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (18m) 92s ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 92s ago 11m prom/node-exporter 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 88s ago 11m prom/node-exporter 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (17m) 92s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (17m) 92s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (17m) 92s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (17m) 92s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (16m) 88s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (16m) 88s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (16m) 88s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (16m) 88s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (8m) 92s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:34:50.441 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (8m) 88s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:34:50.748 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:50.749 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:34:50.750 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:34:50.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:50 smithi001 bash[111579]: cluster 2023-12-26T17:34:48.744484+0000 mgr.y (mgr.14142) 752 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:50.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:50 smithi001 bash[108165]: cluster 2023-12-26T17:34:48.744484+0000 mgr.y (mgr.14142) 752 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:50.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:50 smithi153 bash[108194]: cluster 2023-12-26T17:34:48.744484+0000 mgr.y (mgr.14142) 752 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:51.032 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:34:51.032 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:34:51.032 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:34:51.032 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:34:51.032 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:34:51.032 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:34:51.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[111579]: audit 2023-12-26T17:34:49.882143+0000 mgr.y (mgr.14142) 753 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[111579]: audit 2023-12-26T17:34:50.165011+0000 mgr.y (mgr.14142) 754 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[111579]: audit 2023-12-26T17:34:50.442213+0000 mgr.y (mgr.14142) 755 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[111579]: audit 2023-12-26T17:34:50.753760+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.1:0/4113520187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:34:51.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[108165]: audit 2023-12-26T17:34:49.882143+0000 mgr.y (mgr.14142) 753 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[108165]: audit 2023-12-26T17:34:50.165011+0000 mgr.y (mgr.14142) 754 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[108165]: audit 2023-12-26T17:34:50.442213+0000 mgr.y (mgr.14142) 755 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:51 smithi001 bash[108165]: audit 2023-12-26T17:34:50.753760+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.1:0/4113520187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:34:51.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:51 smithi153 bash[108194]: audit 2023-12-26T17:34:49.882143+0000 mgr.y (mgr.14142) 753 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:51 smithi153 bash[108194]: audit 2023-12-26T17:34:50.165011+0000 mgr.y (mgr.14142) 754 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:51 smithi153 bash[108194]: audit 2023-12-26T17:34:50.442213+0000 mgr.y (mgr.14142) 755 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:51.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:51 smithi153 bash[108194]: audit 2023-12-26T17:34:50.753760+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.1:0/4113520187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:34:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:52 smithi001 bash[111579]: cluster 2023-12-26T17:34:50.744973+0000 mgr.y (mgr.14142) 756 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:52 smithi001 bash[111579]: audit 2023-12-26T17:34:51.036581+0000 mgr.y (mgr.14142) 757 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:52 smithi001 bash[108165]: cluster 2023-12-26T17:34:50.744973+0000 mgr.y (mgr.14142) 756 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:52 smithi001 bash[108165]: audit 2023-12-26T17:34:51.036581+0000 mgr.y (mgr.14142) 757 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:52.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:52 smithi153 bash[108194]: cluster 2023-12-26T17:34:50.744973+0000 mgr.y (mgr.14142) 756 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:52.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:52 smithi153 bash[108194]: audit 2023-12-26T17:34:51.036581+0000 mgr.y (mgr.14142) 757 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:34:54.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:54 smithi001 bash[111579]: cluster 2023-12-26T17:34:52.745626+0000 mgr.y (mgr.14142) 758 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:54.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:54 smithi001 bash[108165]: cluster 2023-12-26T17:34:52.745626+0000 mgr.y (mgr.14142) 758 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:54.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:54 smithi153 bash[108194]: cluster 2023-12-26T17:34:52.745626+0000 mgr.y (mgr.14142) 758 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:55.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:34:55 smithi153 bash[121148]: time="2023-12-26T17:34:55Z" 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" 2023-12-26T17:34:56.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:56 smithi001 bash[111579]: cluster 2023-12-26T17:34:54.746403+0000 mgr.y (mgr.14142) 759 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:56.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:56 smithi001 bash[108165]: cluster 2023-12-26T17:34:54.746403+0000 mgr.y (mgr.14142) 759 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:56.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:56 smithi153 bash[108194]: cluster 2023-12-26T17:34:54.746403+0000 mgr.y (mgr.14142) 759 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:58.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:34:58 smithi001 bash[111579]: cluster 2023-12-26T17:34:56.747024+0000 mgr.y (mgr.14142) 760 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:58.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:34:58 smithi001 bash[108165]: cluster 2023-12-26T17:34:56.747024+0000 mgr.y (mgr.14142) 760 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:34:58.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:34:58 smithi153 bash[108194]: cluster 2023-12-26T17:34:56.747024+0000 mgr.y (mgr.14142) 760 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:00.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:00 smithi001 bash[111579]: cluster 2023-12-26T17:34:58.747556+0000 mgr.y (mgr.14142) 761 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:00.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:00 smithi001 bash[108165]: cluster 2023-12-26T17:34:58.747556+0000 mgr.y (mgr.14142) 761 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:00.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:00 smithi153 bash[108194]: cluster 2023-12-26T17:34:58.747556+0000 mgr.y (mgr.14142) 761 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:02.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:02 smithi001 bash[111579]: cluster 2023-12-26T17:35:00.748155+0000 mgr.y (mgr.14142) 762 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:02.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:02 smithi001 bash[108165]: cluster 2023-12-26T17:35:00.748155+0000 mgr.y (mgr.14142) 762 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:02.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:02 smithi153 bash[108194]: cluster 2023-12-26T17:35:00.748155+0000 mgr.y (mgr.14142) 762 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:04.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:04 smithi001 bash[111579]: cluster 2023-12-26T17:35:02.748700+0000 mgr.y (mgr.14142) 763 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:04.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:04 smithi001 bash[108165]: cluster 2023-12-26T17:35:02.748700+0000 mgr.y (mgr.14142) 763 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:04.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:04 smithi153 bash[108194]: cluster 2023-12-26T17:35:02.748700+0000 mgr.y (mgr.14142) 763 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:06.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:06 smithi001 bash[111579]: cluster 2023-12-26T17:35:04.749420+0000 mgr.y (mgr.14142) 764 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:06 smithi001 bash[108165]: cluster 2023-12-26T17:35:04.749420+0000 mgr.y (mgr.14142) 764 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:06 smithi153 bash[108194]: cluster 2023-12-26T17:35:04.749420+0000 mgr.y (mgr.14142) 764 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:08.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:08 smithi001 bash[111579]: cluster 2023-12-26T17:35:06.750002+0000 mgr.y (mgr.14142) 765 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:08.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:08 smithi001 bash[108165]: cluster 2023-12-26T17:35:06.750002+0000 mgr.y (mgr.14142) 765 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:08.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:08 smithi153 bash[108194]: cluster 2023-12-26T17:35:06.750002+0000 mgr.y (mgr.14142) 765 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:10.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:10 smithi001 bash[111579]: cluster 2023-12-26T17:35:08.750663+0000 mgr.y (mgr.14142) 766 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:10.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:10 smithi001 bash[108165]: cluster 2023-12-26T17:35:08.750663+0000 mgr.y (mgr.14142) 766 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:10.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:10 smithi153 bash[108194]: cluster 2023-12-26T17:35:08.750663+0000 mgr.y (mgr.14142) 766 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:12.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:12 smithi001 bash[108165]: cluster 2023-12-26T17:35:10.751474+0000 mgr.y (mgr.14142) 767 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:12.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:12 smithi001 bash[111579]: cluster 2023-12-26T17:35:10.751474+0000 mgr.y (mgr.14142) 767 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:12.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:12 smithi153 bash[108194]: cluster 2023-12-26T17:35:10.751474+0000 mgr.y (mgr.14142) 767 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:14.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:14 smithi001 bash[111579]: cluster 2023-12-26T17:35:12.752028+0000 mgr.y (mgr.14142) 768 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:14.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:14 smithi001 bash[108165]: cluster 2023-12-26T17:35:12.752028+0000 mgr.y (mgr.14142) 768 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:14.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:14 smithi153 bash[108194]: cluster 2023-12-26T17:35:12.752028+0000 mgr.y (mgr.14142) 768 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:16.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:16 smithi001 bash[111579]: cluster 2023-12-26T17:35:14.752760+0000 mgr.y (mgr.14142) 769 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:16.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:16 smithi001 bash[108165]: cluster 2023-12-26T17:35:14.752760+0000 mgr.y (mgr.14142) 769 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:16.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:16 smithi153 bash[108194]: cluster 2023-12-26T17:35:14.752760+0000 mgr.y (mgr.14142) 769 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:18.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:18 smithi001 bash[111579]: cluster 2023-12-26T17:35:16.753272+0000 mgr.y (mgr.14142) 770 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:18.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:18 smithi001 bash[108165]: cluster 2023-12-26T17:35:16.753272+0000 mgr.y (mgr.14142) 770 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:18 smithi153 bash[108194]: cluster 2023-12-26T17:35:16.753272+0000 mgr.y (mgr.14142) 770 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:20 smithi001 bash[111579]: cluster 2023-12-26T17:35:18.753962+0000 mgr.y (mgr.14142) 771 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:20.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:20 smithi001 bash[108165]: cluster 2023-12-26T17:35:18.753962+0000 mgr.y (mgr.14142) 771 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:20.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:20 smithi153 bash[108194]: cluster 2023-12-26T17:35:18.753962+0000 mgr.y (mgr.14142) 771 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:21.338 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:35:21.892 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (8m) 119s ago 8m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (2m) 119s ago 18m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (20m) 2m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (20m) 2m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (18m) 119s ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (19m) 2m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 2m ago 11m prom/node-exporter 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 119s ago 11m prom/node-exporter 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (18m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (18m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (17m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:35:21.893 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (17m) 2m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:35:21.894 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (17m) 119s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:35:21.894 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (17m) 119s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:35:21.894 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (16m) 119s ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:35:21.894 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (16m) 119s ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:35:21.894 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:35:21.894 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (8m) 119s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:35:22.194 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:35:22.195 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:22.196 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:35:22.196 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:35:22.196 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:35:22.196 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:35:22.196 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:35:22.478 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:35:22.479 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:35:22.479 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:35:22.479 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:35:22.479 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:35:22.479 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[111579]: cluster 2023-12-26T17:35:20.754527+0000 mgr.y (mgr.14142) 772 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[111579]: audit 2023-12-26T17:35:21.332927+0000 mgr.y (mgr.14142) 773 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[111579]: audit 2023-12-26T17:35:21.616932+0000 mgr.y (mgr.14142) 774 : audit [DBG] from='client.25405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[111579]: audit 2023-12-26T17:35:22.199978+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.1:0/3690151738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[108165]: cluster 2023-12-26T17:35:20.754527+0000 mgr.y (mgr.14142) 772 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[108165]: audit 2023-12-26T17:35:21.332927+0000 mgr.y (mgr.14142) 773 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[108165]: audit 2023-12-26T17:35:21.616932+0000 mgr.y (mgr.14142) 774 : audit [DBG] from='client.25405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:22 smithi001 bash[108165]: audit 2023-12-26T17:35:22.199978+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.1:0/3690151738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:35:22.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:22 smithi153 bash[108194]: cluster 2023-12-26T17:35:20.754527+0000 mgr.y (mgr.14142) 772 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:22.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:22 smithi153 bash[108194]: audit 2023-12-26T17:35:21.332927+0000 mgr.y (mgr.14142) 773 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:22.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:22 smithi153 bash[108194]: audit 2023-12-26T17:35:21.616932+0000 mgr.y (mgr.14142) 774 : audit [DBG] from='client.25405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:22.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:22 smithi153 bash[108194]: audit 2023-12-26T17:35:22.199978+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.1:0/3690151738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:35:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:23 smithi001 bash[111579]: audit 2023-12-26T17:35:21.894638+0000 mgr.y (mgr.14142) 775 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:23 smithi001 bash[111579]: audit 2023-12-26T17:35:22.483550+0000 mgr.y (mgr.14142) 776 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:23.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:23 smithi001 bash[108165]: audit 2023-12-26T17:35:21.894638+0000 mgr.y (mgr.14142) 775 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:23.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:23 smithi001 bash[108165]: audit 2023-12-26T17:35:22.483550+0000 mgr.y (mgr.14142) 776 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:23.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:23 smithi153 bash[108194]: audit 2023-12-26T17:35:21.894638+0000 mgr.y (mgr.14142) 775 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:23.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:23 smithi153 bash[108194]: audit 2023-12-26T17:35:22.483550+0000 mgr.y (mgr.14142) 776 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:24.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:24 smithi001 bash[111579]: cluster 2023-12-26T17:35:22.755026+0000 mgr.y (mgr.14142) 777 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:24.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:24 smithi001 bash[108165]: cluster 2023-12-26T17:35:22.755026+0000 mgr.y (mgr.14142) 777 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:24.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:24 smithi153 bash[108194]: cluster 2023-12-26T17:35:22.755026+0000 mgr.y (mgr.14142) 777 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:26.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:26 smithi001 bash[111579]: cluster 2023-12-26T17:35:24.755721+0000 mgr.y (mgr.14142) 778 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:26.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:26 smithi001 bash[108165]: cluster 2023-12-26T17:35:24.755721+0000 mgr.y (mgr.14142) 778 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:26.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:26 smithi153 bash[108194]: cluster 2023-12-26T17:35:24.755721+0000 mgr.y (mgr.14142) 778 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:27.818 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:35:27 smithi001 bash[132538]: time="2023-12-26T17:35:27Z" 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" 2023-12-26T17:35:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:28 smithi001 bash[111579]: cluster 2023-12-26T17:35:26.756475+0000 mgr.y (mgr.14142) 779 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:28 smithi001 bash[108165]: cluster 2023-12-26T17:35:26.756475+0000 mgr.y (mgr.14142) 779 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:28 smithi153 bash[108194]: cluster 2023-12-26T17:35:26.756475+0000 mgr.y (mgr.14142) 779 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:30.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:30 smithi001 bash[111579]: cluster 2023-12-26T17:35:28.757027+0000 mgr.y (mgr.14142) 780 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:30.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:30 smithi001 bash[108165]: cluster 2023-12-26T17:35:28.757027+0000 mgr.y (mgr.14142) 780 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:30.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:30 smithi153 bash[108194]: cluster 2023-12-26T17:35:28.757027+0000 mgr.y (mgr.14142) 780 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:32.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:32 smithi001 bash[111579]: cluster 2023-12-26T17:35:30.757663+0000 mgr.y (mgr.14142) 781 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:32.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:32 smithi001 bash[108165]: cluster 2023-12-26T17:35:30.757663+0000 mgr.y (mgr.14142) 781 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:32.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:32 smithi153 bash[108194]: cluster 2023-12-26T17:35:30.757663+0000 mgr.y (mgr.14142) 781 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:33.327 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:35:32 smithi153 bash[121148]: time="2023-12-26T17:35:32Z" 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" 2023-12-26T17:35:34.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:34 smithi001 bash[111579]: cluster 2023-12-26T17:35:32.758193+0000 mgr.y (mgr.14142) 782 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:34.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:34 smithi001 bash[108165]: cluster 2023-12-26T17:35:32.758193+0000 mgr.y (mgr.14142) 782 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:34.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:34 smithi153 bash[108194]: cluster 2023-12-26T17:35:32.758193+0000 mgr.y (mgr.14142) 782 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:36.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:36 smithi001 bash[111579]: cluster 2023-12-26T17:35:34.758792+0000 mgr.y (mgr.14142) 783 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:36.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:36 smithi001 bash[108165]: cluster 2023-12-26T17:35:34.758792+0000 mgr.y (mgr.14142) 783 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:36.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:36 smithi153 bash[108194]: cluster 2023-12-26T17:35:34.758792+0000 mgr.y (mgr.14142) 783 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:38 smithi001 bash[111579]: cluster 2023-12-26T17:35:36.759371+0000 mgr.y (mgr.14142) 784 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:38.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:38 smithi001 bash[108165]: cluster 2023-12-26T17:35:36.759371+0000 mgr.y (mgr.14142) 784 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:38 smithi153 bash[108194]: cluster 2023-12-26T17:35:36.759371+0000 mgr.y (mgr.14142) 784 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:40.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:40 smithi001 bash[111579]: cluster 2023-12-26T17:35:38.760075+0000 mgr.y (mgr.14142) 785 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:40.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:40 smithi001 bash[108165]: cluster 2023-12-26T17:35:38.760075+0000 mgr.y (mgr.14142) 785 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:40.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:40 smithi153 bash[108194]: cluster 2023-12-26T17:35:38.760075+0000 mgr.y (mgr.14142) 785 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:42.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:42 smithi001 bash[111579]: cluster 2023-12-26T17:35:40.760791+0000 mgr.y (mgr.14142) 786 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:42.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:42 smithi001 bash[108165]: cluster 2023-12-26T17:35:40.760791+0000 mgr.y (mgr.14142) 786 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:42 smithi153 bash[108194]: cluster 2023-12-26T17:35:40.760791+0000 mgr.y (mgr.14142) 786 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:44.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:44 smithi001 bash[111579]: cluster 2023-12-26T17:35:42.761407+0000 mgr.y (mgr.14142) 787 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:44.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:44 smithi001 bash[108165]: cluster 2023-12-26T17:35:42.761407+0000 mgr.y (mgr.14142) 787 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:44.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:44 smithi153 bash[108194]: cluster 2023-12-26T17:35:42.761407+0000 mgr.y (mgr.14142) 787 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:46.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:46 smithi001 bash[111579]: cluster 2023-12-26T17:35:44.762160+0000 mgr.y (mgr.14142) 788 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:46.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:46 smithi001 bash[108165]: cluster 2023-12-26T17:35:44.762160+0000 mgr.y (mgr.14142) 788 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:46.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:46 smithi153 bash[108194]: cluster 2023-12-26T17:35:44.762160+0000 mgr.y (mgr.14142) 788 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:48.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:48 smithi001 bash[111579]: cluster 2023-12-26T17:35:46.762896+0000 mgr.y (mgr.14142) 789 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:48.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:48 smithi001 bash[108165]: cluster 2023-12-26T17:35:46.762896+0000 mgr.y (mgr.14142) 789 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:48 smithi153 bash[108194]: cluster 2023-12-26T17:35:46.762896+0000 mgr.y (mgr.14142) 789 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:50.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:50 smithi001 bash[108165]: cluster 2023-12-26T17:35:48.763416+0000 mgr.y (mgr.14142) 790 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:50.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:50 smithi001 bash[111579]: cluster 2023-12-26T17:35:48.763416+0000 mgr.y (mgr.14142) 790 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:50.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:50 smithi153 bash[108194]: cluster 2023-12-26T17:35:48.763416+0000 mgr.y (mgr.14142) 790 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:52.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: debug 2023-12-26T17:35:51.953+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:52.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:52.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:52.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:35:52.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:52.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:35:52.322 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:35:51 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:52.778 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:35:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:52 smithi001 bash[108165]: cluster 2023-12-26T17:35:50.764204+0000 mgr.y (mgr.14142) 791 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:52 smithi001 bash[111579]: cluster 2023-12-26T17:35:50.764204+0000 mgr.y (mgr.14142) 791 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:52.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:52 smithi153 bash[108194]: cluster 2023-12-26T17:35:50.764204+0000 mgr.y (mgr.14142) 791 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:53.330 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:35:53.330 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (9m) 2m ago 9m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:35:53.330 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (2m) 2m ago 19m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:35:53.330 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (20m) 2m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:35:53.330 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (20m) 2m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:35:53.330 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (19m) 2m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (19m) 2m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 2m ago 12m prom/node-exporter 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 2m ago 12m prom/node-exporter 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (18m) 2m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (18m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (18m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (18m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (17m) 2m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (17m) 2m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (17m) 2m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (17m) 2m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:35:53.331 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:35:53.637 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:35:53.638 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:35:53.639 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:35:53.639 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:35:53.639 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:35:53.639 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: cephadm 2023-12-26T17:35:51.954165+0000 mgr.y (mgr.14142) 792 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: cephadm 2023-12-26T17:35:51.954165+0000 mgr.y (mgr.14142) 792 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:35:53.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:35:53.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:35:53.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: cephadm 2023-12-26T17:35:51.954286+0000 mgr.y (mgr.14142) 793 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:35:53.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: cephadm 2023-12-26T17:35:51.954286+0000 mgr.y (mgr.14142) 793 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:35:53.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:35:53.831 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[108165]: cephadm 2023-12-26T17:35:51.956986+0000 mgr.y (mgr.14142) 794 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:53 smithi001 bash[111579]: cephadm 2023-12-26T17:35:51.956986+0000 mgr.y (mgr.14142) 794 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:35:53.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: cephadm 2023-12-26T17:35:51.954165+0000 mgr.y (mgr.14142) 792 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:35:53.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: cephadm 2023-12-26T17:35:51.954286+0000 mgr.y (mgr.14142) 793 : cephadm [WRN] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi153', network='', name='a')]), 'service_type': 'prometheus', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon prometheus.a ... 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:Verifying port 9095 ... 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/prometheus" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/prometheus:latest... 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:33:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:34:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:35:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/prometheus:latest... 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/prometheus:latest... 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://prom/prometheus:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus: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/prometheus:latest: reading manifest latest in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/prometheus:latest: reading manifest latest in registry.access.redhat.com/prom/prometheus: name unknown: Repo not found 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/prometheus: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 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 2448, in extract_uid_gid_monitoring 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:35:53.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:35:53.840 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:35:53.840 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/prometheus:latest -e NODE_NAME=smithi153 --entrypoint stat prom/prometheus:latest -c %u %g /etc/prometheus 2023-12-26T17:35:53.840 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:53 smithi153 bash[108194]: cephadm 2023-12-26T17:35:51.956986+0000 mgr.y (mgr.14142) 794 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:35:53.922 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:35:53.922 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:35:53.922 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:35:53.923 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:35:53.923 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:35:53.923 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:35:54.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[111579]: cluster 2023-12-26T17:35:52.764648+0000 mgr.y (mgr.14142) 795 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[111579]: audit 2023-12-26T17:35:52.772179+0000 mgr.y (mgr.14142) 796 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[111579]: audit 2023-12-26T17:35:53.056321+0000 mgr.y (mgr.14142) 797 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[111579]: audit 2023-12-26T17:35:53.332348+0000 mgr.y (mgr.14142) 798 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[111579]: audit 2023-12-26T17:35:53.642993+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.1:0/1554473182' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[108165]: cluster 2023-12-26T17:35:52.764648+0000 mgr.y (mgr.14142) 795 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[108165]: audit 2023-12-26T17:35:52.772179+0000 mgr.y (mgr.14142) 796 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[108165]: audit 2023-12-26T17:35:53.056321+0000 mgr.y (mgr.14142) 797 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[108165]: audit 2023-12-26T17:35:53.332348+0000 mgr.y (mgr.14142) 798 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:54 smithi001 bash[108165]: audit 2023-12-26T17:35:53.642993+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.1:0/1554473182' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:35:54.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:54 smithi153 bash[108194]: cluster 2023-12-26T17:35:52.764648+0000 mgr.y (mgr.14142) 795 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:54.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:54 smithi153 bash[108194]: audit 2023-12-26T17:35:52.772179+0000 mgr.y (mgr.14142) 796 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:54 smithi153 bash[108194]: audit 2023-12-26T17:35:53.056321+0000 mgr.y (mgr.14142) 797 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:54 smithi153 bash[108194]: audit 2023-12-26T17:35:53.332348+0000 mgr.y (mgr.14142) 798 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:54.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:54 smithi153 bash[108194]: audit 2023-12-26T17:35:53.642993+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.1:0/1554473182' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:35:55.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:55 smithi001 bash[111579]: audit 2023-12-26T17:35:53.926952+0000 mgr.y (mgr.14142) 799 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:55.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:55 smithi001 bash[108165]: audit 2023-12-26T17:35:53.926952+0000 mgr.y (mgr.14142) 799 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:55.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:55 smithi153 bash[108194]: audit 2023-12-26T17:35:53.926952+0000 mgr.y (mgr.14142) 799 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:35:56.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:56 smithi153 bash[108194]: cluster 2023-12-26T17:35:54.765338+0000 mgr.y (mgr.14142) 800 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:57.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:56 smithi001 bash[108165]: cluster 2023-12-26T17:35:54.765338+0000 mgr.y (mgr.14142) 800 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:57.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:56 smithi001 bash[111579]: cluster 2023-12-26T17:35:54.765338+0000 mgr.y (mgr.14142) 800 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:58.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:35:58 smithi153 bash[108194]: cluster 2023-12-26T17:35:56.765996+0000 mgr.y (mgr.14142) 801 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:59.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:35:58 smithi001 bash[108165]: cluster 2023-12-26T17:35:56.765996+0000 mgr.y (mgr.14142) 801 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:35:59.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:35:58 smithi001 bash[111579]: cluster 2023-12-26T17:35:56.765996+0000 mgr.y (mgr.14142) 801 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:00 smithi001 bash[111579]: cluster 2023-12-26T17:35:58.766638+0000 mgr.y (mgr.14142) 802 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:01.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:00 smithi001 bash[108165]: cluster 2023-12-26T17:35:58.766638+0000 mgr.y (mgr.14142) 802 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:01.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:00 smithi153 bash[108194]: cluster 2023-12-26T17:35:58.766638+0000 mgr.y (mgr.14142) 802 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:02 smithi001 bash[111579]: cluster 2023-12-26T17:36:00.767317+0000 mgr.y (mgr.14142) 803 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:02 smithi001 bash[108165]: cluster 2023-12-26T17:36:00.767317+0000 mgr.y (mgr.14142) 803 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:03.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:02 smithi153 bash[108194]: cluster 2023-12-26T17:36:00.767317+0000 mgr.y (mgr.14142) 803 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:04 smithi001 bash[111579]: cluster 2023-12-26T17:36:02.768030+0000 mgr.y (mgr.14142) 804 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:05.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:04 smithi001 bash[108165]: cluster 2023-12-26T17:36:02.768030+0000 mgr.y (mgr.14142) 804 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:05.068 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:04 smithi001 bash[132538]: time="2023-12-26T17:36:04Z" 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" 2023-12-26T17:36:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:04 smithi153 bash[108194]: cluster 2023-12-26T17:36:02.768030+0000 mgr.y (mgr.14142) 804 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:07.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:06 smithi001 bash[111579]: cluster 2023-12-26T17:36:04.768773+0000 mgr.y (mgr.14142) 805 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:07.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:06 smithi001 bash[108165]: cluster 2023-12-26T17:36:04.768773+0000 mgr.y (mgr.14142) 805 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:07.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:06 smithi153 bash[108194]: cluster 2023-12-26T17:36:04.768773+0000 mgr.y (mgr.14142) 805 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:09.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:08 smithi001 bash[111579]: cluster 2023-12-26T17:36:06.769357+0000 mgr.y (mgr.14142) 806 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:09.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:08 smithi001 bash[108165]: cluster 2023-12-26T17:36:06.769357+0000 mgr.y (mgr.14142) 806 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:09.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:08 smithi153 bash[108194]: cluster 2023-12-26T17:36:06.769357+0000 mgr.y (mgr.14142) 806 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:10.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:10 smithi153 bash[108194]: cluster 2023-12-26T17:36:08.770047+0000 mgr.y (mgr.14142) 807 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:10.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:10 smithi153 bash[121148]: time="2023-12-26T17:36:10Z" 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" 2023-12-26T17:36:11.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:10 smithi001 bash[108165]: cluster 2023-12-26T17:36:08.770047+0000 mgr.y (mgr.14142) 807 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:11.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:10 smithi001 bash[111579]: cluster 2023-12-26T17:36:08.770047+0000 mgr.y (mgr.14142) 807 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:13.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:12 smithi001 bash[111579]: cluster 2023-12-26T17:36:10.770583+0000 mgr.y (mgr.14142) 808 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:13.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:12 smithi001 bash[108165]: cluster 2023-12-26T17:36:10.770583+0000 mgr.y (mgr.14142) 808 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:13.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:12 smithi153 bash[108194]: cluster 2023-12-26T17:36:10.770583+0000 mgr.y (mgr.14142) 808 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:15.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:14 smithi001 bash[111579]: cluster 2023-12-26T17:36:12.771268+0000 mgr.y (mgr.14142) 809 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:15.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:14 smithi001 bash[108165]: cluster 2023-12-26T17:36:12.771268+0000 mgr.y (mgr.14142) 809 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:15.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:14 smithi153 bash[108194]: cluster 2023-12-26T17:36:12.771268+0000 mgr.y (mgr.14142) 809 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:17.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:16 smithi001 bash[111579]: cluster 2023-12-26T17:36:14.771770+0000 mgr.y (mgr.14142) 810 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:17.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:16 smithi001 bash[108165]: cluster 2023-12-26T17:36:14.771770+0000 mgr.y (mgr.14142) 810 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:17.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:16 smithi153 bash[108194]: cluster 2023-12-26T17:36:14.771770+0000 mgr.y (mgr.14142) 810 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:19.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:18 smithi001 bash[108165]: cluster 2023-12-26T17:36:16.772341+0000 mgr.y (mgr.14142) 811 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:19.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:18 smithi001 bash[111579]: cluster 2023-12-26T17:36:16.772341+0000 mgr.y (mgr.14142) 811 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:19.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:18 smithi153 bash[108194]: cluster 2023-12-26T17:36:16.772341+0000 mgr.y (mgr.14142) 811 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:21.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:20 smithi001 bash[111579]: cluster 2023-12-26T17:36:18.772861+0000 mgr.y (mgr.14142) 812 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:21.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:20 smithi001 bash[108165]: cluster 2023-12-26T17:36:18.772861+0000 mgr.y (mgr.14142) 812 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:21.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:20 smithi153 bash[108194]: cluster 2023-12-26T17:36:18.772861+0000 mgr.y (mgr.14142) 812 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:23.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:22 smithi001 bash[111579]: cluster 2023-12-26T17:36:20.773413+0000 mgr.y (mgr.14142) 813 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:23.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:22 smithi001 bash[108165]: cluster 2023-12-26T17:36:20.773413+0000 mgr.y (mgr.14142) 813 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:23.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:22 smithi153 bash[108194]: cluster 2023-12-26T17:36:20.773413+0000 mgr.y (mgr.14142) 813 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:24.230 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:36:24.786 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (9m) 3m ago 9m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (3m) 3m ago 19m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (21m) 3m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (21m) 3m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (19m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (20m) 3m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 3m ago 12m prom/node-exporter 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 3m ago 12m prom/node-exporter 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (19m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (19m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (18m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (18m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (18m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:36:24.787 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (18m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:36:24.788 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (17m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:36:24.788 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (17m) 3m ago 17m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:36:24.788 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:36:24.788 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:36:25.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:24 smithi001 bash[108165]: cluster 2023-12-26T17:36:22.773915+0000 mgr.y (mgr.14142) 814 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:25.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:24 smithi001 bash[111579]: cluster 2023-12-26T17:36:22.773915+0000 mgr.y (mgr.14142) 814 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:25.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:24 smithi153 bash[108194]: cluster 2023-12-26T17:36:22.773915+0000 mgr.y (mgr.14142) 814 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:25.091 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:36:25.091 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:36:25.091 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:36:25.091 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:25.091 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:36:25.091 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:36:25.092 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:36:25.374 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:36:25.374 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:36:25.375 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:36:25.375 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:36:25.375 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:36:25.375 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:36:26.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:25 smithi001 bash[111579]: audit 2023-12-26T17:36:24.224553+0000 mgr.y (mgr.14142) 815 : audit [DBG] from='client.25459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:26.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:25 smithi001 bash[111579]: audit 2023-12-26T17:36:24.508479+0000 mgr.y (mgr.14142) 816 : audit [DBG] from='client.25465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:26.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:25 smithi001 bash[111579]: audit 2023-12-26T17:36:25.096863+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.1:0/1146988765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:36:26.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:25 smithi001 bash[108165]: audit 2023-12-26T17:36:24.224553+0000 mgr.y (mgr.14142) 815 : audit [DBG] from='client.25459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:26.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:25 smithi001 bash[108165]: audit 2023-12-26T17:36:24.508479+0000 mgr.y (mgr.14142) 816 : audit [DBG] from='client.25465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:26.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:25 smithi001 bash[108165]: audit 2023-12-26T17:36:25.096863+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.1:0/1146988765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:36:26.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:25 smithi153 bash[108194]: audit 2023-12-26T17:36:24.224553+0000 mgr.y (mgr.14142) 815 : audit [DBG] from='client.25459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:26.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:25 smithi153 bash[108194]: audit 2023-12-26T17:36:24.508479+0000 mgr.y (mgr.14142) 816 : audit [DBG] from='client.25465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:26.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:25 smithi153 bash[108194]: audit 2023-12-26T17:36:25.096863+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.1:0/1146988765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:36:27.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:26 smithi001 bash[111579]: cluster 2023-12-26T17:36:24.774450+0000 mgr.y (mgr.14142) 817 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:27.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:26 smithi001 bash[111579]: audit 2023-12-26T17:36:24.788884+0000 mgr.y (mgr.14142) 818 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:27.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:26 smithi001 bash[111579]: audit 2023-12-26T17:36:25.379696+0000 mgr.y (mgr.14142) 819 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:27.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:26 smithi001 bash[108165]: cluster 2023-12-26T17:36:24.774450+0000 mgr.y (mgr.14142) 817 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:27.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:26 smithi001 bash[108165]: audit 2023-12-26T17:36:24.788884+0000 mgr.y (mgr.14142) 818 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:27.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:26 smithi001 bash[108165]: audit 2023-12-26T17:36:25.379696+0000 mgr.y (mgr.14142) 819 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:27.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:26 smithi153 bash[108194]: cluster 2023-12-26T17:36:24.774450+0000 mgr.y (mgr.14142) 817 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:27.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:26 smithi153 bash[108194]: audit 2023-12-26T17:36:24.788884+0000 mgr.y (mgr.14142) 818 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:27.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:26 smithi153 bash[108194]: audit 2023-12-26T17:36:25.379696+0000 mgr.y (mgr.14142) 819 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:29.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:28 smithi001 bash[111579]: cluster 2023-12-26T17:36:26.775038+0000 mgr.y (mgr.14142) 820 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:29.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:28 smithi001 bash[108165]: cluster 2023-12-26T17:36:26.775038+0000 mgr.y (mgr.14142) 820 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:29.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:28 smithi153 bash[108194]: cluster 2023-12-26T17:36:26.775038+0000 mgr.y (mgr.14142) 820 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:31.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:30 smithi001 bash[111579]: cluster 2023-12-26T17:36:28.775742+0000 mgr.y (mgr.14142) 821 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:31.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:30 smithi001 bash[108165]: cluster 2023-12-26T17:36:28.775742+0000 mgr.y (mgr.14142) 821 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:30 smithi153 bash[108194]: cluster 2023-12-26T17:36:28.775742+0000 mgr.y (mgr.14142) 821 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:33.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:32 smithi001 bash[111579]: cluster 2023-12-26T17:36:30.776525+0000 mgr.y (mgr.14142) 822 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 52 op/s 2023-12-26T17:36:33.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:32 smithi001 bash[108165]: cluster 2023-12-26T17:36:30.776525+0000 mgr.y (mgr.14142) 822 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 52 op/s 2023-12-26T17:36:33.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:32 smithi153 bash[108194]: cluster 2023-12-26T17:36:30.776525+0000 mgr.y (mgr.14142) 822 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 52 op/s 2023-12-26T17:36:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:34 smithi001 bash[111579]: cluster 2023-12-26T17:36:32.777080+0000 mgr.y (mgr.14142) 823 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2023-12-26T17:36:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:34 smithi001 bash[108165]: cluster 2023-12-26T17:36:32.777080+0000 mgr.y (mgr.14142) 823 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2023-12-26T17:36:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:34 smithi153 bash[108194]: cluster 2023-12-26T17:36:32.777080+0000 mgr.y (mgr.14142) 823 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2023-12-26T17:36:37.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:36 smithi001 bash[111579]: cluster 2023-12-26T17:36:34.777736+0000 mgr.y (mgr.14142) 824 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:37.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:36 smithi001 bash[108165]: cluster 2023-12-26T17:36:34.777736+0000 mgr.y (mgr.14142) 824 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:37.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:36 smithi153 bash[108194]: cluster 2023-12-26T17:36:34.777736+0000 mgr.y (mgr.14142) 824 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:39.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:38 smithi001 bash[111579]: cluster 2023-12-26T17:36:36.778485+0000 mgr.y (mgr.14142) 825 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:39.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:38 smithi001 bash[108165]: cluster 2023-12-26T17:36:36.778485+0000 mgr.y (mgr.14142) 825 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:39.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:38 smithi153 bash[108194]: cluster 2023-12-26T17:36:36.778485+0000 mgr.y (mgr.14142) 825 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:41.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:40 smithi001 bash[111579]: cluster 2023-12-26T17:36:38.779187+0000 mgr.y (mgr.14142) 826 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:41.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:40 smithi001 bash[108165]: cluster 2023-12-26T17:36:38.779187+0000 mgr.y (mgr.14142) 826 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:41.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:40 smithi153 bash[108194]: cluster 2023-12-26T17:36:38.779187+0000 mgr.y (mgr.14142) 826 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:43.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:42 smithi001 bash[111579]: cluster 2023-12-26T17:36:40.779884+0000 mgr.y (mgr.14142) 827 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:43.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:42 smithi001 bash[108165]: cluster 2023-12-26T17:36:40.779884+0000 mgr.y (mgr.14142) 827 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:43.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:42 smithi153 bash[108194]: cluster 2023-12-26T17:36:40.779884+0000 mgr.y (mgr.14142) 827 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-26T17:36:44.669 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[132538]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:36:44.669 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[132538]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:36:45.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[108165]: cluster 2023-12-26T17:36:42.780641+0000 mgr.y (mgr.14142) 828 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-26T17:36:45.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[111579]: cluster 2023-12-26T17:36:42.780641+0000 mgr.y (mgr.14142) 828 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-26T17:36:45.068 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[132538]: Error: 3 errors occurred while pulling: 2023-12-26T17:36:45.069 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[132538]: * 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 2023-12-26T17:36:45.069 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[132538]: * 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 2023-12-26T17:36:45.069 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 bash[132538]: * 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 2023-12-26T17:36:45.069 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:36:45.069 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:44 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-26T17:36:45.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:44 smithi153 bash[108194]: cluster 2023-12-26T17:36:42.780641+0000 mgr.y (mgr.14142) 828 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-26T17:36:47.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:46 smithi001 bash[111579]: cluster 2023-12-26T17:36:44.781260+0000 mgr.y (mgr.14142) 829 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-26T17:36:47.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:46 smithi001 bash[108165]: cluster 2023-12-26T17:36:44.781260+0000 mgr.y (mgr.14142) 829 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-26T17:36:47.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:46 smithi153 bash[108194]: cluster 2023-12-26T17:36:44.781260+0000 mgr.y (mgr.14142) 829 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-26T17:36:48.496 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[121148]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2023-12-26T17:36:48.497 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[121148]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2023-12-26T17:36:48.497 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[121148]: Error: 3 errors occurred while pulling: 2023-12-26T17:36:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[108194]: cluster 2023-12-26T17:36:46.782028+0000 mgr.y (mgr.14142) 830 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:48.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[121148]: * 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 2023-12-26T17:36:48.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[121148]: * 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 2023-12-26T17:36:48.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 bash[121148]: * 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 2023-12-26T17:36:48.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2023-12-26T17:36:48.828 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:48 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-26T17:36:49.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:48 smithi001 bash[111579]: cluster 2023-12-26T17:36:46.782028+0000 mgr.y (mgr.14142) 830 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:49.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:48 smithi001 bash[108165]: cluster 2023-12-26T17:36:46.782028+0000 mgr.y (mgr.14142) 830 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:51.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:50 smithi001 bash[111579]: cluster 2023-12-26T17:36:48.782577+0000 mgr.y (mgr.14142) 831 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:51.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:50 smithi001 bash[108165]: cluster 2023-12-26T17:36:48.782577+0000 mgr.y (mgr.14142) 831 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:51.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:50 smithi153 bash[108194]: cluster 2023-12-26T17:36:48.782577+0000 mgr.y (mgr.14142) 831 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:53.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:52 smithi001 bash[111579]: cluster 2023-12-26T17:36:50.783215+0000 mgr.y (mgr.14142) 832 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:53.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:52 smithi001 bash[108165]: cluster 2023-12-26T17:36:50.783215+0000 mgr.y (mgr.14142) 832 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:52 smithi153 bash[108194]: cluster 2023-12-26T17:36:50.783215+0000 mgr.y (mgr.14142) 832 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:54.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:54 smithi001 bash[108165]: cluster 2023-12-26T17:36:52.783725+0000 mgr.y (mgr.14142) 833 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:54.965 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:54 smithi001 bash[111579]: cluster 2023-12-26T17:36:52.783725+0000 mgr.y (mgr.14142) 833 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:54.965 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:36:54.965 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 5. 2023-12-26T17:36:54.966 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 systemd[1]: Stopped Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:36:54.966 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 systemd[1]: Starting Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:36:54.966 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 podman[133247]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-26T17:36:54.966 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 systemd[1]: Started Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:36:55.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:54 smithi153 bash[108194]: cluster 2023-12-26T17:36:52.783725+0000 mgr.y (mgr.14142) 833 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:55.317 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 bash[133262]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:36:55.317 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:36:54 smithi001 bash[133262]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:36:55.672 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (10m) 3m ago 10m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (3m) 3m ago 20m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (21m) 3m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (21m) 3m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (20m) 3m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (20m) 3m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:36:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 3m ago 13m prom/node-exporter 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 3m ago 13m prom/node-exporter 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (19m) 3m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (19m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (19m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (19m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (18m) 3m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (18m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (18m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (18m) 3m ago 18m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:36:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:36:56.533 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:36:56.533 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:36:56.534 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:36:56.535 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:36:56.535 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:36:56.535 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:36:56.535 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:36:56.818 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:36:56.818 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:36:56.818 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:36:56.818 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:36:56.818 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:36:56.818 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:36:57.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:56 smithi001 bash[108165]: cluster 2023-12-26T17:36:54.784480+0000 mgr.y (mgr.14142) 834 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:57.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:56 smithi001 bash[108165]: audit 2023-12-26T17:36:55.667497+0000 mgr.y (mgr.14142) 835 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:57.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:56 smithi001 bash[108165]: audit 2023-12-26T17:36:56.539291+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.1:0/4223944453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:36:57.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:56 smithi001 bash[111579]: cluster 2023-12-26T17:36:54.784480+0000 mgr.y (mgr.14142) 834 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:57.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:56 smithi001 bash[111579]: audit 2023-12-26T17:36:55.667497+0000 mgr.y (mgr.14142) 835 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:57.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:56 smithi001 bash[111579]: audit 2023-12-26T17:36:56.539291+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.1:0/4223944453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:36:57.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:56 smithi153 bash[108194]: cluster 2023-12-26T17:36:54.784480+0000 mgr.y (mgr.14142) 834 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:57.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:56 smithi153 bash[108194]: audit 2023-12-26T17:36:55.667497+0000 mgr.y (mgr.14142) 835 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:57.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:56 smithi153 bash[108194]: audit 2023-12-26T17:36:56.539291+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.1:0/4223944453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:36:58.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:57 smithi001 bash[108165]: audit 2023-12-26T17:36:55.955623+0000 mgr.y (mgr.14142) 836 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:58.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:57 smithi001 bash[108165]: audit 2023-12-26T17:36:56.232596+0000 mgr.y (mgr.14142) 837 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:58.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:57 smithi001 bash[111579]: audit 2023-12-26T17:36:55.955623+0000 mgr.y (mgr.14142) 836 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:58.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:57 smithi001 bash[111579]: audit 2023-12-26T17:36:56.232596+0000 mgr.y (mgr.14142) 837 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:58.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:57 smithi153 bash[108194]: audit 2023-12-26T17:36:55.955623+0000 mgr.y (mgr.14142) 836 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:58.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:57 smithi153 bash[108194]: audit 2023-12-26T17:36:56.232596+0000 mgr.y (mgr.14142) 837 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:59.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:58 smithi001 bash[111579]: cluster 2023-12-26T17:36:56.784893+0000 mgr.y (mgr.14142) 838 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:59.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:36:58 smithi001 bash[111579]: audit 2023-12-26T17:36:56.823454+0000 mgr.y (mgr.14142) 839 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:59.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:58 smithi001 bash[108165]: cluster 2023-12-26T17:36:56.784893+0000 mgr.y (mgr.14142) 838 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:59.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:36:58 smithi001 bash[108165]: audit 2023-12-26T17:36:56.823454+0000 mgr.y (mgr.14142) 839 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:59.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:58 smithi153 bash[108194]: cluster 2023-12-26T17:36:56.784893+0000 mgr.y (mgr.14142) 838 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:36:59.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:36:58 smithi153 bash[108194]: audit 2023-12-26T17:36:56.823454+0000 mgr.y (mgr.14142) 839 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 5. 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 systemd[1]: Stopped Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 systemd[1]: Starting Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 podman[121182]: Error: no container with ID or name "ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.b" found: no such container 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 systemd[1]: Started Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:36:59.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 bash[121198]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:36:59.078 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:36:58 smithi153 bash[121198]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-26T17:37:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:00 smithi001 bash[111579]: cluster 2023-12-26T17:36:58.785403+0000 mgr.y (mgr.14142) 840 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:01.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:00 smithi001 bash[108165]: cluster 2023-12-26T17:36:58.785403+0000 mgr.y (mgr.14142) 840 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:01.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:00 smithi153 bash[108194]: cluster 2023-12-26T17:36:58.785403+0000 mgr.y (mgr.14142) 840 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:02 smithi001 bash[111579]: cluster 2023-12-26T17:37:00.786090+0000 mgr.y (mgr.14142) 841 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:03.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:02 smithi001 bash[108165]: cluster 2023-12-26T17:37:00.786090+0000 mgr.y (mgr.14142) 841 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:03.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:02 smithi153 bash[108194]: cluster 2023-12-26T17:37:00.786090+0000 mgr.y (mgr.14142) 841 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:05.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:04 smithi001 bash[108165]: cluster 2023-12-26T17:37:02.786638+0000 mgr.y (mgr.14142) 842 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:04 smithi001 bash[111579]: cluster 2023-12-26T17:37:02.786638+0000 mgr.y (mgr.14142) 842 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:04 smithi153 bash[108194]: cluster 2023-12-26T17:37:02.786638+0000 mgr.y (mgr.14142) 842 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:07.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:06 smithi001 bash[108165]: cluster 2023-12-26T17:37:04.787283+0000 mgr.y (mgr.14142) 843 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:07.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:06 smithi001 bash[111579]: cluster 2023-12-26T17:37:04.787283+0000 mgr.y (mgr.14142) 843 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:07.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:06 smithi153 bash[108194]: cluster 2023-12-26T17:37:04.787283+0000 mgr.y (mgr.14142) 843 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:09.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:08 smithi001 bash[108165]: cluster 2023-12-26T17:37:06.788046+0000 mgr.y (mgr.14142) 844 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:09.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:08 smithi001 bash[111579]: cluster 2023-12-26T17:37:06.788046+0000 mgr.y (mgr.14142) 844 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:09.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:08 smithi153 bash[108194]: cluster 2023-12-26T17:37:06.788046+0000 mgr.y (mgr.14142) 844 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:10.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:10 smithi001 bash[111579]: cluster 2023-12-26T17:37:08.788660+0000 mgr.y (mgr.14142) 845 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:10.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:10 smithi001 bash[108165]: cluster 2023-12-26T17:37:08.788660+0000 mgr.y (mgr.14142) 845 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:10.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:10 smithi153 bash[108194]: cluster 2023-12-26T17:37:08.788660+0000 mgr.y (mgr.14142) 845 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:12 smithi001 bash[111579]: cluster 2023-12-26T17:37:10.789326+0000 mgr.y (mgr.14142) 846 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:12.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:12 smithi001 bash[108165]: cluster 2023-12-26T17:37:10.789326+0000 mgr.y (mgr.14142) 846 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:12.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:12 smithi153 bash[108194]: cluster 2023-12-26T17:37:10.789326+0000 mgr.y (mgr.14142) 846 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:14.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:14 smithi001 bash[111579]: cluster 2023-12-26T17:37:12.789928+0000 mgr.y (mgr.14142) 847 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:14.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:14 smithi001 bash[108165]: cluster 2023-12-26T17:37:12.789928+0000 mgr.y (mgr.14142) 847 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:14.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:14 smithi153 bash[108194]: cluster 2023-12-26T17:37:12.789928+0000 mgr.y (mgr.14142) 847 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:16.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:16 smithi001 bash[111579]: cluster 2023-12-26T17:37:14.790549+0000 mgr.y (mgr.14142) 848 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:16.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:16 smithi001 bash[108165]: cluster 2023-12-26T17:37:14.790549+0000 mgr.y (mgr.14142) 848 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:16.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:16 smithi153 bash[108194]: cluster 2023-12-26T17:37:14.790549+0000 mgr.y (mgr.14142) 848 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:18.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:18 smithi001 bash[111579]: cluster 2023-12-26T17:37:16.791184+0000 mgr.y (mgr.14142) 849 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:18.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:18 smithi001 bash[108165]: cluster 2023-12-26T17:37:16.791184+0000 mgr.y (mgr.14142) 849 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:18.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:18 smithi153 bash[108194]: cluster 2023-12-26T17:37:16.791184+0000 mgr.y (mgr.14142) 849 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:20.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:20 smithi001 bash[111579]: cluster 2023-12-26T17:37:18.791877+0000 mgr.y (mgr.14142) 850 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:20.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:20 smithi001 bash[108165]: cluster 2023-12-26T17:37:18.791877+0000 mgr.y (mgr.14142) 850 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:20.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:20 smithi153 bash[108194]: cluster 2023-12-26T17:37:18.791877+0000 mgr.y (mgr.14142) 850 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:22.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:22 smithi001 bash[111579]: cluster 2023-12-26T17:37:20.792632+0000 mgr.y (mgr.14142) 851 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:22.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:22 smithi001 bash[108165]: cluster 2023-12-26T17:37:20.792632+0000 mgr.y (mgr.14142) 851 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:22.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:22 smithi153 bash[108194]: cluster 2023-12-26T17:37:20.792632+0000 mgr.y (mgr.14142) 851 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:24.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:24 smithi001 bash[111579]: cluster 2023-12-26T17:37:22.793178+0000 mgr.y (mgr.14142) 852 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:24.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:24 smithi001 bash[108165]: cluster 2023-12-26T17:37:22.793178+0000 mgr.y (mgr.14142) 852 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:24.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:24 smithi153 bash[108194]: cluster 2023-12-26T17:37:22.793178+0000 mgr.y (mgr.14142) 852 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:26.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:26 smithi001 bash[111579]: cluster 2023-12-26T17:37:24.793881+0000 mgr.y (mgr.14142) 853 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:26.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:26 smithi001 bash[108165]: cluster 2023-12-26T17:37:24.793881+0000 mgr.y (mgr.14142) 853 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:26.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:26 smithi153 bash[108194]: cluster 2023-12-26T17:37:24.793881+0000 mgr.y (mgr.14142) 853 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:27.121 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (11m) 4m ago 11m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (4m) 4m ago 20m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (22m) 4m ago 22m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (22m) 4m ago 22m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (21m) 4m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:37:27.676 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (21m) 4m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 4m ago 13m prom/node-exporter 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 4m ago 13m prom/node-exporter 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (20m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (20m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (19m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (18m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (10m) 4m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:37:27.677 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:37:27.978 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:37:27.978 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:37:27.978 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:37:27.978 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:37:27.979 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:37:27.980 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:37:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:37:28.260 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:37:28.261 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:37:28.261 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:37:28.261 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:37:28.261 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:37:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[111579]: cluster 2023-12-26T17:37:26.794557+0000 mgr.y (mgr.14142) 854 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[111579]: audit 2023-12-26T17:37:27.116968+0000 mgr.y (mgr.14142) 855 : audit [DBG] from='client.25519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[111579]: audit 2023-12-26T17:37:27.399961+0000 mgr.y (mgr.14142) 856 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[111579]: audit 2023-12-26T17:37:27.678872+0000 mgr.y (mgr.14142) 857 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[111579]: audit 2023-12-26T17:37:27.984323+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.1:0/3820590373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:37:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[108165]: cluster 2023-12-26T17:37:26.794557+0000 mgr.y (mgr.14142) 854 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[108165]: audit 2023-12-26T17:37:27.116968+0000 mgr.y (mgr.14142) 855 : audit [DBG] from='client.25519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[108165]: audit 2023-12-26T17:37:27.399961+0000 mgr.y (mgr.14142) 856 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[108165]: audit 2023-12-26T17:37:27.678872+0000 mgr.y (mgr.14142) 857 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:28 smithi001 bash[108165]: audit 2023-12-26T17:37:27.984323+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.1:0/3820590373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:37:28.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:28 smithi153 bash[108194]: cluster 2023-12-26T17:37:26.794557+0000 mgr.y (mgr.14142) 854 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:28 smithi153 bash[108194]: audit 2023-12-26T17:37:27.116968+0000 mgr.y (mgr.14142) 855 : audit [DBG] from='client.25519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:28 smithi153 bash[108194]: audit 2023-12-26T17:37:27.399961+0000 mgr.y (mgr.14142) 856 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:28 smithi153 bash[108194]: audit 2023-12-26T17:37:27.678872+0000 mgr.y (mgr.14142) 857 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:28 smithi153 bash[108194]: audit 2023-12-26T17:37:27.984323+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.1:0/3820590373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:37:29.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:29 smithi001 bash[111579]: audit 2023-12-26T17:37:28.266092+0000 mgr.y (mgr.14142) 858 : audit [DBG] from='client.25543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:29.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:29 smithi001 bash[108165]: audit 2023-12-26T17:37:28.266092+0000 mgr.y (mgr.14142) 858 : audit [DBG] from='client.25543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:29.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:29 smithi153 bash[108194]: audit 2023-12-26T17:37:28.266092+0000 mgr.y (mgr.14142) 858 : audit [DBG] from='client.25543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:30.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:30 smithi001 bash[111579]: cluster 2023-12-26T17:37:28.795096+0000 mgr.y (mgr.14142) 859 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:30.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:30 smithi001 bash[108165]: cluster 2023-12-26T17:37:28.795096+0000 mgr.y (mgr.14142) 859 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:30.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:30 smithi153 bash[108194]: cluster 2023-12-26T17:37:28.795096+0000 mgr.y (mgr.14142) 859 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:31.817 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:37:31 smithi001 bash[133262]: time="2023-12-26T17:37:31Z" 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" 2023-12-26T17:37:32.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:32 smithi001 bash[108165]: cluster 2023-12-26T17:37:30.795702+0000 mgr.y (mgr.14142) 860 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:32.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:32 smithi001 bash[111579]: cluster 2023-12-26T17:37:30.795702+0000 mgr.y (mgr.14142) 860 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:32.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:32 smithi153 bash[108194]: cluster 2023-12-26T17:37:30.795702+0000 mgr.y (mgr.14142) 860 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:34.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:34 smithi001 bash[111579]: cluster 2023-12-26T17:37:32.796351+0000 mgr.y (mgr.14142) 861 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:34.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:34 smithi001 bash[108165]: cluster 2023-12-26T17:37:32.796351+0000 mgr.y (mgr.14142) 861 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:34.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:34 smithi153 bash[108194]: cluster 2023-12-26T17:37:32.796351+0000 mgr.y (mgr.14142) 861 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:35.576 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:37:35 smithi153 bash[121198]: time="2023-12-26T17:37:35Z" 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" 2023-12-26T17:37:36.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:36 smithi001 bash[111579]: cluster 2023-12-26T17:37:34.796934+0000 mgr.y (mgr.14142) 862 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:36.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:36 smithi001 bash[108165]: cluster 2023-12-26T17:37:34.796934+0000 mgr.y (mgr.14142) 862 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:36.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:36 smithi153 bash[108194]: cluster 2023-12-26T17:37:34.796934+0000 mgr.y (mgr.14142) 862 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:38.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:38 smithi001 bash[111579]: cluster 2023-12-26T17:37:36.797523+0000 mgr.y (mgr.14142) 863 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:38.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:38 smithi001 bash[108165]: cluster 2023-12-26T17:37:36.797523+0000 mgr.y (mgr.14142) 863 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:38 smithi153 bash[108194]: cluster 2023-12-26T17:37:36.797523+0000 mgr.y (mgr.14142) 863 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:40.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:40 smithi001 bash[111579]: cluster 2023-12-26T17:37:38.798072+0000 mgr.y (mgr.14142) 864 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:40.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:40 smithi001 bash[108165]: cluster 2023-12-26T17:37:38.798072+0000 mgr.y (mgr.14142) 864 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:40.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:40 smithi153 bash[108194]: cluster 2023-12-26T17:37:38.798072+0000 mgr.y (mgr.14142) 864 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:42.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:42 smithi001 bash[111579]: cluster 2023-12-26T17:37:40.798807+0000 mgr.y (mgr.14142) 865 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:42.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:42 smithi001 bash[108165]: cluster 2023-12-26T17:37:40.798807+0000 mgr.y (mgr.14142) 865 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:42.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:42 smithi153 bash[108194]: cluster 2023-12-26T17:37:40.798807+0000 mgr.y (mgr.14142) 865 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:44.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:44 smithi001 bash[111579]: cluster 2023-12-26T17:37:42.799306+0000 mgr.y (mgr.14142) 866 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:44.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:44 smithi001 bash[108165]: cluster 2023-12-26T17:37:42.799306+0000 mgr.y (mgr.14142) 866 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:44 smithi153 bash[108194]: cluster 2023-12-26T17:37:42.799306+0000 mgr.y (mgr.14142) 866 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:46.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:46 smithi001 bash[111579]: cluster 2023-12-26T17:37:44.799969+0000 mgr.y (mgr.14142) 867 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:46.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:46 smithi001 bash[108165]: cluster 2023-12-26T17:37:44.799969+0000 mgr.y (mgr.14142) 867 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:46.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:46 smithi153 bash[108194]: cluster 2023-12-26T17:37:44.799969+0000 mgr.y (mgr.14142) 867 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:48.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:48 smithi001 bash[108165]: cluster 2023-12-26T17:37:46.800472+0000 mgr.y (mgr.14142) 868 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:48.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:48 smithi001 bash[111579]: cluster 2023-12-26T17:37:46.800472+0000 mgr.y (mgr.14142) 868 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:48.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:48 smithi153 bash[108194]: cluster 2023-12-26T17:37:46.800472+0000 mgr.y (mgr.14142) 868 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:50.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:50 smithi001 bash[111579]: cluster 2023-12-26T17:37:48.801132+0000 mgr.y (mgr.14142) 869 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:50.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:50 smithi001 bash[108165]: cluster 2023-12-26T17:37:48.801132+0000 mgr.y (mgr.14142) 869 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:50.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:50 smithi153 bash[108194]: cluster 2023-12-26T17:37:48.801132+0000 mgr.y (mgr.14142) 869 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:52.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:52 smithi001 bash[111579]: cluster 2023-12-26T17:37:50.801836+0000 mgr.y (mgr.14142) 870 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:52 smithi001 bash[108165]: cluster 2023-12-26T17:37:50.801836+0000 mgr.y (mgr.14142) 870 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:52.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:52 smithi153 bash[108194]: cluster 2023-12-26T17:37:50.801836+0000 mgr.y (mgr.14142) 870 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:54.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:54 smithi001 bash[108165]: cluster 2023-12-26T17:37:52.802384+0000 mgr.y (mgr.14142) 871 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:54.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:54 smithi001 bash[111579]: cluster 2023-12-26T17:37:52.802384+0000 mgr.y (mgr.14142) 871 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:54.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:54 smithi153 bash[108194]: cluster 2023-12-26T17:37:52.802384+0000 mgr.y (mgr.14142) 871 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:56.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:56 smithi001 bash[108165]: cluster 2023-12-26T17:37:54.803035+0000 mgr.y (mgr.14142) 872 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:56.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:56 smithi001 bash[111579]: cluster 2023-12-26T17:37:54.803035+0000 mgr.y (mgr.14142) 872 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:56.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:56 smithi153 bash[108194]: cluster 2023-12-26T17:37:54.803035+0000 mgr.y (mgr.14142) 872 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:58.569 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:37:58.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:58 smithi001 bash[108165]: cluster 2023-12-26T17:37:56.803719+0000 mgr.y (mgr.14142) 873 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:58.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:58 smithi001 bash[111579]: cluster 2023-12-26T17:37:56.803719+0000 mgr.y (mgr.14142) 873 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:58.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:58 smithi153 bash[108194]: cluster 2023-12-26T17:37:56.803719+0000 mgr.y (mgr.14142) 873 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (11m) 4m ago 11m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (4m) 4m ago 21m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 f294198410d0 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (22m) 4m ago 22m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (22m) 4m ago 22m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (21m) 4m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (21m) 4m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 4m ago 14m prom/node-exporter 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 4m ago 14m prom/node-exporter 2023-12-26T17:37:59.121 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (20m) 4m ago 21m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (20m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (20m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (20m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (19m) 4m ago 20m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (19m) 4m ago 19m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:37:59.122 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:37:59.425 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:37:59.425 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:37:59.425 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:37:59.425 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:37:59.426 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:37:59.427 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:37:59.703 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:37:59.703 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:37:59.703 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:37:59.704 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:37:59.704 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "" 2023-12-26T17:37:59.704 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:37:59.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:59 smithi001 bash[111579]: audit 2023-12-26T17:37:58.564418+0000 mgr.y (mgr.14142) 874 : audit [DBG] from='client.25549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:59.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:37:59 smithi001 bash[111579]: audit 2023-12-26T17:37:59.428590+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.1:0/1467206868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:37:59.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:59 smithi001 bash[108165]: audit 2023-12-26T17:37:58.564418+0000 mgr.y (mgr.14142) 874 : audit [DBG] from='client.25549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:59.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:37:59 smithi001 bash[108165]: audit 2023-12-26T17:37:59.428590+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.1:0/1467206868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:37:59.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:59 smithi153 bash[108194]: audit 2023-12-26T17:37:58.564418+0000 mgr.y (mgr.14142) 874 : audit [DBG] from='client.25549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:37:59.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:37:59 smithi153 bash[108194]: audit 2023-12-26T17:37:59.428590+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.1:0/1467206868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:38:00.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[111579]: cluster 2023-12-26T17:37:58.804142+0000 mgr.y (mgr.14142) 875 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:00.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[111579]: audit 2023-12-26T17:37:58.845716+0000 mgr.y (mgr.14142) 876 : audit [DBG] from='client.25555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[111579]: audit 2023-12-26T17:37:59.123775+0000 mgr.y (mgr.14142) 877 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[111579]: audit 2023-12-26T17:37:59.708946+0000 mgr.y (mgr.14142) 878 : audit [DBG] from='client.25573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[108165]: cluster 2023-12-26T17:37:58.804142+0000 mgr.y (mgr.14142) 875 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:00.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[108165]: audit 2023-12-26T17:37:58.845716+0000 mgr.y (mgr.14142) 876 : audit [DBG] from='client.25555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[108165]: audit 2023-12-26T17:37:59.123775+0000 mgr.y (mgr.14142) 877 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:00 smithi001 bash[108165]: audit 2023-12-26T17:37:59.708946+0000 mgr.y (mgr.14142) 878 : audit [DBG] from='client.25573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:00 smithi153 bash[108194]: cluster 2023-12-26T17:37:58.804142+0000 mgr.y (mgr.14142) 875 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:00.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:00 smithi153 bash[108194]: audit 2023-12-26T17:37:58.845716+0000 mgr.y (mgr.14142) 876 : audit [DBG] from='client.25555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:00 smithi153 bash[108194]: audit 2023-12-26T17:37:59.123775+0000 mgr.y (mgr.14142) 877 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:00.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:00 smithi153 bash[108194]: audit 2023-12-26T17:37:59.708946+0000 mgr.y (mgr.14142) 878 : audit [DBG] from='client.25573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:02.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:02 smithi001 bash[111579]: cluster 2023-12-26T17:38:00.804685+0000 mgr.y (mgr.14142) 879 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:02.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:02 smithi001 bash[108165]: cluster 2023-12-26T17:38:00.804685+0000 mgr.y (mgr.14142) 879 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:02.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:02 smithi153 bash[108194]: cluster 2023-12-26T17:38:00.804685+0000 mgr.y (mgr.14142) 879 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:04.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:04 smithi001 bash[108165]: cluster 2023-12-26T17:38:02.805486+0000 mgr.y (mgr.14142) 880 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:04.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:04 smithi001 bash[111579]: cluster 2023-12-26T17:38:02.805486+0000 mgr.y (mgr.14142) 880 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:04.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:04 smithi153 bash[108194]: cluster 2023-12-26T17:38:02.805486+0000 mgr.y (mgr.14142) 880 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:06 smithi001 bash[111579]: cluster 2023-12-26T17:38:04.806062+0000 mgr.y (mgr.14142) 881 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:06.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:06 smithi001 bash[108165]: cluster 2023-12-26T17:38:04.806062+0000 mgr.y (mgr.14142) 881 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:06 smithi153 bash[108194]: cluster 2023-12-26T17:38:04.806062+0000 mgr.y (mgr.14142) 881 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:08.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:08 smithi001 bash[111579]: cluster 2023-12-26T17:38:06.806763+0000 mgr.y (mgr.14142) 882 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:08.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:08 smithi001 bash[108165]: cluster 2023-12-26T17:38:06.806763+0000 mgr.y (mgr.14142) 882 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:08.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:08 smithi153 bash[108194]: cluster 2023-12-26T17:38:06.806763+0000 mgr.y (mgr.14142) 882 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:09.317 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:38:08 smithi001 bash[133262]: time="2023-12-26T17:38:08Z" 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" 2023-12-26T17:38:10.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:10 smithi001 bash[108165]: cluster 2023-12-26T17:38:08.807251+0000 mgr.y (mgr.14142) 883 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:10.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:10 smithi001 bash[111579]: cluster 2023-12-26T17:38:08.807251+0000 mgr.y (mgr.14142) 883 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:10.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:10 smithi153 bash[108194]: cluster 2023-12-26T17:38:08.807251+0000 mgr.y (mgr.14142) 883 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:12 smithi001 bash[111579]: cluster 2023-12-26T17:38:10.807962+0000 mgr.y (mgr.14142) 884 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:12.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:12 smithi001 bash[108165]: cluster 2023-12-26T17:38:10.807962+0000 mgr.y (mgr.14142) 884 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:12.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:12 smithi153 bash[108194]: cluster 2023-12-26T17:38:10.807962+0000 mgr.y (mgr.14142) 884 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:12.827 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:38:12 smithi153 bash[121198]: time="2023-12-26T17:38:12Z" 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" 2023-12-26T17:38:14.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:14 smithi001 bash[111579]: cluster 2023-12-26T17:38:12.808624+0000 mgr.y (mgr.14142) 885 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:14.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:14 smithi001 bash[108165]: cluster 2023-12-26T17:38:12.808624+0000 mgr.y (mgr.14142) 885 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:14.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:14 smithi153 bash[108194]: cluster 2023-12-26T17:38:12.808624+0000 mgr.y (mgr.14142) 885 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:16.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:16 smithi001 bash[111579]: cluster 2023-12-26T17:38:14.809228+0000 mgr.y (mgr.14142) 886 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:16.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:16 smithi001 bash[108165]: cluster 2023-12-26T17:38:14.809228+0000 mgr.y (mgr.14142) 886 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:16.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:16 smithi153 bash[108194]: cluster 2023-12-26T17:38:14.809228+0000 mgr.y (mgr.14142) 886 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:18.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:18 smithi001 bash[111579]: cluster 2023-12-26T17:38:16.809818+0000 mgr.y (mgr.14142) 887 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:18.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:18 smithi001 bash[108165]: cluster 2023-12-26T17:38:16.809818+0000 mgr.y (mgr.14142) 887 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:18.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:18 smithi153 bash[108194]: cluster 2023-12-26T17:38:16.809818+0000 mgr.y (mgr.14142) 887 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:20.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:20 smithi001 bash[108165]: cluster 2023-12-26T17:38:18.810305+0000 mgr.y (mgr.14142) 888 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:20 smithi001 bash[111579]: cluster 2023-12-26T17:38:18.810305+0000 mgr.y (mgr.14142) 888 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:20.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:20 smithi153 bash[108194]: cluster 2023-12-26T17:38:18.810305+0000 mgr.y (mgr.14142) 888 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:22.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: debug 2023-12-26T17:38:21.691+0000 7ff11ab83700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: 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 2023-12-26T17:38:22.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: 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 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: 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 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:38:22.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: code, '\n'.join(err))) 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: 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 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: 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 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: 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 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: Traceback (most recent call last): 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 4247, in 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 968, in _default_image 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 1974, in run 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: File "", line 696, in call_throws 2023-12-26T17:38:22.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:21 smithi001 bash[108401]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cluster 2023-12-26T17:38:20.810859+0000 mgr.y (mgr.14142) 889 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cephadm 2023-12-26T17:38:21.691866+0000 mgr.y (mgr.14142) 890 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108401]: ignoring --setuser ceph since I am not root 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108401]: ignoring --setgroup ceph since I am not root 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cluster 2023-12-26T17:38:20.810859+0000 mgr.y (mgr.14142) 889 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cephadm 2023-12-26T17:38:21.691866+0000 mgr.y (mgr.14142) 890 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:38:22.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:38:22.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cephadm 2023-12-26T17:38:21.691985+0000 mgr.y (mgr.14142) 891 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:38:22.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cephadm 2023-12-26T17:38:21.691985+0000 mgr.y (mgr.14142) 891 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: 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 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 4247, in 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 968, in _default_image 2023-12-26T17:38:22.828 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 1974, in run 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: File "", line 696, in call_throws 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cephadm 2023-12-26T17:38:21.692887+0000 mgr.y (mgr.14142) 892 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: audit 2023-12-26T17:38:21.693276+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cephadm 2023-12-26T17:38:21.694288+0000 mgr.y (mgr.14142) 893 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cephadm 2023-12-26T17:38:21.694416+0000 mgr.y (mgr.14142) 894 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-26T17:38:22.829 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cephadm 2023-12-26T17:38:21.696531+0000 mgr.y (mgr.14142) 895 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: audit 2023-12-26T17:38:21.697031+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[108165]: cluster 2023-12-26T17:38:21.701825+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.830 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: 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 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 4247, in 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 968, in _default_image 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 1974, in run 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: File "", line 696, in call_throws 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cephadm 2023-12-26T17:38:21.692887+0000 mgr.y (mgr.14142) 892 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-26T17:38:22.831 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: audit 2023-12-26T17:38:21.693276+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:22.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cephadm 2023-12-26T17:38:21.694288+0000 mgr.y (mgr.14142) 893 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-26T17:38:22.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cephadm 2023-12-26T17:38:21.694416+0000 mgr.y (mgr.14142) 894 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-26T17:38:22.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cephadm 2023-12-26T17:38:21.696531+0000 mgr.y (mgr.14142) 895 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-26T17:38:22.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: audit 2023-12-26T17:38:21.697031+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-26T17:38:22.832 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:22 smithi001 bash[111579]: cluster 2023-12-26T17:38:21.701825+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cluster 2023-12-26T17:38:20.810859+0000 mgr.y (mgr.14142) 889 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cephadm 2023-12-26T17:38:21.691866+0000 mgr.y (mgr.14142) 890 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.833 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:38:22.834 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.835 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.836 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cephadm 2023-12-26T17:38:21.691985+0000 mgr.y (mgr.14142) 891 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi001', 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 ... 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Verifying port 9093 ... 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Verifying port 9094 ... 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:36:28Z" 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" 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:06Z" 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" 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr time="2023-12-26T17:37:43Z" 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" 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2023-12-26T17:38:22.837 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: 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 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 4247, in 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 968, in _default_image 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 2508, in command_deploy 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 2454, in extract_uid_gid_monitoring 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 1535, in extract_uid_gid 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 1974, in run 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: File "", line 696, in call_throws 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi001 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cephadm 2023-12-26T17:38:21.692887+0000 mgr.y (mgr.14142) 892 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: audit 2023-12-26T17:38:21.693276+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:22.838 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cephadm 2023-12-26T17:38:21.694288+0000 mgr.y (mgr.14142) 893 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-26T17:38:22.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cephadm 2023-12-26T17:38:21.694416+0000 mgr.y (mgr.14142) 894 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-26T17:38:22.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cephadm 2023-12-26T17:38:21.696531+0000 mgr.y (mgr.14142) 895 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-26T17:38:22.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: audit 2023-12-26T17:38:21.697031+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-26T17:38:22.839 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:22 smithi153 bash[108194]: cluster 2023-12-26T17:38:21.701825+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-26T17:38:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:23 smithi001 bash[108165]: audit 2023-12-26T17:38:22.506522+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-26T17:38:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:23 smithi001 bash[108165]: cluster 2023-12-26T17:38:22.506588+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e16: x(active, starting, since 0.808942s) 2023-12-26T17:38:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:23 smithi001 bash[111579]: audit 2023-12-26T17:38:22.506522+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-26T17:38:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:23 smithi001 bash[111579]: cluster 2023-12-26T17:38:22.506588+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e16: x(active, starting, since 0.808942s) 2023-12-26T17:38:23.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:23 smithi153 bash[108194]: audit 2023-12-26T17:38:22.506522+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.1:0/3769582490' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-26T17:38:23.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:23 smithi153 bash[108194]: cluster 2023-12-26T17:38:22.506588+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e16: x(active, starting, since 0.808942s) 2023-12-26T17:38:24.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:24 smithi001 bash[108165]: cluster 2023-12-26T17:38:23.512104+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e17: x(active, starting, since 1.81446s) 2023-12-26T17:38:24.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:24 smithi001 bash[108165]: audit 2023-12-26T17:38:23.514817+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:38:24.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:24 smithi001 bash[111579]: cluster 2023-12-26T17:38:23.512104+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e17: x(active, starting, since 1.81446s) 2023-12-26T17:38:24.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:24 smithi001 bash[111579]: audit 2023-12-26T17:38:23.514817+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:38:24.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:24 smithi153 bash[108194]: cluster 2023-12-26T17:38:23.512104+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e17: x(active, starting, since 1.81446s) 2023-12-26T17:38:24.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:24 smithi153 bash[108194]: audit 2023-12-26T17:38:23.514817+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:38:26.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:26 smithi001 bash[108165]: cluster 2023-12-26T17:38:26.299542+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon y started 2023-12-26T17:38:26.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:26 smithi001 bash[108165]: audit 2023-12-26T17:38:26.300335+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.1:0/1382091698' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:26.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:26 smithi001 bash[108165]: audit 2023-12-26T17:38:26.301357+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.? 172.21.15.1:0/1382091698' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:26.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:26 smithi001 bash[111579]: cluster 2023-12-26T17:38:26.299542+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon y started 2023-12-26T17:38:26.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:26 smithi001 bash[111579]: audit 2023-12-26T17:38:26.300335+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.1:0/1382091698' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:26.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:26 smithi001 bash[111579]: audit 2023-12-26T17:38:26.301357+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.? 172.21.15.1:0/1382091698' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:26.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:26 smithi153 bash[108194]: cluster 2023-12-26T17:38:26.299542+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon y started 2023-12-26T17:38:26.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:26 smithi153 bash[108194]: audit 2023-12-26T17:38:26.300335+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.1:0/1382091698' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:26.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:26 smithi153 bash[108194]: audit 2023-12-26T17:38:26.301357+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.? 172.21.15.1:0/1382091698' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:27.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:27 smithi001 bash[108165]: cluster 2023-12-26T17:38:26.357736+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2023-12-26T17:38:27.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:27 smithi001 bash[108165]: audit 2023-12-26T17:38:26.359258+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:38:27.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:27 smithi001 bash[111579]: cluster 2023-12-26T17:38:26.357736+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2023-12-26T17:38:27.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:27 smithi001 bash[111579]: audit 2023-12-26T17:38:26.359258+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:38:27.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:27 smithi153 bash[108194]: cluster 2023-12-26T17:38:26.357736+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2023-12-26T17:38:27.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:27 smithi153 bash[108194]: audit 2023-12-26T17:38:26.359258+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.507317+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.507528+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.507726+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.509232+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.509528+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.509785+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:38:28.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.510072+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.510353+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.510635+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.510907+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.511187+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.512237+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.512488+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.513048+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.513841+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.514610+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.515054+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.515366+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:38:28.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.507317+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.507528+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.507726+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.509232+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.509528+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.509785+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.510072+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.510353+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.510635+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.510907+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.511187+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.512237+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.512488+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:38:28.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.513048+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.513841+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.514610+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.515054+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.515366+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.515708+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.516010+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.516325+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.516607+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.516871+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:38:28.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.517135+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.517421+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.517689+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.517955+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.518249+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.518534+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.518808+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.519060+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.519324+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.519592+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.519850+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.520101+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: audit 2023-12-26T17:38:28.520363+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:38:28.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[111579]: cluster 2023-12-26T17:38:28.547265+0000 mon.a (mon.0) 795 : cluster [INF] Manager daemon x is now available 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.515708+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.516010+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.516325+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.516607+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.516871+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.517135+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.517421+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.517689+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.517955+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.518249+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.518534+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:38:28.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.518808+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.519060+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.519324+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.519592+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.519850+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.520101+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: audit 2023-12-26T17:38:28.520363+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:38:28.823 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:28 smithi001 bash[108165]: cluster 2023-12-26T17:38:28.547265+0000 mon.a (mon.0) 795 : cluster [INF] Manager daemon x is now available 2023-12-26T17:38:28.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[120597]: Warning: Permanently added '172.21.15.1' (ECDSA) to the list of known hosts. 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.507317+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.507528+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.507726+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.509232+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.509528+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.509785+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.510072+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.510353+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.510635+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.510907+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.511187+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.512237+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:38:28.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.512488+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.513048+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.513841+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.514610+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.515054+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.515366+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.515708+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.516010+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.516325+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.516607+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.516871+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.517135+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.517421+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.517689+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:38:28.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.517955+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.518249+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.518534+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.518808+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.519060+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.519324+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.519592+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.519850+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.520101+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: audit 2023-12-26T17:38:28.520363+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:38:28.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:28 smithi153 bash[108194]: cluster 2023-12-26T17:38:28.547265+0000 mon.a (mon.0) 795 : cluster [INF] Manager daemon x is now available 2023-12-26T17:38:29.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: cephadm 2023-12-26T17:38:28.558615+0000 mgr.x (mgr.25121) 1 : cephadm [INF] inventory: adjusted host smithi001 addr 'smithi001' -> '172.21.15.1' 2023-12-26T17:38:29.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.559092+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:38:29.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.559492+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:38:29.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.570396+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: cephadm 2023-12-26T17:38:28.574579+0000 mgr.x (mgr.25121) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.574890+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.575276+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.578904+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: cluster 2023-12-26T17:38:28.607253+0000 mon.a (mon.0) 800 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: cluster 2023-12-26T17:38:28.612845+0000 mgr.x (mgr.25121) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.672525+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.673103+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.676259+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.677490+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.678674+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.711148+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.711521+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:38:29.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.715733+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[111579]: audit 2023-12-26T17:38:28.716029+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: cephadm 2023-12-26T17:38:28.558615+0000 mgr.x (mgr.25121) 1 : cephadm [INF] inventory: adjusted host smithi001 addr 'smithi001' -> '172.21.15.1' 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.559092+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.559492+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.570396+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: cephadm 2023-12-26T17:38:28.574579+0000 mgr.x (mgr.25121) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.574890+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.575276+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.578904+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-26T17:38:29.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: cluster 2023-12-26T17:38:28.607253+0000 mon.a (mon.0) 800 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: cluster 2023-12-26T17:38:28.612845+0000 mgr.x (mgr.25121) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.672525+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.673103+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.676259+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.677490+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.678674+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.711148+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.711521+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.715733+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:38:29.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:29 smithi001 bash[108165]: audit 2023-12-26T17:38:28.716029+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:38:29.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: cephadm 2023-12-26T17:38:28.558615+0000 mgr.x (mgr.25121) 1 : cephadm [INF] inventory: adjusted host smithi001 addr 'smithi001' -> '172.21.15.1' 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.559092+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.559492+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.570396+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: cephadm 2023-12-26T17:38:28.574579+0000 mgr.x (mgr.25121) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.574890+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.575276+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.578904+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: cluster 2023-12-26T17:38:28.607253+0000 mon.a (mon.0) 800 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: cluster 2023-12-26T17:38:28.612845+0000 mgr.x (mgr.25121) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.672525+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.673103+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.676259+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.677490+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:29.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.678674+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:38:29.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.711148+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:38:29.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.711521+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:38:29.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.715733+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:38:29.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:29 smithi153 bash[108194]: audit 2023-12-26T17:38:28.716029+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:38:30.038 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (12m) 5m ago 12m - - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (5m) 5m ago 21m - - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (23m) 5m ago 23m - - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (23m) 5m ago 23m - 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (22m) 5m ago 22m - 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (22m) 5m ago 22m - 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 5m ago 14m - - 2023-12-26T17:38:30.667 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 5m ago 14m - - 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (21m) 5m ago 21m - 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (21m) 5m ago 21m - 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (20m) 5m ago 21m - 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (20m) 5m ago 20m - 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (20m) 5m ago 20m - 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (20m) 5m ago 20m - 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (20m) 5m ago 20m - 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (20m) 5m ago 20m - 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (12m) 5m ago 12m - - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:38:30.668 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (12m) 5m ago 12m - - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:38:31.051 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:38:31.051 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:38:31.051 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:38:31.051 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:38:31.051 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:38:31.052 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: cluster 2023-12-26T17:38:29.680252+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e20: x(active, since 7s), standbys: y 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.663274+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.663737+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.664088+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.664441+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.664789+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.665136+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.667123+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.667498+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.667831+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.668183+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[108165]: audit 2023-12-26T17:38:30.668516+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: cluster 2023-12-26T17:38:29.680252+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e20: x(active, since 7s), standbys: y 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.663274+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.663737+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.664088+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.664441+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.664789+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.665136+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.667123+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.667498+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.667831+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.668183+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:30 smithi001 bash[111579]: audit 2023-12-26T17:38:30.668516+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: cluster 2023-12-26T17:38:29.680252+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e20: x(active, since 7s), standbys: y 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.663274+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.663737+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.664088+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.664441+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.664789+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.665136+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.667123+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.667498+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.667831+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.668183+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:30 smithi153 bash[108194]: audit 2023-12-26T17:38:30.668516+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:31.373 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:38:31.373 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:38:31.373 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:38:31.373 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:38:31.373 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:38:31.374 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:38:31.374 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:38:31.374 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:38:31.374 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[111579]: audit 2023-12-26T17:38:30.031839+0000 mgr.x (mgr.25121) 4 : audit [DBG] from='client.25597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[111579]: audit 2023-12-26T17:38:30.351568+0000 mgr.x (mgr.25121) 5 : audit [DBG] from='client.25603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[111579]: cluster 2023-12-26T17:38:30.512537+0000 mgr.x (mgr.25121) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[111579]: audit 2023-12-26T17:38:30.661086+0000 mgr.x (mgr.25121) 7 : audit [DBG] from='client.25609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[111579]: audit 2023-12-26T17:38:31.057616+0000 mon.a (mon.0) 806 : audit [DBG] from='client.? 172.21.15.1:0/2597372489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[108165]: audit 2023-12-26T17:38:30.031839+0000 mgr.x (mgr.25121) 4 : audit [DBG] from='client.25597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[108165]: audit 2023-12-26T17:38:30.351568+0000 mgr.x (mgr.25121) 5 : audit [DBG] from='client.25603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[108165]: cluster 2023-12-26T17:38:30.512537+0000 mgr.x (mgr.25121) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:32.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[108165]: audit 2023-12-26T17:38:30.661086+0000 mgr.x (mgr.25121) 7 : audit [DBG] from='client.25609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:31 smithi001 bash[108165]: audit 2023-12-26T17:38:31.057616+0000 mon.a (mon.0) 806 : audit [DBG] from='client.? 172.21.15.1:0/2597372489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:38:32.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:31 smithi153 bash[108194]: audit 2023-12-26T17:38:30.031839+0000 mgr.x (mgr.25121) 4 : audit [DBG] from='client.25597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:31 smithi153 bash[108194]: audit 2023-12-26T17:38:30.351568+0000 mgr.x (mgr.25121) 5 : audit [DBG] from='client.25603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:31 smithi153 bash[108194]: cluster 2023-12-26T17:38:30.512537+0000 mgr.x (mgr.25121) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:32.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:31 smithi153 bash[108194]: audit 2023-12-26T17:38:30.661086+0000 mgr.x (mgr.25121) 7 : audit [DBG] from='client.25609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:32.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:31 smithi153 bash[108194]: audit 2023-12-26T17:38:31.057616+0000 mon.a (mon.0) 806 : audit [DBG] from='client.? 172.21.15.1:0/2597372489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:38:33.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:32 smithi001 bash[111579]: audit 2023-12-26T17:38:31.378732+0000 mgr.x (mgr.25121) 8 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:33.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:32 smithi001 bash[108165]: audit 2023-12-26T17:38:31.378732+0000 mgr.x (mgr.25121) 8 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:33.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:32 smithi153 bash[108194]: audit 2023-12-26T17:38:31.378732+0000 mgr.x (mgr.25121) 8 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:38:34.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:33 smithi001 bash[111579]: cluster 2023-12-26T17:38:32.513040+0000 mgr.x (mgr.25121) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:34.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:33 smithi001 bash[108165]: cluster 2023-12-26T17:38:32.513040+0000 mgr.x (mgr.25121) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:34.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:33 smithi153 bash[108194]: cluster 2023-12-26T17:38:32.513040+0000 mgr.x (mgr.25121) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:35.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:35 smithi001 bash[111579]: cluster 2023-12-26T17:38:34.513737+0000 mgr.x (mgr.25121) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:35.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:35 smithi001 bash[108165]: cluster 2023-12-26T17:38:34.513737+0000 mgr.x (mgr.25121) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:35.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:35 smithi153 bash[108194]: cluster 2023-12-26T17:38:34.513737+0000 mgr.x (mgr.25121) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:37.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:37 smithi001 bash[108165]: cluster 2023-12-26T17:38:36.514326+0000 mgr.x (mgr.25121) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:37.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:37 smithi001 bash[111579]: cluster 2023-12-26T17:38:36.514326+0000 mgr.x (mgr.25121) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:37.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:37 smithi153 bash[108194]: cluster 2023-12-26T17:38:36.514326+0000 mgr.x (mgr.25121) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:38.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[108165]: audit 2023-12-26T17:38:38.400611+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-26T17:38:38.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[108165]: audit 2023-12-26T17:38:38.401057+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-26T17:38:38.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[108165]: audit 2023-12-26T17:38:38.405954+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-26T17:38:38.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[108165]: audit 2023-12-26T17:38:38.407270+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-26T17:38:38.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[108165]: audit 2023-12-26T17:38:38.407561+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-26T17:38:38.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[108165]: audit 2023-12-26T17:38:38.411191+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]': finished 2023-12-26T17:38:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[111579]: audit 2023-12-26T17:38:38.400611+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-26T17:38:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[111579]: audit 2023-12-26T17:38:38.401057+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-26T17:38:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[111579]: audit 2023-12-26T17:38:38.405954+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-26T17:38:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[111579]: audit 2023-12-26T17:38:38.407270+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-26T17:38:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[111579]: audit 2023-12-26T17:38:38.407561+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-26T17:38:38.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:38 smithi001 bash[111579]: audit 2023-12-26T17:38:38.411191+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]': finished 2023-12-26T17:38:38.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[120597]: Warning: Permanently added 'smithi153,172.21.15.153' (ECDSA) to the list of known hosts. 2023-12-26T17:38:38.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[108194]: audit 2023-12-26T17:38:38.400611+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-26T17:38:38.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[108194]: audit 2023-12-26T17:38:38.401057+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-26T17:38:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[108194]: audit 2023-12-26T17:38:38.405954+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-26T17:38:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[108194]: audit 2023-12-26T17:38:38.407270+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-26T17:38:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[108194]: audit 2023-12-26T17:38:38.407561+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-26T17:38:38.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:38 smithi153 bash[108194]: audit 2023-12-26T17:38:38.411191+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]': finished 2023-12-26T17:38:39.822 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: cluster 2023-12-26T17:38:38.514769+0000 mgr.x (mgr.25121) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:39.822 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:38.662859+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:39.822 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:38.663562+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:39.823 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:38.666390+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:39.823 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:38.669031+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:38:39.823 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:39.091079+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:39.823 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:39.091653+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:39.823 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:39.095066+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:39.823 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:39 smithi153 bash[108194]: audit 2023-12-26T17:38:39.095883+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:38:40.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: cluster 2023-12-26T17:38:38.514769+0000 mgr.x (mgr.25121) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:40.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: cluster 2023-12-26T17:38:38.514769+0000 mgr.x (mgr.25121) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:40.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:38.662859+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:38.662859+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:38.663562+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:38.663562+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:38.666390+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:40.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:38.669031+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:38:40.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:38.666390+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694529Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694608Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694643Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694674Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694703Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694732Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694777Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694808Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:17.694826Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:40.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:38.669031+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:38:40.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:39.091079+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:39.091079+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:39.091653+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:39.095066+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:40.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[108165]: audit 2023-12-26T17:38:39.095883+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:38:40.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:39.091653+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:40.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:39.095066+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219690Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219802Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219845Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219882Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219917Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219952Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.219987Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220009Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:33:22.220044Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:40.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:39 smithi001 bash[111579]: audit 2023-12-26T17:38:39.095883+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: cluster 2023-12-26T17:38:40.515453+0000 mgr.x (mgr.25121) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.608793+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.609474+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.612435+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.915438+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.915787+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.728 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.916047+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.916314+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.916576+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.916818+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.917069+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.917312+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:41 smithi153 bash[108194]: audit 2023-12-26T17:38:40.917559+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: cluster 2023-12-26T17:38:40.515453+0000 mgr.x (mgr.25121) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:41.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: cluster 2023-12-26T17:38:40.515453+0000 mgr.x (mgr.25121) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:41.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.608793+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:41.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.608793+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:41.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.609474+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:41.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.609474+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.612435+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.915438+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.915787+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.916047+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.916314+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.916576+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.916818+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.917069+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.917312+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[108165]: audit 2023-12-26T17:38:40.917559+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.612435+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:40.607582Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.915438+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.915787+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.916047+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.916314+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.916576+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.916818+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.917069+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.917312+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:41.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:41 smithi001 bash[111579]: audit 2023-12-26T17:38:40.917559+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:41.744428+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:41.745240+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:41.748392+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.046959+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.047480+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.047767+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:42.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.048033+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.048303+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.048536+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.048759+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.048973+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.049201+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.050318+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.050872+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:38:42.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:42 smithi153 bash[108194]: audit 2023-12-26T17:38:42.054806+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:38:43.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:41.744428+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:43.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:41.744428+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:43.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:41.745240+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:41.745240+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:41.748392+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.046959+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.047480+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.047767+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.048033+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.048303+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.048536+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.048759+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.048973+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.049201+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.050318+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.050872+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[108165]: audit 2023-12-26T17:38:42.054806+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:41.748392+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 338165760, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742707Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448266240, \"cpu_percentage\": \"2.59%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742844Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 135790592, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742912Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124675686, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.742973Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110729625, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743034Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 127401984, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743093Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743153Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743190Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:41.743280Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:38:41.743390Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.046959+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.047480+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.047767+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.048033+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.048303+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.048536+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.048759+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.048973+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:38:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.049201+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:38:43.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.050318+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:38:43.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.050872+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:38:43.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:42 smithi001 bash[111579]: audit 2023-12-26T17:38:42.054806+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:38:44.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:43 smithi001 bash[111579]: cephadm 2023-12-26T17:38:42.064847+0000 mgr.x (mgr.25121) 14 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:38:44.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:43 smithi001 bash[111579]: cluster 2023-12-26T17:38:42.515871+0000 mgr.x (mgr.25121) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:44.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:43 smithi001 bash[108165]: cephadm 2023-12-26T17:38:42.064847+0000 mgr.x (mgr.25121) 14 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:38:44.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:43 smithi001 bash[108165]: cluster 2023-12-26T17:38:42.515871+0000 mgr.x (mgr.25121) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:44.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:43 smithi153 bash[108194]: cephadm 2023-12-26T17:38:42.064847+0000 mgr.x (mgr.25121) 14 : cephadm [INF] Deploying daemon alertmanager.a on smithi001 2023-12-26T17:38:44.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:43 smithi153 bash[108194]: cluster 2023-12-26T17:38:42.515871+0000 mgr.x (mgr.25121) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:45.716 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:45 smithi001 bash[108165]: cluster 2023-12-26T17:38:44.516634+0000 mgr.x (mgr.25121) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:45.716 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:45 smithi001 bash[111579]: cluster 2023-12-26T17:38:44.516634+0000 mgr.x (mgr.25121) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:45.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:45 smithi153 bash[108194]: cluster 2023-12-26T17:38:44.516634+0000 mgr.x (mgr.25121) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:46.316 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:38:46 smithi001 bash[133262]: time="2023-12-26T17:38:46Z" 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" 2023-12-26T17:38:47.317 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 systemd[1]: Starting Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:38:47.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:47 smithi001 bash[111579]: cluster 2023-12-26T17:38:46.517154+0000 mgr.x (mgr.25121) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:47.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:47 smithi001 bash[108165]: cluster 2023-12-26T17:38:46.517154+0000 mgr.x (mgr.25121) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:47.819 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.534Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-26T17:38:47.819 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.534Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-26T17:38:47.819 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.536Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.1 port=9094 2023-12-26T17:38:47.819 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.537Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-26T17:38:47.820 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 bash[134937]: f0318ff77deb1bec3c47f77e8c7d78a6356366d93f4053cddae44afbaf41cdf8 2023-12-26T17:38:47.820 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 systemd[1]: Started Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:38:47.820 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.562Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-26T17:38:47.820 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.563Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-26T17:38:47.820 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.565Z caller=main.go:518 msg=Listening address=:9093 2023-12-26T17:38:47.820 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:47.565Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-26T17:38:47.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:47 smithi153 bash[108194]: cluster 2023-12-26T17:38:46.517154+0000 mgr.x (mgr.25121) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:38:48.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[120597]: ignoring --setuser ceph since I am not root 2023-12-26T17:38:48.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[120597]: ignoring --setgroup ceph since I am not root 2023-12-26T17:38:48.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[120597]: debug 2023-12-26T17:38:48.668+0000 7f2bb9d0b700 1 -- 172.21.15.153:0/1035027466 <== mon.0 v2:172.21.15.1:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55626c05e4e0 con 0x55626c035000 2023-12-26T17:38:48.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[120597]: debug 2023-12-26T17:38:48.794+0000 7f2bc9ed4680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:38:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[108194]: audit 2023-12-26T17:38:47.603895+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[108194]: audit 2023-12-26T17:38:47.604729+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[108194]: audit 2023-12-26T17:38:47.607940+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:48.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[108194]: audit 2023-12-26T17:38:47.613139+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:38:48.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[108194]: audit 2023-12-26T17:38:47.613548+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:38:49.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108401]: ignoring --setuser ceph since I am not root 2023-12-26T17:38:49.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108401]: ignoring --setgroup ceph since I am not root 2023-12-26T17:38:49.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108165]: audit 2023-12-26T17:38:47.603895+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:49.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[111579]: audit 2023-12-26T17:38:47.603895+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:49.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108165]: audit 2023-12-26T17:38:47.604729+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:49.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108165]: audit 2023-12-26T17:38:47.607940+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:49.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108165]: audit 2023-12-26T17:38:47.613139+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:38:49.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[108165]: audit 2023-12-26T17:38:47.613548+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:38:49.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[111579]: audit 2023-12-26T17:38:47.604729+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:38:49.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[111579]: audit 2023-12-26T17:38:47.607940+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 398563737, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606783Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 340787200, \"cpu_percentage\": \"2.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.606996Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 342674636, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607083Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 123522252, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607150Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 131806003, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607221Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 96877936, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607288Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 134217728, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607350Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607412Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56790876, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:38:40.607450Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:38:49.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[111579]: audit 2023-12-26T17:38:47.613139+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.25121 172.21.15.153:0/2761175988' entity='mgr.x' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:38:49.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:48 smithi001 bash[111579]: audit 2023-12-26T17:38:47.613548+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:38:49.233 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:48 smithi153 bash[120597]: debug 2023-12-26T17:38:48.876+0000 7f2bc9ed4680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:38:49.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:49 smithi153 bash[120597]: debug 2023-12-26T17:38:49.239+0000 7f2bc9ed4680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:38:49.816 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:49.537Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000269106s 2023-12-26T17:38:49.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:49 smithi001 bash[108165]: audit 2023-12-26T17:38:48.629009+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-26T17:38:49.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:49 smithi001 bash[108165]: cluster 2023-12-26T17:38:48.629138+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e21: x(active, since 26s), standbys: y 2023-12-26T17:38:49.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:49 smithi001 bash[111579]: audit 2023-12-26T17:38:48.629009+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-26T17:38:49.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:49 smithi001 bash[111579]: cluster 2023-12-26T17:38:48.629138+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e21: x(active, since 26s), standbys: y 2023-12-26T17:38:49.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:49 smithi153 bash[108194]: audit 2023-12-26T17:38:48.629009+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.25121 ' entity='mgr.x' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-26T17:38:49.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:49 smithi153 bash[108194]: cluster 2023-12-26T17:38:48.629138+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e21: x(active, since 26s), standbys: y 2023-12-26T17:38:49.980 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:49 smithi153 bash[120597]: debug 2023-12-26T17:38:49.985+0000 7f2bc9ed4680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:38:50.275 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:50 smithi153 bash[120597]: debug 2023-12-26T17:38:50.069+0000 7f2bc9ed4680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:38:50.275 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:38:50 smithi153 bash[121198]: time="2023-12-26T17:38:50Z" 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" 2023-12-26T17:38:50.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:50 smithi153 bash[120597]: debug 2023-12-26T17:38:50.281+0000 7f2bc9ed4680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:38:51.516 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:51 smithi153 bash[120597]: debug 2023-12-26T17:38:51.224+0000 7f2bc9ed4680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:38:51.517 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:51 smithi153 bash[120597]: debug 2023-12-26T17:38:51.352+0000 7f2bc9ed4680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:38:51.517 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:51 smithi153 bash[120597]: debug 2023-12-26T17:38:51.432+0000 7f2bc9ed4680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:38:51.517 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:51 smithi153 bash[120597]: debug 2023-12-26T17:38:51.522+0000 7f2bc9ed4680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:38:51.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:51 smithi153 bash[120597]: debug 2023-12-26T17:38:51.718+0000 7f2bc9ed4680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:38:52.330 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:51 smithi153 bash[120597]: debug 2023-12-26T17:38:51.997+0000 7f2bc9ed4680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:38:52.330 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[120597]: debug 2023-12-26T17:38:52.095+0000 7f2bc9ed4680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:38:52.817 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[108194]: cluster 2023-12-26T17:38:52.469548+0000 mon.a (mon.0) 826 : cluster [DBG] Standby manager daemon y restarted 2023-12-26T17:38:52.817 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[108194]: cluster 2023-12-26T17:38:52.469621+0000 mon.a (mon.0) 827 : cluster [DBG] Standby manager daemon y started 2023-12-26T17:38:52.817 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[108194]: audit 2023-12-26T17:38:52.471668+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.? 172.21.15.1:0/2894106840' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:52.817 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[108194]: audit 2023-12-26T17:38:52.473967+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.? 172.21.15.1:0/2894106840' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:52.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108401]: [26/Dec/2023:17:38:52] ENGINE Bus STARTING 2023-12-26T17:38:52.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108401]: CherryPy Checker: 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108401]: The Application mounted at '' has an empty config. 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108401]: [26/Dec/2023:17:38:52] ENGINE Serving on http://:::9283 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108401]: [26/Dec/2023:17:38:52] ENGINE Bus STARTED 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[111579]: cluster 2023-12-26T17:38:52.469548+0000 mon.a (mon.0) 826 : cluster [DBG] Standby manager daemon y restarted 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[111579]: cluster 2023-12-26T17:38:52.469621+0000 mon.a (mon.0) 827 : cluster [DBG] Standby manager daemon y started 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[111579]: audit 2023-12-26T17:38:52.471668+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.? 172.21.15.1:0/2894106840' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[111579]: audit 2023-12-26T17:38:52.473967+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.? 172.21.15.1:0/2894106840' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108165]: cluster 2023-12-26T17:38:52.469548+0000 mon.a (mon.0) 826 : cluster [DBG] Standby manager daemon y restarted 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108165]: cluster 2023-12-26T17:38:52.469621+0000 mon.a (mon.0) 827 : cluster [DBG] Standby manager daemon y started 2023-12-26T17:38:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108165]: audit 2023-12-26T17:38:52.471668+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.? 172.21.15.1:0/2894106840' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:38:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:52 smithi001 bash[108165]: audit 2023-12-26T17:38:52.473967+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.? 172.21.15.1:0/2894106840' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:38:53.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[120597]: debug 2023-12-26T17:38:52.822+0000 7f2bc9ed4680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:38:53.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[120597]: debug 2023-12-26T17:38:52.906+0000 7f2bc9ed4680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:38:53.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:52 smithi153 bash[120597]: debug 2023-12-26T17:38:52.998+0000 7f2bc9ed4680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:38:53.428 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[120597]: debug 2023-12-26T17:38:53.174+0000 7f2bc9ed4680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:38:53.695 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[120597]: debug 2023-12-26T17:38:53.434+0000 7f2bc9ed4680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:38:53.695 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[120597]: debug 2023-12-26T17:38:53.566+0000 7f2bc9ed4680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:38:53.695 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[108194]: cluster 2023-12-26T17:38:52.525896+0000 mon.a (mon.0) 830 : cluster [DBG] mgrmap e22: x(active, since 30s), standbys: y 2023-12-26T17:38:53.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:53 smithi001 bash[111579]: cluster 2023-12-26T17:38:52.525896+0000 mon.a (mon.0) 830 : cluster [DBG] mgrmap e22: x(active, since 30s), standbys: y 2023-12-26T17:38:53.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:53 smithi001 bash[108165]: cluster 2023-12-26T17:38:52.525896+0000 mon.a (mon.0) 830 : cluster [DBG] mgrmap e22: x(active, since 30s), standbys: y 2023-12-26T17:38:53.954 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[120597]: debug 2023-12-26T17:38:53.701+0000 7f2bc9ed4680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:38:53.954 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[120597]: debug 2023-12-26T17:38:53.875+0000 7f2bc9ed4680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:38:54.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:38:53 smithi153 bash[120597]: debug 2023-12-26T17:38:53.960+0000 7f2bc9ed4680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:38:54.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:54 smithi001 bash[111579]: cluster 2023-12-26T17:38:53.973824+0000 mon.a (mon.0) 831 : cluster [INF] Active manager daemon x restarted 2023-12-26T17:38:54.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:54 smithi001 bash[111579]: cluster 2023-12-26T17:38:53.974540+0000 mon.a (mon.0) 832 : cluster [INF] Activating manager daemon x 2023-12-26T17:38:54.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:54 smithi001 bash[111579]: cluster 2023-12-26T17:38:53.978458+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-26T17:38:54.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:54 smithi001 bash[108165]: cluster 2023-12-26T17:38:53.973824+0000 mon.a (mon.0) 831 : cluster [INF] Active manager daemon x restarted 2023-12-26T17:38:54.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:54 smithi001 bash[108165]: cluster 2023-12-26T17:38:53.974540+0000 mon.a (mon.0) 832 : cluster [INF] Activating manager daemon x 2023-12-26T17:38:54.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:54 smithi001 bash[108165]: cluster 2023-12-26T17:38:53.978458+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-26T17:38:54.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:54 smithi153 bash[108194]: cluster 2023-12-26T17:38:53.973824+0000 mon.a (mon.0) 831 : cluster [INF] Active manager daemon x restarted 2023-12-26T17:38:54.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:54 smithi153 bash[108194]: cluster 2023-12-26T17:38:53.974540+0000 mon.a (mon.0) 832 : cluster [INF] Activating manager daemon x 2023-12-26T17:38:54.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:54 smithi153 bash[108194]: cluster 2023-12-26T17:38:53.978458+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-26T17:38:55.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:38:55 smithi001 bash[108165]: cluster 2023-12-26T17:38:54.545293+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e23: x(active, starting, since 0.57095s), standbys: y 2023-12-26T17:38:55.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:38:55 smithi001 bash[111579]: cluster 2023-12-26T17:38:54.545293+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e23: x(active, starting, since 0.57095s), standbys: y 2023-12-26T17:38:55.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:38:55 smithi153 bash[108194]: cluster 2023-12-26T17:38:54.545293+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e23: x(active, starting, since 0.57095s), standbys: y 2023-12-26T17:38:57.817 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:38:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:38:57.540Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003059421s 2023-12-26T17:39:00.808 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.546780+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:39:00.808 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.546942+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:39:00.808 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.547100+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:39:00.808 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.547982+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:39:00.808 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.548286+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:39:00.808 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.548553+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.548902+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.549188+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.549419+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.549626+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.549958+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.550278+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.550639+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.551814+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.552068+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.552482+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.553328+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:39:00.809 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.554100+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.546780+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.546942+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.547100+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.547982+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.548286+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.548553+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.548902+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.549188+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.549419+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:39:00.810 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.549626+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.549958+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.550278+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.550639+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.551814+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.552068+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.552482+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.553328+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.554100+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.554424+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.554739+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.555068+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.555401+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.555717+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.556012+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:39:00.811 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.556311+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.556598+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.556891+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.557181+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.557500+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.557983+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.558296+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.558586+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.558849+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.559113+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.559387+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.559652+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.559910+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.560177+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:39:00.812 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.560449+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: audit 2023-12-26T17:39:00.560707+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[108165]: cluster 2023-12-26T17:39:00.564304+0000 mon.a (mon.0) 835 : cluster [INF] Manager daemon x is now available 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.554424+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.554739+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.555068+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.555401+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.555717+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.556012+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.556311+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.556598+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:39:00.813 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.556891+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.557181+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.557500+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.557983+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.558296+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.558586+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.558849+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.559113+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.559387+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.559652+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.559910+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:39:00.814 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.560177+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:39:00.815 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.560449+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:39:00.815 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: audit 2023-12-26T17:39:00.560707+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:39:00.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:00 smithi001 bash[111579]: cluster 2023-12-26T17:39:00.564304+0000 mon.a (mon.0) 835 : cluster [INF] Manager daemon x is now available 2023-12-26T17:39:00.850 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: Warning: Permanently added 'smithi153,172.21.15.153' (ECDSA) to the list of known hosts. 2023-12-26T17:39:00.851 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: [26/Dec/2023:17:39:00] ENGINE Bus STARTING 2023-12-26T17:39:00.851 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: Warning: Permanently added '172.21.15.1' (ECDSA) to the list of known hosts. 2023-12-26T17:39:00.851 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.546780+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:39:00.851 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.546942+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:39:00.851 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.547100+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:39:00.851 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.547982+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.548286+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.548553+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.548902+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.549188+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.549419+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.549626+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.549958+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.550278+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.550639+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.551814+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.552068+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.552482+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.553328+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:39:00.852 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.554100+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.554424+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.554739+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.555068+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.555401+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.555717+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.556012+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.556311+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.556598+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.556891+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.557181+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.557500+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.557983+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:39:00.853 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.558296+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.558586+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.558849+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.559113+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.559387+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.559652+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.559910+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.560177+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.560449+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: audit 2023-12-26T17:39:00.560707+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:39:00.854 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[108194]: cluster 2023-12-26T17:39:00.564304+0000 mon.a (mon.0) 835 : cluster [INF] Manager daemon x is now available 2023-12-26T17:39:01.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: CherryPy Checker: 2023-12-26T17:39:01.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: The Application mounted at '' has an empty config. 2023-12-26T17:39:01.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: [26/Dec/2023:17:39:00] ENGINE Serving on http://:::9283 2023-12-26T17:39:01.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:00 smithi153 bash[120597]: [26/Dec/2023:17:39:00] ENGINE Bus STARTED 2023-12-26T17:39:01.722 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: cluster 2023-12-26T17:39:00.623388+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e24: x(active, since 6s), standbys: y 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: cluster 2023-12-26T17:39:00.627277+0000 mgr.x (mgr.25412) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.677305+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.679007+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.712358+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]: dispatch 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.712809+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]: dispatch 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.715999+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]': finished 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.726785+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.727068+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:39:01.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.738075+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.738413+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.957600+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[111579]: audit 2023-12-26T17:39:00.977690+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: cluster 2023-12-26T17:39:00.623388+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e24: x(active, since 6s), standbys: y 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: cluster 2023-12-26T17:39:00.627277+0000 mgr.x (mgr.25412) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.677305+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.679007+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.712358+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.712809+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.715999+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]': finished 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.726785+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:39:01.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.727068+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:39:01.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.738075+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:39:01.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.738413+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:39:01.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.957600+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:01.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:01 smithi001 bash[108165]: audit 2023-12-26T17:39:00.977690+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:01.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: cluster 2023-12-26T17:39:00.623388+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e24: x(active, since 6s), standbys: y 2023-12-26T17:39:01.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: cluster 2023-12-26T17:39:00.627277+0000 mgr.x (mgr.25412) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:01.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.677305+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:01.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.679007+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:01.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.712358+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.712809+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.715999+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{}"}]': finished 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.726785+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.727068+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.738075+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.738413+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.957600+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:01.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:01 smithi153 bash[108194]: audit 2023-12-26T17:39:00.977690+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (12m) 20s ago 12m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (5m) 20s ago 22m 427M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (23m) 21s ago 23m 325M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (23m) 21s ago 23m 380M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (22m) 20s ago 22m 322M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (22m) 21s ago 22m 326M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:39:02.458 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 21s ago 15m - - 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running 20s ago 15m - - 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (21m) 21s ago 22m 117M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (21m) 21s ago 21m 125M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (21m) 21s ago 21m 92.3M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (21m) 21s ago 21m 128M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (21m) 20s ago 21m 129M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (20m) 20s ago 21m 118M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (20m) 20s ago 20m 105M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (20m) 20s ago 20m 121M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (12m) 21s ago 12m 54.1M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:39:02.459 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (12m) 20s ago 12m 54.1M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:39:02.875 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:39:02.876 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:39:02.877 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:39:03.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.455135+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.455509+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.455813+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.456141+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.456451+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.456708+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.458150+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.458525+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.458807+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.459106+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[111579]: audit 2023-12-26T17:39:02.459410+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.455135+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.455509+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.455813+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.456141+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.456451+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.456708+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.458150+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.458525+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.458807+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.459106+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:02 smithi001 bash[108165]: audit 2023-12-26T17:39:02.459410+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.455135+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.455509+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.455813+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.456141+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.456451+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.456708+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.458150+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:03.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.458525+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.458807+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.459106+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:02 smithi153 bash[108194]: audit 2023-12-26T17:39:02.459410+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:39:03.256 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:39:03.257 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:39:03.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:01.715427+0000 mgr.x (mgr.25412) 2 : audit [DBG] from='client.25648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:02.083929+0000 mgr.x (mgr.25412) 3 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:02.453262+0000 mgr.x (mgr.25412) 4 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: cluster 2023-12-26T17:39:02.551921+0000 mgr.x (mgr.25412) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: cluster 2023-12-26T17:39:02.633660+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e25: x(active, since 8s), standbys: y 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:02.882003+0000 mon.a (mon.0) 842 : audit [DBG] from='client.? 172.21.15.1:0/1040459387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:01.715427+0000 mgr.x (mgr.25412) 2 : audit [DBG] from='client.25648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:02.083929+0000 mgr.x (mgr.25412) 3 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:02.453262+0000 mgr.x (mgr.25412) 4 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:03.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: cluster 2023-12-26T17:39:02.551921+0000 mgr.x (mgr.25412) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:03.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: cluster 2023-12-26T17:39:02.633660+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e25: x(active, since 8s), standbys: y 2023-12-26T17:39:03.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:02.882003+0000 mon.a (mon.0) 842 : audit [DBG] from='client.? 172.21.15.1:0/1040459387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:39:03.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:03.557792+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:03.557792+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:03.558684+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.971 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:03.558684+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:03.561606+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:03.972 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:03.561606+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:03.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:03.576547+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.973 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:03.576547+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:03.577162+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.974 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:03.577162+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:03.974 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[111579]: audit 2023-12-26T17:39:03.580116+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:03.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:03 smithi001 bash[108165]: audit 2023-12-26T17:39:03.580116+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:04.076 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[121198]: Getting image source signatures 2023-12-26T17:39:04.076 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[121198]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-26T17:39:04.076 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[121198]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-26T17:39:04.076 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[121198]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-26T17:39:04.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:01.715427+0000 mgr.x (mgr.25412) 2 : audit [DBG] from='client.25648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:04.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:02.083929+0000 mgr.x (mgr.25412) 3 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:04.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:02.453262+0000 mgr.x (mgr.25412) 4 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: cluster 2023-12-26T17:39:02.551921+0000 mgr.x (mgr.25412) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: cluster 2023-12-26T17:39:02.633660+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e25: x(active, since 8s), standbys: y 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:02.882003+0000 mon.a (mon.0) 842 : audit [DBG] from='client.? 172.21.15.1:0/1040459387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:03.557792+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:03.558684+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:03.561606+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.556686Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:03.576547+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:04.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:03.577162+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:04.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:03 smithi153 bash[108194]: audit 2023-12-26T17:39:03.580116+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.262358+0000 mgr.x (mgr.25412) 6 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.845177+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.845537+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.845831+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.846087+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.846351+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.846609+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.846855+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.847101+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.847391+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.870453+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.870725+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.870967+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.871196+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.871444+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.871661+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.262358+0000 mgr.x (mgr.25412) 6 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.845177+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.845537+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.845831+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.846087+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.846351+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.846609+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.846855+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.847101+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.847391+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.870453+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.870725+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.870967+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.871196+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.871444+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.871661+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.871877+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.872096+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.872327+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.873361+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.873867+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[111579]: audit 2023-12-26T17:39:03.876523+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.871877+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.872096+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.872327+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.873361+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:05.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.873867+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:05.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:04 smithi001 bash[108165]: audit 2023-12-26T17:39:03.876523+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:39:05.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[121198]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-26T17:39:05.077 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[121198]: Writing manifest to image destination 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.262358+0000 mgr.x (mgr.25412) 6 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.845177+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.845537+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.845831+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.846087+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.846351+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.846609+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.846855+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.847101+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.847391+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.870453+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.870725+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.870967+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.871196+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.871444+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.871661+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.871877+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.872096+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.872327+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.873361+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.873867+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:05.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:04 smithi153 bash[108194]: audit 2023-12-26T17:39:03.876523+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:39:05.576 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.394Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-26T17:39:05.576 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.394Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2023-12-26T17:39:05.576 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.394Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.394Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.394Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.394Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=arp 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-26T17:39:05.577 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-26T17:39:05.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=edac 2023-12-26T17:39:05.578 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-26T17:39:05.579 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=os 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=stat 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-26T17:39:05.580 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=time 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=uname 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.395Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.396Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-26T17:39:05.581 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[121198]: ts=2023-12-26T17:39:05.396Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-26T17:39:06.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:05 smithi001 bash[111579]: cephadm 2023-12-26T17:39:03.893958+0000 mgr.x (mgr.25412) 7 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:39:06.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:05 smithi001 bash[111579]: cluster 2023-12-26T17:39:04.552316+0000 mgr.x (mgr.25412) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:06.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:05 smithi001 bash[108165]: cephadm 2023-12-26T17:39:03.893958+0000 mgr.x (mgr.25412) 7 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:39:06.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:05 smithi001 bash[108165]: cluster 2023-12-26T17:39:04.552316+0000 mgr.x (mgr.25412) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:06.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[108194]: cephadm 2023-12-26T17:39:03.893958+0000 mgr.x (mgr.25412) 7 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-26T17:39:06.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:05 smithi153 bash[108194]: cluster 2023-12-26T17:39:04.552316+0000 mgr.x (mgr.25412) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:08.002 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:07 smithi001 bash[108165]: cluster 2023-12-26T17:39:06.552978+0000 mgr.x (mgr.25412) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:08.003 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:07 smithi001 bash[111579]: cluster 2023-12-26T17:39:06.552978+0000 mgr.x (mgr.25412) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:08.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:07 smithi153 bash[108194]: cluster 2023-12-26T17:39:06.552978+0000 mgr.x (mgr.25412) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:08.316 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:08 smithi001 bash[133262]: Getting image source signatures 2023-12-26T17:39:08.317 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:08 smithi001 bash[133262]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-26T17:39:08.317 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:08 smithi001 bash[133262]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-26T17:39:08.317 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:08 smithi001 bash[133262]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-26T17:39:09.316 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:08 smithi001 bash[133262]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-26T17:39:09.316 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: Writing manifest to image destination 2023-12-26T17:39:09.637 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.498Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-26T17:39:09.637 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.498Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2023-12-26T17:39:09.637 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.499Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2023-12-26T17:39:09.637 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.499Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-26T17:39:09.637 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.499Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.499Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=arp 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=edac 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-26T17:39:09.638 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=os 2023-12-26T17:39:09.639 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=stat 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=time 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=uname 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-26T17:39:09.640 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-26T17:39:09.641 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-26T17:39:09.641 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-26T17:39:09.641 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[133262]: ts=2023-12-26T17:39:09.500Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-26T17:39:10.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[108165]: cluster 2023-12-26T17:39:08.553525+0000 mgr.x (mgr.25412) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:09 smithi001 bash[111579]: cluster 2023-12-26T17:39:08.553525+0000 mgr.x (mgr.25412) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:09 smithi153 bash[108194]: cluster 2023-12-26T17:39:08.553525+0000 mgr.x (mgr.25412) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:11.688 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:11 smithi153 bash[108194]: cluster 2023-12-26T17:39:10.553875+0000 mgr.x (mgr.25412) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:12.045 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:11 smithi153 systemd[1]: Starting Ceph prometheus.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:39:12.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:11 smithi001 bash[108165]: cluster 2023-12-26T17:39:10.553875+0000 mgr.x (mgr.25412) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:12.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:11 smithi001 bash[111579]: cluster 2023-12-26T17:39:10.553875+0000 mgr.x (mgr.25412) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:12.576 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.172Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.172Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.172Z caller=main.go:518 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi153 (none))" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.172Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.172Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.174Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.174Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.175Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 bash[123298]: 68dea7828d68a17d2d53a55610f223f392908516829c7500c8bbd5cd371ac71f 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.177Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.177Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.851µs 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.177Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.177Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-26T17:39:12.577 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.177Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=27.295µs wal_replay_duration=124.706µs total_replay_duration=166.558µs 2023-12-26T17:39:12.578 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.178Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-26T17:39:12.578 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.178Z caller=main.go:947 level=info msg="TSDB started" 2023-12-26T17:39:12.578 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.178Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-26T17:39:12.578 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 systemd[1]: Started Ceph prometheus.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:39:12.578 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.195Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=16.947128ms db_storage=638ns remote_storage=1.469µs web_handler=359ns query_engine=569ns scrape=512.909µs scrape_sd=23.463µs notify=22.493µs notify_sd=8.607µs rules=16.107812ms 2023-12-26T17:39:12.578 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:39:12 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:39:12.195Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-26T17:39:12.968 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[111579]: audit 2023-12-26T17:39:12.234548+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:12.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[108165]: audit 2023-12-26T17:39:12.234548+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:12.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[111579]: audit 2023-12-26T17:39:12.235345+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:12.969 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[111579]: audit 2023-12-26T17:39:12.238735+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:12.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[111579]: audit 2023-12-26T17:39:12.240333+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:12.970 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[111579]: audit 2023-12-26T17:39:12.241547+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:12.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[108165]: audit 2023-12-26T17:39:12.235345+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:12.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[108165]: audit 2023-12-26T17:39:12.238735+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:12.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[108165]: audit 2023-12-26T17:39:12.240333+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:12.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:12 smithi001 bash[108165]: audit 2023-12-26T17:39:12.241547+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:12.971 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:12 smithi153 bash[108194]: audit 2023-12-26T17:39:12.234548+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:12.971 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:12 smithi153 bash[108194]: audit 2023-12-26T17:39:12.235345+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:12.971 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:12 smithi153 bash[108194]: audit 2023-12-26T17:39:12.238735+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 332503449, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.555954Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444596224, \"cpu_percentage\": \"4.36%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556097Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137678028, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556166Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126143692, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556259Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112197632, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556328Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129079705, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556392Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556456Z\", \"created\": \"2023-12-26T17:23:36.656397Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42488299, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556495Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57199820, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.556571Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9095]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:12.971 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:12 smithi153 bash[108194]: audit 2023-12-26T17:39:12.240333+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:39:12.971 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:12 smithi153 bash[108194]: audit 2023-12-26T17:39:12.241547+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:39:13.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:13 smithi153 bash[108194]: cluster 2023-12-26T17:39:12.554471+0000 mgr.x (mgr.25412) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:13 smithi001 bash[111579]: cluster 2023-12-26T17:39:12.554471+0000 mgr.x (mgr.25412) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:14.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:13 smithi001 bash[108165]: cluster 2023-12-26T17:39:12.554471+0000 mgr.x (mgr.25412) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:15.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:15 smithi001 bash[108165]: cluster 2023-12-26T17:39:14.554891+0000 mgr.x (mgr.25412) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:15.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:15 smithi001 bash[111579]: cluster 2023-12-26T17:39:14.554891+0000 mgr.x (mgr.25412) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:15.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:15 smithi153 bash[108194]: cluster 2023-12-26T17:39:14.554891+0000 mgr.x (mgr.25412) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:16.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.664350+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:16.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.665108+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:16.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.668735+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:16.729 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.670327+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.670596+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.673167+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.677221+0000 mon.b (mon.2) 198 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.677766+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.678231+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.678955+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.718448+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.718870+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:39:16.730 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:16 smithi153 bash[108194]: audit 2023-12-26T17:39:15.722050+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-26T17:39:16.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.664350+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:16.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.664350+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:16.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.665108+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.668735+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.670327+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.670596+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.673167+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.677221+0000 mon.b (mon.2) 198 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.677766+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.678231+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.678955+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.718448+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:39:16.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.665108+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.668735+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:23.328228Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.670327+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.670596+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.673167+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.677221+0000 mon.b (mon.2) 198 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.677766+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.678231+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.678955+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.718448+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:39:16.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.718870+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:39:16.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[108165]: audit 2023-12-26T17:39:15.722050+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-26T17:39:16.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.718870+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-26T17:39:16.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:16 smithi001 bash[111579]: audit 2023-12-26T17:39:15.722050+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c8e0ea20-6b9e-48ce-b367-09fb688325a7\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703611119.437778, \"finished_at\": 1703612340.7130473, \"add_to_ceph_s:\": 1703611112.3120897}, {\"id\": \"3dfc7870-a5ab-42c4-b4fd-106fc4f1e763\", \"message\": \"Updating prometheus deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1703612343.881055, \"finished_at\": 1703612352.239606, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-26T17:39:17.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: cephadm 2023-12-26T17:39:15.676966+0000 mgr.x (mgr.25412) 14 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-26T17:39:17.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: cephadm 2023-12-26T17:39:15.678669+0000 mgr.x (mgr.25412) 15 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2023-12-26T17:39:17.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: cephadm 2023-12-26T17:39:15.676966+0000 mgr.x (mgr.25412) 14 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-26T17:39:17.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: cephadm 2023-12-26T17:39:15.678669+0000 mgr.x (mgr.25412) 15 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2023-12-26T17:39:17.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.549550+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:17.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.549550+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:17.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.550225+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.550225+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.553229+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: cephadm 2023-12-26T17:39:16.554264+0000 mgr.x (mgr.25412) 16 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.554582+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.555349+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: cluster 2023-12-26T17:39:16.555574+0000 mgr.x (mgr.25412) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.556158+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:17.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: cephadm 2023-12-26T17:39:16.556747+0000 mgr.x (mgr.25412) 18 : cephadm [INF] Reconfiguring daemon mon.c on smithi001 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[108165]: audit 2023-12-26T17:39:16.557161+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.553229+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: cephadm 2023-12-26T17:39:16.554264+0000 mgr.x (mgr.25412) 16 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.554582+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.555349+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: cluster 2023-12-26T17:39:16.555574+0000 mgr.x (mgr.25412) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.556158+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: cephadm 2023-12-26T17:39:16.556747+0000 mgr.x (mgr.25412) 18 : cephadm [INF] Reconfiguring daemon mon.c on smithi001 2023-12-26T17:39:17.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:17 smithi001 bash[111579]: audit 2023-12-26T17:39:16.557161+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:39:17.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: cephadm 2023-12-26T17:39:15.676966+0000 mgr.x (mgr.25412) 14 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-26T17:39:17.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: cephadm 2023-12-26T17:39:15.678669+0000 mgr.x (mgr.25412) 15 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2023-12-26T17:39:17.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.549550+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:17.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.550225+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:17.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.553229+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:14.096822Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: cephadm 2023-12-26T17:39:16.554264+0000 mgr.x (mgr.25412) 16 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.554582+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.555349+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: cluster 2023-12-26T17:39:16.555574+0000 mgr.x (mgr.25412) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.556158+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: cephadm 2023-12-26T17:39:16.556747+0000 mgr.x (mgr.25412) 18 : cephadm [INF] Reconfiguring daemon mon.c on smithi001 2023-12-26T17:39:17.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:17 smithi153 bash[108194]: audit 2023-12-26T17:39:16.557161+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:39:18.520 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[108165]: audit 2023-12-26T17:39:17.439993+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:18.521 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[111579]: audit 2023-12-26T17:39:17.439993+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:18.521 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[111579]: audit 2023-12-26T17:39:17.440683+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:18.521 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[108165]: audit 2023-12-26T17:39:17.440683+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:18.521 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[108165]: audit 2023-12-26T17:39:17.443828+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:39:18.521 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[108165]: cephadm 2023-12-26T17:39:17.447621+0000 mgr.x (mgr.25412) 19 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-26T17:39:18.522 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[108165]: cephadm 2023-12-26T17:39:17.454624+0000 mgr.x (mgr.25412) 20 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi001 2023-12-26T17:39:18.522 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[111579]: audit 2023-12-26T17:39:17.443828+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:39:18.522 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[111579]: cephadm 2023-12-26T17:39:17.447621+0000 mgr.x (mgr.25412) 19 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-26T17:39:18.522 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[111579]: cephadm 2023-12-26T17:39:17.454624+0000 mgr.x (mgr.25412) 20 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi001 2023-12-26T17:39:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:18 smithi153 bash[108194]: audit 2023-12-26T17:39:17.439993+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:18 smithi153 bash[108194]: audit 2023-12-26T17:39:17.440683+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:18 smithi153 bash[108194]: audit 2023-12-26T17:39:17.443828+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"f0318ff77deb\", \"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\": 16127098, \"cpu_percentage\": \"0.72%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:39:03.575337Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:38:47.320955Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:38:42.064734Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:03.575449Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:39:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:18 smithi153 bash[108194]: cephadm 2023-12-26T17:39:17.447621+0000 mgr.x (mgr.25412) 19 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-26T17:39:18.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:18 smithi153 bash[108194]: cephadm 2023-12-26T17:39:17.454624+0000 mgr.x (mgr.25412) 20 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi001 2023-12-26T17:39:19.067 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:18 smithi001 systemd[1]: Stopping Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:39:19.067 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:18 smithi001 bash[136159]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-26T17:39:19.384 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[134952]: level=info ts=2023-12-26T17:39:19.101Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-26T17:39:19.384 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 bash[136197]: ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a 2023-12-26T17:39:19.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:19 smithi001 bash[108165]: cluster 2023-12-26T17:39:18.555963+0000 mgr.x (mgr.25412) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:19.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:19 smithi001 bash[111579]: cluster 2023-12-26T17:39:18.555963+0000 mgr.x (mgr.25412) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:19.817 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-26T17:39:19.817 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 systemd[1]: Stopped Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:39:19.817 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 systemd[1]: Starting Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:39:19.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:19 smithi153 bash[108194]: cluster 2023-12-26T17:39:18.555963+0000 mgr.x (mgr.25412) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:19.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:19 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:19] "GET /metrics HTTP/1.1" 200 152573 "" "Prometheus/2.33.4" 2023-12-26T17:39:20.319 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.951Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-26T17:39:20.319 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.951Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-26T17:39:20.319 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.952Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.1 port=9094 2023-12-26T17:39:20.319 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.953Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-26T17:39:20.319 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 bash[136315]: 5f57bebb6bf624d7c533270559c3f8be066a1bf57b712ff2010504a769304fce 2023-12-26T17:39:20.319 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 systemd[1]: Started Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:39:20.320 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.979Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-26T17:39:20.320 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.979Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-26T17:39:20.320 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.981Z caller=main.go:518 msg=Listening address=:9093 2023-12-26T17:39:20.320 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:19.982Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-26T17:39:20.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:19.996823+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:20.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:19.997711+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:20.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:20.000549+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:39:20.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:20.002257+0000 mon.b (mon.2) 210 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:20.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:20.003051+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:20.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:20.003727+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:20.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:20 smithi153 bash[108194]: audit 2023-12-26T17:39:20.004779+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:39:20.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:19.996823+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:20.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:19.996823+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:20.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:19.997711+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:20.000549+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:20.002257+0000 mon.b (mon.2) 210 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:20.003051+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:20.003727+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[111579]: audit 2023-12-26T17:39:20.004779+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:19.997711+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:39:20.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:20.000549+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"d36d82dffb35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 344771788, \"cpu_percentage\": \"2.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574817Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:15:09.982932Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:16:41.908737Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:39:20.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:20.002257+0000 mon.b (mon.2) 210 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:39:20.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:20.003051+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:39:20.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:20.003727+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:39:20.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:20 smithi001 bash[108165]: audit 2023-12-26T17:39:20.004779+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:39:21.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[120597]: [26/Dec/2023:17:39:21] ENGINE Bus STOPPING 2023-12-26T17:39:21.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[120597]: [26/Dec/2023:17:39:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-26T17:39:21.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[120597]: [26/Dec/2023:17:39:21] ENGINE Bus STOPPED 2023-12-26T17:39:21.326 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[120597]: [26/Dec/2023:17:39:21] ENGINE Bus STARTING 2023-12-26T17:39:21.327 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[120597]: [26/Dec/2023:17:39:21] ENGINE Serving on http://:::9283 2023-12-26T17:39:21.327 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[120597]: [26/Dec/2023:17:39:21] ENGINE Bus STARTED 2023-12-26T17:39:21.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: cephadm 2023-12-26T17:39:20.001967+0000 mgr.x (mgr.25412) 22 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-26T17:39:21.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: cephadm 2023-12-26T17:39:20.004335+0000 mgr.x (mgr.25412) 23 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-26T17:39:21.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: cluster 2023-12-26T17:39:20.556362+0000 mgr.x (mgr.25412) 24 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:21.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: cephadm 2023-12-26T17:39:20.001967+0000 mgr.x (mgr.25412) 22 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-26T17:39:21.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: cephadm 2023-12-26T17:39:20.004335+0000 mgr.x (mgr.25412) 23 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-26T17:39:21.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: cluster 2023-12-26T17:39:20.556362+0000 mgr.x (mgr.25412) 24 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:21.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.908376+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:21.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.908376+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.909236+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:21.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.909236+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.912831+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.992353+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:39:21.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.912831+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:21.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.992353+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:39:21.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.992741+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:39:21.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.995417+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:39:21.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.996442+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:39:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.992741+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:39:21.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.995417+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:39:21.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.996442+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:39:21.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.996784+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:39:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:20.999279+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:39:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:21.001490+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:39:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:21.002103+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2023-12-26T17:39:21.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:21.002433+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2023-12-26T17:39:21.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[111579]: audit 2023-12-26T17:39:21.005841+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2023-12-26T17:39:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.996784+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:39:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:20.999279+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:39:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:21.001490+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:39:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:21.002103+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2023-12-26T17:39:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:21.002433+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2023-12-26T17:39:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:21 smithi001 bash[108165]: audit 2023-12-26T17:39:21.005841+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2023-12-26T17:39:21.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: cephadm 2023-12-26T17:39:20.001967+0000 mgr.x (mgr.25412) 22 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-26T17:39:21.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: cephadm 2023-12-26T17:39:20.004335+0000 mgr.x (mgr.25412) 23 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-26T17:39:21.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: cluster 2023-12-26T17:39:20.556362+0000 mgr.x (mgr.25412) 24 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:21.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.908376+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.909236+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.912831+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 339319193, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662386Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 450258534, \"cpu_percentage\": \"4.32%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662533Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138307174, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662623Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 126667980, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662687Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112617062, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662749Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129499136, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662811Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 5780799, \"cpu_percentage\": \"0.50%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662873Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"5cc9558fce38\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 42498785, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662935Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:26:26.427009Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:15.662995Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 32054968, \"cpu_percentage\": \"31.49%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:39:15.663056Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:39:15.663171Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.992353+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.992741+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.995417+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEBt1eaNHw0BOuQMM71LLOlQwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTUzMB4XDTIzMTIyNjE3MzkyMFoX\nDTMzMTIyMzE3MzkyMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTUzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YUrYHRPzwG2gjIu\n0070NajciNjPamRLoIOTqyi1SpTLBdCcmYg6l7qhVUt5mmvbV5ru6szqvGAJC80q\nG5umwc2n68wdBdrDhDrXDFmeWqdXw9SRbGjSeSOBDP5mi3bHAFP1UA3V7hhSdf7p\nQui3G6QnVWyvDDGbLncYO0cG51Q1qaQkX6AP/MPKQMxxUoAoAdsIJ4ZjwIONfopk\n78jJX4wgnJvyvwWkQ6mvq44GeSb8QycOA7XOs3LL3PPTwVLH1w8HI5sQwuIeQOGq\nF3HXwNGxY4xXn14zXhcoVk+4jnPtlOYf0kY2H9bCtIxUeJzk5Mt2+wqstIQSD9Yl\nugHpxQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC2Fgn1ze+s+vNFuLstJu3kMsd0\nkfdrV9G3q+VPZ3hNl0BRF+mS0npaOFpJsKRrzI3s1koGG+VPGv9jAkqKmABxzZG9\nLfcWAbsgU+Us/1IDmKj+RqFvD7p968uNmAe61HW2uiPiRuch5XD1uY28kHhVq8V5\n7eQ2t0nqMeq2r5rO1KuBdL+yzYanP7oSppDPA4X4zE91ifuK05fnBSEy/swaRPSv\nqOKqOs85qTUu3E++zVQfgFtVwnTVwP5wTbvAuhc9LEpOnfBOS6yly2Yj0ysBVTuN\nHtPzKD87Xqki+zG/+NIqFuR8rkJ0OcISEsJ192YoMbBqukyY8QuDv2eOIFGN\n-----END CERTIFICATE-----\n"}]': finished 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.996442+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.996784+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:20.999279+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi153/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDZhStgdE/PAbaC\nMi7TTvQ1qNyI2M9qZEugg5OrKLVKlMsF0JyZiDqXuqFVS3maa9tXmu7qzOq8YAkL\nzSobm6bBzafrzB0F2sOEOtcMWZ5ap1fD1JFsaNJ5I4EM/maLdscAU/VQDdXuGFJ1\n/ulC6LcbpCdVbK8MMZsudxg7RwbnVDWppCRfoA/8w8pAzHFSgCgB2wgnhmPAg41+\nimTvyMlfjCCcm/K/BaRDqa+rjgZ5JvxDJw4Dtc6zcsvc89PBUsfXDwcjmxDC4h5A\n4aoXcdfA0bFjjFefXjNeFyhWT7iOc+2U5h/SRjYf1sK0jFR4nOTky3b7Cqy0hBIP\n1iW6AenFAgMBAAECggEBAKKo4vcOA2BZd5GE1V9O+2/lBoWPHAwDVEqEGjk0B93t\nxqRii7iEFsy/00VlW1oOrcelJGSRODgF2L3qfkKG8vyaPagmys1F+k83cPjbS3+f\nBBJ9MwJOoJXV5vtAgo5oFAg6wIdM0V1q8r8qEGTogYU6C+/lhkEoF1N327b4NkFl\nZXQ1v/d2iF8ACr3Z7yuZ38+y/Zv6o5afaHtHA6WIUPG6DIDBSu47eezjYDlYmuiq\nMnROMM2+/atuuGXFbkkyiCWqkgot48Tp601twaxnCfZc+W5CB2EFDY8jdje9WQJg\n4h1G2ezASmzTVDui1UHUNJHJKEPbreuUtsVbiSO8I0ECgYEA/1zTUuzfTVLiMbzq\n925/jatgu1RjVoX7uZ9va3+C9eVrjx8vFqXgoHV/qCIHfyiz5ainmYyc97JM2+ou\nFbQRp0Gfck29lgMHIyTEsPPIsd/C5m7VC2ErW/HlCWMIkCwgoBeuTu22ngJ5lp7/\nRD2gi6vQy3ANZEE1Y+MIKEVNHOcCgYEA2hApuTmiluxdky1aWIOW5oLX1pEmkHCX\nCyT6uAPPMd4yS9AYd+P0lJpGtjuVok2qMRsJqqUmUeTAHnpY/GiEe/m3KurCk/m0\nHaw8/QOwOAd3rzudMSXP+dW/7NQVrPDGSGaFgY7saX4+KL8YIgIaZzt/lypaNnF0\ncgeZrY8W4nMCgYA1poH7lSqhKz28p21SSNPhptTu5p7sScAGUrntAuA321iKvEl/\nX6Be9fC5GVUr4RhSsulreEBuRfah6YR/KNLgqgfe0vh28PHp70qnxsAups1i7nwy\nJNsgOSUeoMDm0W6VVARaLtVEQ07aV1NYOf5l+dYnN8aIfq7B6qwHEfBOlwKBgDVH\nz7oHQBfaRv7oDPQlquBFxhESRDb0m6NIdM4zeBO6M9XcUa4xj5gjnfV215fhnB0F\nezYrxhIqb1rDEC0UKJLWMBAXblWTpJO/euNjXFJEWNUDHuRcVdW4iX2HUIiCCCC2\nlBZU4qTgCLYSAwaENwlUO1enLIWy8P3Pp5gFp1TLAoGAcfjlZtRpvIdQImrvcySZ\nYUk7+BmEmGJ3xxkHk+Vt2ugzDDXxOoAhbZbcCsBVI2+mgOL3vRuhHNr4jDBz6+MF\nwSzWuw6Aj8U087j8WBqWf5Q6jo/5o+F5VR86fRoWzvKxPcba4jI2pjg6Jj8Dmv0S\nwZlaRVogiL3FHGQ8oSFkr5Q=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:21.001490+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:21.002103+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:21.002433+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2023-12-26T17:39:21.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:21 smithi153 bash[108194]: audit 2023-12-26T17:39:21.005841+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2023-12-26T17:39:22.316 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:21.954Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000858539s 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[108165]: cephadm 2023-12-26T17:39:20.914004+0000 mgr.x (mgr.25412) 25 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[108165]: audit 2023-12-26T17:39:21.001840+0000 mgr.x (mgr.25412) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[108165]: cephadm 2023-12-26T17:39:21.014164+0000 mgr.x (mgr.25412) 27 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[111579]: cephadm 2023-12-26T17:39:20.914004+0000 mgr.x (mgr.25412) 25 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[111579]: audit 2023-12-26T17:39:21.001840+0000 mgr.x (mgr.25412) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:39:22.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:22 smithi001 bash[111579]: cephadm 2023-12-26T17:39:21.014164+0000 mgr.x (mgr.25412) 27 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:39:22.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:22 smithi153 bash[108194]: cephadm 2023-12-26T17:39:20.914004+0000 mgr.x (mgr.25412) 25 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:39:22.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:22 smithi153 bash[108194]: audit 2023-12-26T17:39:21.001840+0000 mgr.x (mgr.25412) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:39:22.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:22 smithi153 bash[108194]: cephadm 2023-12-26T17:39:21.014164+0000 mgr.x (mgr.25412) 27 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:39:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:23 smithi001 bash[111579]: cluster 2023-12-26T17:39:22.557079+0000 mgr.x (mgr.25412) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:23 smithi001 bash[108165]: cluster 2023-12-26T17:39:22.557079+0000 mgr.x (mgr.25412) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:23.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:23 smithi153 bash[108194]: cluster 2023-12-26T17:39:22.557079+0000 mgr.x (mgr.25412) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:25.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:25 smithi001 bash[111579]: cluster 2023-12-26T17:39:24.557430+0000 mgr.x (mgr.25412) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:25.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:25 smithi001 bash[108165]: cluster 2023-12-26T17:39:24.557430+0000 mgr.x (mgr.25412) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:25.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:25 smithi153 bash[108194]: cluster 2023-12-26T17:39:24.557430+0000 mgr.x (mgr.25412) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:28.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:27 smithi001 bash[111579]: cluster 2023-12-26T17:39:26.558073+0000 mgr.x (mgr.25412) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:28.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:27 smithi001 bash[108165]: cluster 2023-12-26T17:39:26.558073+0000 mgr.x (mgr.25412) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:28.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:27 smithi153 bash[108194]: cluster 2023-12-26T17:39:26.558073+0000 mgr.x (mgr.25412) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:29.785 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:29 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:29] "GET /metrics HTTP/1.1" 200 152573 "" "Prometheus/2.33.4" 2023-12-26T17:39:29.785 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:29 smithi153 bash[108194]: cluster 2023-12-26T17:39:28.558468+0000 mgr.x (mgr.25412) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:29.952 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:29 smithi001 bash[111579]: cluster 2023-12-26T17:39:28.558468+0000 mgr.x (mgr.25412) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:29.952 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:29 smithi001 bash[108165]: cluster 2023-12-26T17:39:28.558468+0000 mgr.x (mgr.25412) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:30.316 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:39:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:39:29.957Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004372626s 2023-12-26T17:39:30.751 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 systemd[1]: Stopping Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped Stream Manager" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2023-12-26T17:39:30.752 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[118932]: t=2023-12-26T17:39:30+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2023-12-26T17:39:31.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[124296]: ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a 2023-12-26T17:39:31.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 bash[124335]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/grafana.a/unit.stop: No such file or directory 2023-12-26T17:39:31.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2023-12-26T17:39:31.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:39:31.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:39:31.078 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:30 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:39:31.419 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2023-12-26T17:39:31.419 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-26T17:39:31.419 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-26T17:39:31.419 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="App mode production" logger=settings 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing SqlStore" logger=server 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Starting DB migration" logger=migrator 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-26T17:39:31.420 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-26T17:39:31.421 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-26T17:39:31.422 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-26T17:39:31.423 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-26T17:39:31.424 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-26T17:39:31.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-26T17:39:31.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-26T17:39:31.427 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-26T17:39:31.431 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-26T17:39:31.431 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-26T17:39:31.432 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-26T17:39:31.433 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-26T17:39:31.433 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-26T17:39:31.433 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-26T17:39:31.433 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-26T17:39:31.434 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-26T17:39:31.434 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-26T17:39:31.434 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-26T17:39:31.435 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-26T17:39:31.435 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-26T17:39:31.435 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-26T17:39:31.436 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-26T17:39:31.437 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-26T17:39:31.438 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-26T17:39:31.439 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-26T17:39:31.440 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-26T17:39:31.442 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-26T17:39:31.443 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-26T17:39:31.443 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-26T17:39:31.443 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-26T17:39:31.443 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-26T17:39:31.444 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-26T17:39:31.445 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-26T17:39:31.446 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing HTTPServer" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing PluginManager" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Starting plugin search" logger=plugins 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing HooksService" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing RemoteCache" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing QuotaService" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing ServerLockService" logger=server 2023-12-26T17:39:31.447 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing RenderingService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing AlertEngine" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing LoginService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing SearchService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing TracingService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing CleanUpService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing NotificationService" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-26T17:39:31.448 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 2023-12-26T17:39:31.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[108194]: cluster 2023-12-26T17:39:30.558807+0000 mgr.x (mgr.25412) 32 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:31.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2023-12-26T17:39:31.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2023-12-26T17:39:31.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="Initializing Stream Manager" 2023-12-26T17:39:31.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:39:31 smithi153 bash[124342]: t=2023-12-26T17:39:31+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-26T17:39:32.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:31 smithi001 bash[111579]: cluster 2023-12-26T17:39:30.558807+0000 mgr.x (mgr.25412) 32 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:32.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:31 smithi001 bash[108165]: cluster 2023-12-26T17:39:30.558807+0000 mgr.x (mgr.25412) 32 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:32.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:39:32 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:39:33.605 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:39:34.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:33 smithi001 bash[111579]: cluster 2023-12-26T17:39:32.559583+0000 mgr.x (mgr.25412) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:34.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:33 smithi001 bash[108165]: cluster 2023-12-26T17:39:32.559583+0000 mgr.x (mgr.25412) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:34.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:33 smithi153 bash[108194]: cluster 2023-12-26T17:39:32.559583+0000 mgr.x (mgr.25412) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (13m) 18s ago 13m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (6m) 18s ago 22m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (24m) 30s ago 24m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (24m) 30s ago 24m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (23m) 18s ago 23m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (23m) 30s ago 23m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 30s ago 15m - - 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (29s) 18s ago 15m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (22m) 30s ago 22m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:39:34.236 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (22m) 30s ago 22m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (21m) 30s ago 22m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (21m) 30s ago 21m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (21m) 18s ago 21m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (21m) 18s ago 21m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (21m) 18s ago 21m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (21m) 18s ago 21m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (22s) 18s ago 22s 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (13m) 30s ago 13m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:39:34.237 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (13m) 18s ago 13m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:39:34.619 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:39:34.619 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:39:34.619 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:39:34.619 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:39:34.620 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:39:34.621 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:39:34.621 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:39:34.936 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:39:35.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:33.599527+0000 mgr.x (mgr.25412) 34 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.231888+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.232304+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.232633+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.232965+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.233287+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.233668+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.235789+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.236132+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.236469+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.236773+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.237095+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[111579]: audit 2023-12-26T17:39:34.625071+0000 mon.a (mon.0) 871 : audit [DBG] from='client.? 172.21.15.1:0/282740904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:33.599527+0000 mgr.x (mgr.25412) 34 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.231888+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.232304+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.232633+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.232965+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.233287+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.233668+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.235789+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.236132+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.236469+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.236773+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.237095+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:34 smithi001 bash[108165]: audit 2023-12-26T17:39:34.625071+0000 mon.a (mon.0) 871 : audit [DBG] from='client.? 172.21.15.1:0/282740904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:33.599527+0000 mgr.x (mgr.25412) 34 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.231888+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.232304+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.232633+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.232965+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.233287+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.233668+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.235789+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:39:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.236132+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.236469+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.236773+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.237095+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:39:35.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:34 smithi153 bash[108194]: audit 2023-12-26T17:39:34.625071+0000 mon.a (mon.0) 871 : audit [DBG] from='client.? 172.21.15.1:0/282740904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:39:36.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:35 smithi001 bash[108165]: audit 2023-12-26T17:39:33.918880+0000 mgr.x (mgr.25412) 35 : audit [DBG] from='client.25684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:36.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:35 smithi001 bash[108165]: audit 2023-12-26T17:39:34.229595+0000 mgr.x (mgr.25412) 36 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:36.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:35 smithi001 bash[108165]: cluster 2023-12-26T17:39:34.560018+0000 mgr.x (mgr.25412) 37 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:36.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:35 smithi001 bash[111579]: audit 2023-12-26T17:39:33.918880+0000 mgr.x (mgr.25412) 35 : audit [DBG] from='client.25684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:36.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:35 smithi001 bash[111579]: audit 2023-12-26T17:39:34.229595+0000 mgr.x (mgr.25412) 36 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:36.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:35 smithi001 bash[111579]: cluster 2023-12-26T17:39:34.560018+0000 mgr.x (mgr.25412) 37 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:36.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:35 smithi153 bash[108194]: audit 2023-12-26T17:39:33.918880+0000 mgr.x (mgr.25412) 35 : audit [DBG] from='client.25684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:36.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:35 smithi153 bash[108194]: audit 2023-12-26T17:39:34.229595+0000 mgr.x (mgr.25412) 36 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:36.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:35 smithi153 bash[108194]: cluster 2023-12-26T17:39:34.560018+0000 mgr.x (mgr.25412) 37 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:37.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:36 smithi001 bash[111579]: audit 2023-12-26T17:39:34.941906+0000 mgr.x (mgr.25412) 38 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:37.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:36 smithi001 bash[108165]: audit 2023-12-26T17:39:34.941906+0000 mgr.x (mgr.25412) 38 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:37.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:36 smithi153 bash[108194]: audit 2023-12-26T17:39:34.941906+0000 mgr.x (mgr.25412) 38 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:39:38.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:37 smithi001 bash[111579]: cluster 2023-12-26T17:39:36.560849+0000 mgr.x (mgr.25412) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:38.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:37 smithi001 bash[108165]: cluster 2023-12-26T17:39:36.560849+0000 mgr.x (mgr.25412) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:38.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:37 smithi153 bash[108194]: cluster 2023-12-26T17:39:36.560849+0000 mgr.x (mgr.25412) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:39.650 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:39 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:39] "GET /metrics HTTP/1.1" 200 152571 "" "Prometheus/2.33.4" 2023-12-26T17:39:40.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:39 smithi001 bash[111579]: cluster 2023-12-26T17:39:38.561433+0000 mgr.x (mgr.25412) 40 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:40.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:39 smithi001 bash[108165]: cluster 2023-12-26T17:39:38.561433+0000 mgr.x (mgr.25412) 40 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:40.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:39 smithi153 bash[108194]: cluster 2023-12-26T17:39:38.561433+0000 mgr.x (mgr.25412) 40 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:42.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:41 smithi001 bash[111579]: cluster 2023-12-26T17:39:40.561816+0000 mgr.x (mgr.25412) 41 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:41 smithi001 bash[108165]: cluster 2023-12-26T17:39:40.561816+0000 mgr.x (mgr.25412) 41 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:41 smithi153 bash[108194]: cluster 2023-12-26T17:39:40.561816+0000 mgr.x (mgr.25412) 41 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:42.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:39:42 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:39:44.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:43 smithi001 bash[111579]: cluster 2023-12-26T17:39:42.562708+0000 mgr.x (mgr.25412) 42 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:44.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:43 smithi001 bash[108165]: cluster 2023-12-26T17:39:42.562708+0000 mgr.x (mgr.25412) 42 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:44.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:43 smithi153 bash[108194]: cluster 2023-12-26T17:39:42.562708+0000 mgr.x (mgr.25412) 42 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:45.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:45 smithi001 bash[111579]: cluster 2023-12-26T17:39:44.563157+0000 mgr.x (mgr.25412) 43 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:45.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:45 smithi001 bash[108165]: cluster 2023-12-26T17:39:44.563157+0000 mgr.x (mgr.25412) 43 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:45.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:45 smithi153 bash[108194]: cluster 2023-12-26T17:39:44.563157+0000 mgr.x (mgr.25412) 43 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:48.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:47 smithi001 bash[111579]: cluster 2023-12-26T17:39:46.563866+0000 mgr.x (mgr.25412) 44 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:48.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:47 smithi001 bash[108165]: cluster 2023-12-26T17:39:46.563866+0000 mgr.x (mgr.25412) 44 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:48.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:47 smithi153 bash[108194]: cluster 2023-12-26T17:39:46.563866+0000 mgr.x (mgr.25412) 44 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:49.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:49 smithi153 bash[108194]: cluster 2023-12-26T17:39:48.564395+0000 mgr.x (mgr.25412) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:49.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:49 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:49] "GET /metrics HTTP/1.1" 200 152571 "" "Prometheus/2.33.4" 2023-12-26T17:39:50.069 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:49 smithi001 bash[111579]: cluster 2023-12-26T17:39:48.564395+0000 mgr.x (mgr.25412) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:50.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:49 smithi001 bash[108165]: cluster 2023-12-26T17:39:48.564395+0000 mgr.x (mgr.25412) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:51 smithi001 bash[111579]: cluster 2023-12-26T17:39:50.564754+0000 mgr.x (mgr.25412) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:51 smithi001 bash[108165]: cluster 2023-12-26T17:39:50.564754+0000 mgr.x (mgr.25412) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:51 smithi153 bash[108194]: cluster 2023-12-26T17:39:50.564754+0000 mgr.x (mgr.25412) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:52.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:39:52 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:39:54.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:53 smithi001 bash[111579]: cluster 2023-12-26T17:39:52.565467+0000 mgr.x (mgr.25412) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:54.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:53 smithi001 bash[108165]: cluster 2023-12-26T17:39:52.565467+0000 mgr.x (mgr.25412) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:53 smithi153 bash[108194]: cluster 2023-12-26T17:39:52.565467+0000 mgr.x (mgr.25412) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:55.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:55 smithi001 bash[111579]: cluster 2023-12-26T17:39:54.565843+0000 mgr.x (mgr.25412) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:55.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:55 smithi001 bash[108165]: cluster 2023-12-26T17:39:54.565843+0000 mgr.x (mgr.25412) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:55.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:55 smithi153 bash[108194]: cluster 2023-12-26T17:39:54.565843+0000 mgr.x (mgr.25412) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:58.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:57 smithi001 bash[111579]: cluster 2023-12-26T17:39:56.566812+0000 mgr.x (mgr.25412) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:58.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:57 smithi001 bash[108165]: cluster 2023-12-26T17:39:56.566812+0000 mgr.x (mgr.25412) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:58.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:57 smithi153 bash[108194]: cluster 2023-12-26T17:39:56.566812+0000 mgr.x (mgr.25412) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:59.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:39:59 smithi153 bash[108194]: cluster 2023-12-26T17:39:58.567370+0000 mgr.x (mgr.25412) 50 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:39:59.827 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:39:59 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:39:59] "GET /metrics HTTP/1.1" 200 152571 "" "Prometheus/2.33.4" 2023-12-26T17:40:00.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:39:59 smithi001 bash[111579]: cluster 2023-12-26T17:39:58.567370+0000 mgr.x (mgr.25412) 50 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:00.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:39:59 smithi001 bash[108165]: cluster 2023-12-26T17:39:58.567370+0000 mgr.x (mgr.25412) 50 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.568269+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:40:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.568544+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.568780+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.568966+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.569002+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.569369+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.569593+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[108165]: audit 2023-12-26T17:40:00.569822+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.568269+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.568544+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.568780+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.568966+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.569002+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:40:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.569369+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.569593+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:00 smithi001 bash[111579]: audit 2023-12-26T17:40:00.569822+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-26T17:40:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.568269+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:40:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.568544+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.568780+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.568966+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-26T17:40:01.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.569002+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:40:01.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.569369+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.569593+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-26T17:40:01.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:00 smithi153 bash[108194]: audit 2023-12-26T17:40:00.569822+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-26T17:40:02.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:01 smithi001 bash[108165]: cluster 2023-12-26T17:40:00.567715+0000 mgr.x (mgr.25412) 51 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:02.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:01 smithi001 bash[111579]: cluster 2023-12-26T17:40:00.567715+0000 mgr.x (mgr.25412) 51 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:02.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:01 smithi153 bash[108194]: cluster 2023-12-26T17:40:00.567715+0000 mgr.x (mgr.25412) 51 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:02.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:40:02 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:40:04.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:03 smithi001 bash[111579]: cluster 2023-12-26T17:40:02.568367+0000 mgr.x (mgr.25412) 52 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:04.136 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:03 smithi001 bash[108165]: cluster 2023-12-26T17:40:02.568367+0000 mgr.x (mgr.25412) 52 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:04.137 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:03 smithi153 bash[108194]: cluster 2023-12-26T17:40:02.568367+0000 mgr.x (mgr.25412) 52 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:05.279 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:40:05.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:05 smithi001 bash[108165]: cluster 2023-12-26T17:40:04.568823+0000 mgr.x (mgr.25412) 53 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:05.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:05 smithi001 bash[111579]: cluster 2023-12-26T17:40:04.568823+0000 mgr.x (mgr.25412) 53 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:05.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:05 smithi153 bash[108194]: cluster 2023-12-26T17:40:04.568823+0000 mgr.x (mgr.25412) 53 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (13m) 50s ago 13m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (6m) 50s ago 23m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (24m) 62s ago 24m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (24m) 62s ago 25m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:40:05.911 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (23m) 50s ago 23m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (23m) 62s ago 23m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 62s ago 16m - - 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (60s) 50s ago 16m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (22m) 62s ago 23m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (22m) 62s ago 22m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (22m) 62s ago 22m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (22m) 62s ago 22m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (22m) 50s ago 22m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (21m) 50s ago 22m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (21m) 50s ago 21m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (21m) 50s ago 21m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (53s) 50s ago 53s 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (13m) 62s ago 13m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:40:05.912 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (13m) 50s ago 13m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:40:06.303 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:40:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:40:06.305 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:40:06.623 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:40:06.623 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:40:06.624 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.273526+0000 mgr.x (mgr.25412) 54 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.592878+0000 mgr.x (mgr.25412) 55 : audit [DBG] from='client.25714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.906303+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.906795+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.907200+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.907649+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.908052+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.908483+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.910616+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.911028+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.911431+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.911796+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:05.912189+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[111579]: audit 2023-12-26T17:40:06.310343+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.1:0/583522763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.273526+0000 mgr.x (mgr.25412) 54 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.592878+0000 mgr.x (mgr.25412) 55 : audit [DBG] from='client.25714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.906303+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.906795+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.907200+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.907649+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.908052+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.908483+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.910616+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.911028+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.911431+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.911796+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:05.912189+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:06 smithi001 bash[108165]: audit 2023-12-26T17:40:06.310343+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.1:0/583522763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.273526+0000 mgr.x (mgr.25412) 54 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.592878+0000 mgr.x (mgr.25412) 55 : audit [DBG] from='client.25714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.906303+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.906795+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.907200+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.907649+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.908052+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.908483+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.910616+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.911028+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.911431+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.911796+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:05.912189+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:06 smithi153 bash[108194]: audit 2023-12-26T17:40:06.310343+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.1:0/583522763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:40:07.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:07 smithi001 bash[111579]: audit 2023-12-26T17:40:05.904163+0000 mgr.x (mgr.25412) 56 : audit [DBG] from='client.25720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:07.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:07 smithi001 bash[111579]: cluster 2023-12-26T17:40:06.569647+0000 mgr.x (mgr.25412) 57 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:07.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:07 smithi001 bash[111579]: audit 2023-12-26T17:40:06.629687+0000 mgr.x (mgr.25412) 58 : audit [DBG] from='client.25732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:07.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:07 smithi001 bash[108165]: audit 2023-12-26T17:40:05.904163+0000 mgr.x (mgr.25412) 56 : audit [DBG] from='client.25720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:07.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:07 smithi001 bash[108165]: cluster 2023-12-26T17:40:06.569647+0000 mgr.x (mgr.25412) 57 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:07.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:07 smithi001 bash[108165]: audit 2023-12-26T17:40:06.629687+0000 mgr.x (mgr.25412) 58 : audit [DBG] from='client.25732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:07.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:07 smithi153 bash[108194]: audit 2023-12-26T17:40:05.904163+0000 mgr.x (mgr.25412) 56 : audit [DBG] from='client.25720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:07.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:07 smithi153 bash[108194]: cluster 2023-12-26T17:40:06.569647+0000 mgr.x (mgr.25412) 57 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:07.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:07 smithi153 bash[108194]: audit 2023-12-26T17:40:06.629687+0000 mgr.x (mgr.25412) 58 : audit [DBG] from='client.25732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:09.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:09 smithi153 bash[108194]: cluster 2023-12-26T17:40:08.570074+0000 mgr.x (mgr.25412) 59 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:09.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:40:09 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:09] "GET /metrics HTTP/1.1" 200 152574 "" "Prometheus/2.33.4" 2023-12-26T17:40:10.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:09 smithi001 bash[111579]: cluster 2023-12-26T17:40:08.570074+0000 mgr.x (mgr.25412) 59 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:10.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:09 smithi001 bash[108165]: cluster 2023-12-26T17:40:08.570074+0000 mgr.x (mgr.25412) 59 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:12.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:11 smithi001 bash[111579]: cluster 2023-12-26T17:40:10.570651+0000 mgr.x (mgr.25412) 60 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:12.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:11 smithi001 bash[108165]: cluster 2023-12-26T17:40:10.570651+0000 mgr.x (mgr.25412) 60 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:12.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:11 smithi153 bash[108194]: cluster 2023-12-26T17:40:10.570651+0000 mgr.x (mgr.25412) 60 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:12.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:40:12 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:40:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:13 smithi001 bash[111579]: cluster 2023-12-26T17:40:12.571456+0000 mgr.x (mgr.25412) 61 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:14.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:13 smithi001 bash[108165]: cluster 2023-12-26T17:40:12.571456+0000 mgr.x (mgr.25412) 61 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:13 smithi153 bash[108194]: cluster 2023-12-26T17:40:12.571456+0000 mgr.x (mgr.25412) 61 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:15.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:15 smithi001 bash[111579]: cluster 2023-12-26T17:40:14.571963+0000 mgr.x (mgr.25412) 62 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:15.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:15 smithi001 bash[108165]: cluster 2023-12-26T17:40:14.571963+0000 mgr.x (mgr.25412) 62 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:15.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:15 smithi153 bash[108194]: cluster 2023-12-26T17:40:14.571963+0000 mgr.x (mgr.25412) 62 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:18.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:17 smithi001 bash[111579]: cluster 2023-12-26T17:40:16.572761+0000 mgr.x (mgr.25412) 63 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:18.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:17 smithi001 bash[108165]: cluster 2023-12-26T17:40:16.572761+0000 mgr.x (mgr.25412) 63 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:18.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:17 smithi153 bash[108194]: cluster 2023-12-26T17:40:16.572761+0000 mgr.x (mgr.25412) 63 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:19.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:19 smithi153 bash[108194]: cluster 2023-12-26T17:40:18.573201+0000 mgr.x (mgr.25412) 64 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:19.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:40:19 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:19] "GET /metrics HTTP/1.1" 200 152578 "" "Prometheus/2.33.4" 2023-12-26T17:40:20.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:19 smithi001 bash[108165]: cluster 2023-12-26T17:40:18.573201+0000 mgr.x (mgr.25412) 64 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:20.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:19 smithi001 bash[111579]: cluster 2023-12-26T17:40:18.573201+0000 mgr.x (mgr.25412) 64 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:22.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:21 smithi001 bash[111579]: cluster 2023-12-26T17:40:20.573792+0000 mgr.x (mgr.25412) 65 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:22.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:21 smithi001 bash[108165]: cluster 2023-12-26T17:40:20.573792+0000 mgr.x (mgr.25412) 65 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:22.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:21 smithi153 bash[108194]: cluster 2023-12-26T17:40:20.573792+0000 mgr.x (mgr.25412) 65 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:22.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:40:22 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:40:24.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:23 smithi001 bash[111579]: cluster 2023-12-26T17:40:22.574711+0000 mgr.x (mgr.25412) 66 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:24.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:23 smithi001 bash[108165]: cluster 2023-12-26T17:40:22.574711+0000 mgr.x (mgr.25412) 66 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:24.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:23 smithi153 bash[108194]: cluster 2023-12-26T17:40:22.574711+0000 mgr.x (mgr.25412) 66 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:25.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:25 smithi001 bash[111579]: cluster 2023-12-26T17:40:24.575158+0000 mgr.x (mgr.25412) 67 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:25.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:25 smithi001 bash[108165]: cluster 2023-12-26T17:40:24.575158+0000 mgr.x (mgr.25412) 67 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:25.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:25 smithi153 bash[108194]: cluster 2023-12-26T17:40:24.575158+0000 mgr.x (mgr.25412) 67 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:28.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:27 smithi001 bash[108165]: cluster 2023-12-26T17:40:26.575794+0000 mgr.x (mgr.25412) 68 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:28.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:27 smithi001 bash[111579]: cluster 2023-12-26T17:40:26.575794+0000 mgr.x (mgr.25412) 68 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:28.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:27 smithi153 bash[108194]: cluster 2023-12-26T17:40:26.575794+0000 mgr.x (mgr.25412) 68 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:29.630 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:40:29 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:29] "GET /metrics HTTP/1.1" 200 152578 "" "Prometheus/2.33.4" 2023-12-26T17:40:30.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:29 smithi001 bash[108165]: cluster 2023-12-26T17:40:28.576223+0000 mgr.x (mgr.25412) 69 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:30.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:29 smithi001 bash[111579]: cluster 2023-12-26T17:40:28.576223+0000 mgr.x (mgr.25412) 69 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:30.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:29 smithi153 bash[108194]: cluster 2023-12-26T17:40:28.576223+0000 mgr.x (mgr.25412) 69 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:32.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:31 smithi001 bash[111579]: cluster 2023-12-26T17:40:30.576698+0000 mgr.x (mgr.25412) 70 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:32.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:31 smithi001 bash[108165]: cluster 2023-12-26T17:40:30.576698+0000 mgr.x (mgr.25412) 70 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:32.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:31 smithi153 bash[108194]: cluster 2023-12-26T17:40:30.576698+0000 mgr.x (mgr.25412) 70 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:32.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:40:32 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:40:34.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:33 smithi001 bash[111579]: cluster 2023-12-26T17:40:32.577312+0000 mgr.x (mgr.25412) 71 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:34.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:33 smithi001 bash[108165]: cluster 2023-12-26T17:40:32.577312+0000 mgr.x (mgr.25412) 71 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:34.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:33 smithi153 bash[108194]: cluster 2023-12-26T17:40:32.577312+0000 mgr.x (mgr.25412) 71 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:35.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:35 smithi001 bash[111579]: cluster 2023-12-26T17:40:34.577806+0000 mgr.x (mgr.25412) 72 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:35.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:35 smithi001 bash[108165]: cluster 2023-12-26T17:40:34.577806+0000 mgr.x (mgr.25412) 72 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:35.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:35 smithi153 bash[108194]: cluster 2023-12-26T17:40:34.577806+0000 mgr.x (mgr.25412) 72 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:36.968 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:40:37.606 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:40:37.606 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:40:37.606 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (14m) 81s ago 14m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:40:37.606 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (7m) 81s ago 23m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:40:37.606 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (25m) 94s ago 25m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (25m) 94s ago 25m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (24m) 81s ago 24m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (24m) 94s ago 24m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 94s ago 17m - - 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (92s) 81s ago 17m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (23m) 94s ago 23m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (23m) 94s ago 23m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (23m) 94s ago 23m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (23m) 94s ago 23m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (22m) 81s ago 22m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (22m) 81s ago 22m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (22m) 81s ago 22m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (22m) 81s ago 22m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (85s) 81s ago 85s 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:40:37.607 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (14m) 94s ago 14m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:40:37.608 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (14m) 81s ago 14m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:40:37.989 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:40:37.989 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:40:37.989 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:40:37.989 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:37.989 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:40:37.989 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:40:37.990 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:40:38.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: cluster 2023-12-26T17:40:36.578520+0000 mgr.x (mgr.25412) 73 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.601576+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.602054+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.602474+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.602886+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.603255+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.603696+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.605834+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.606294+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.606722+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.607130+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[111579]: audit 2023-12-26T17:40:37.607495+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: cluster 2023-12-26T17:40:36.578520+0000 mgr.x (mgr.25412) 73 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.601576+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.602054+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.602474+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.602886+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.603255+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.603696+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.605834+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.606294+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.606722+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.607130+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:37 smithi001 bash[108165]: audit 2023-12-26T17:40:37.607495+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: cluster 2023-12-26T17:40:36.578520+0000 mgr.x (mgr.25412) 73 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:38.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.601576+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.602054+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.602474+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.602886+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.603255+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.603696+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.605834+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.606294+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.606722+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.607130+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:37 smithi153 bash[108194]: audit 2023-12-26T17:40:37.607495+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:40:38.309 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[111579]: audit 2023-12-26T17:40:36.963847+0000 mgr.x (mgr.25412) 74 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[111579]: audit 2023-12-26T17:40:37.288125+0000 mgr.x (mgr.25412) 75 : audit [DBG] from='client.25744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[111579]: audit 2023-12-26T17:40:37.599360+0000 mgr.x (mgr.25412) 76 : audit [DBG] from='client.25750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[111579]: audit 2023-12-26T17:40:37.995925+0000 mon.a (mon.0) 876 : audit [DBG] from='client.? 172.21.15.1:0/2881099766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[108165]: audit 2023-12-26T17:40:36.963847+0000 mgr.x (mgr.25412) 74 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[108165]: audit 2023-12-26T17:40:37.288125+0000 mgr.x (mgr.25412) 75 : audit [DBG] from='client.25744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[108165]: audit 2023-12-26T17:40:37.599360+0000 mgr.x (mgr.25412) 76 : audit [DBG] from='client.25750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:38 smithi001 bash[108165]: audit 2023-12-26T17:40:37.995925+0000 mon.a (mon.0) 876 : audit [DBG] from='client.? 172.21.15.1:0/2881099766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:40:39.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:38 smithi153 bash[108194]: audit 2023-12-26T17:40:36.963847+0000 mgr.x (mgr.25412) 74 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:38 smithi153 bash[108194]: audit 2023-12-26T17:40:37.288125+0000 mgr.x (mgr.25412) 75 : audit [DBG] from='client.25744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:38 smithi153 bash[108194]: audit 2023-12-26T17:40:37.599360+0000 mgr.x (mgr.25412) 76 : audit [DBG] from='client.25750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:39.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:38 smithi153 bash[108194]: audit 2023-12-26T17:40:37.995925+0000 mon.a (mon.0) 876 : audit [DBG] from='client.? 172.21.15.1:0/2881099766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:40:39.634 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:40:39 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:39] "GET /metrics HTTP/1.1" 200 152574 "" "Prometheus/2.33.4" 2023-12-26T17:40:40.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:39 smithi001 bash[111579]: audit 2023-12-26T17:40:38.315146+0000 mgr.x (mgr.25412) 77 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:40.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:39 smithi001 bash[111579]: cluster 2023-12-26T17:40:38.578848+0000 mgr.x (mgr.25412) 78 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:40.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:39 smithi001 bash[108165]: audit 2023-12-26T17:40:38.315146+0000 mgr.x (mgr.25412) 77 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:40.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:39 smithi001 bash[108165]: cluster 2023-12-26T17:40:38.578848+0000 mgr.x (mgr.25412) 78 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:40.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:39 smithi153 bash[108194]: audit 2023-12-26T17:40:38.315146+0000 mgr.x (mgr.25412) 77 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:40:40.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:39 smithi153 bash[108194]: cluster 2023-12-26T17:40:38.578848+0000 mgr.x (mgr.25412) 78 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:42.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:41 smithi001 bash[111579]: cluster 2023-12-26T17:40:40.579414+0000 mgr.x (mgr.25412) 79 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:42.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:41 smithi001 bash[108165]: cluster 2023-12-26T17:40:40.579414+0000 mgr.x (mgr.25412) 79 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:41 smithi153 bash[108194]: cluster 2023-12-26T17:40:40.579414+0000 mgr.x (mgr.25412) 79 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:42.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:40:42 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:40:44.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:43 smithi001 bash[111579]: cluster 2023-12-26T17:40:42.580276+0000 mgr.x (mgr.25412) 80 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:44.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:43 smithi001 bash[108165]: cluster 2023-12-26T17:40:42.580276+0000 mgr.x (mgr.25412) 80 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:44.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:43 smithi153 bash[108194]: cluster 2023-12-26T17:40:42.580276+0000 mgr.x (mgr.25412) 80 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:45.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:45 smithi001 bash[111579]: cluster 2023-12-26T17:40:44.580708+0000 mgr.x (mgr.25412) 81 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:45.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:45 smithi001 bash[108165]: cluster 2023-12-26T17:40:44.580708+0000 mgr.x (mgr.25412) 81 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:45.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:45 smithi153 bash[108194]: cluster 2023-12-26T17:40:44.580708+0000 mgr.x (mgr.25412) 81 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:48.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:47 smithi001 bash[111579]: cluster 2023-12-26T17:40:46.581589+0000 mgr.x (mgr.25412) 82 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:48.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:47 smithi001 bash[108165]: cluster 2023-12-26T17:40:46.581589+0000 mgr.x (mgr.25412) 82 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:48.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:47 smithi153 bash[108194]: cluster 2023-12-26T17:40:46.581589+0000 mgr.x (mgr.25412) 82 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:49.635 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:40:49 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:49] "GET /metrics HTTP/1.1" 200 152578 "" "Prometheus/2.33.4" 2023-12-26T17:40:50.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:49 smithi001 bash[111579]: cluster 2023-12-26T17:40:48.582076+0000 mgr.x (mgr.25412) 83 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:50.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:49 smithi001 bash[108165]: cluster 2023-12-26T17:40:48.582076+0000 mgr.x (mgr.25412) 83 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:50.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:49 smithi153 bash[108194]: cluster 2023-12-26T17:40:48.582076+0000 mgr.x (mgr.25412) 83 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:51 smithi001 bash[108165]: cluster 2023-12-26T17:40:50.582577+0000 mgr.x (mgr.25412) 84 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:51 smithi001 bash[111579]: cluster 2023-12-26T17:40:50.582577+0000 mgr.x (mgr.25412) 84 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:51 smithi153 bash[108194]: cluster 2023-12-26T17:40:50.582577+0000 mgr.x (mgr.25412) 84 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:52.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:40:52 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:40:54.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:53 smithi001 bash[111579]: cluster 2023-12-26T17:40:52.583520+0000 mgr.x (mgr.25412) 85 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:54.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:53 smithi001 bash[108165]: cluster 2023-12-26T17:40:52.583520+0000 mgr.x (mgr.25412) 85 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:53 smithi153 bash[108194]: cluster 2023-12-26T17:40:52.583520+0000 mgr.x (mgr.25412) 85 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:55.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:55 smithi001 bash[111579]: cluster 2023-12-26T17:40:54.584092+0000 mgr.x (mgr.25412) 86 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:55.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:55 smithi001 bash[108165]: cluster 2023-12-26T17:40:54.584092+0000 mgr.x (mgr.25412) 86 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:55.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:55 smithi153 bash[108194]: cluster 2023-12-26T17:40:54.584092+0000 mgr.x (mgr.25412) 86 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:58.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:57 smithi001 bash[108165]: cluster 2023-12-26T17:40:56.584834+0000 mgr.x (mgr.25412) 87 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:58.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:57 smithi001 bash[111579]: cluster 2023-12-26T17:40:56.584834+0000 mgr.x (mgr.25412) 87 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:58.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:57 smithi153 bash[108194]: cluster 2023-12-26T17:40:56.584834+0000 mgr.x (mgr.25412) 87 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:40:59.638 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:40:59 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:40:59] "GET /metrics HTTP/1.1" 200 152578 "" "Prometheus/2.33.4" 2023-12-26T17:41:00.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:40:59 smithi001 bash[108165]: cluster 2023-12-26T17:40:58.585458+0000 mgr.x (mgr.25412) 88 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:00.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:40:59 smithi001 bash[111579]: cluster 2023-12-26T17:40:58.585458+0000 mgr.x (mgr.25412) 88 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:00.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:40:59 smithi153 bash[108194]: cluster 2023-12-26T17:40:58.585458+0000 mgr.x (mgr.25412) 88 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:01.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.572628+0000 mon.b (mon.2) 256 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-26T17:41:01.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.572891+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-26T17:41:01.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.573067+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.573264+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.573291+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.573815+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.574019+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[108165]: audit 2023-12-26T17:41:00.574217+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.572628+0000 mon.b (mon.2) 256 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.572891+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.573067+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.573264+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.573291+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.573815+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.574019+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.070 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:00 smithi001 bash[111579]: audit 2023-12-26T17:41:00.574217+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.572628+0000 mon.b (mon.2) 256 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.572891+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.573067+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.573264+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.573291+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.573815+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.574019+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-26T17:41:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:00 smithi153 bash[108194]: audit 2023-12-26T17:41:00.574217+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:41:02.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:01 smithi001 bash[108165]: cluster 2023-12-26T17:41:00.586034+0000 mgr.x (mgr.25412) 89 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:02.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:01 smithi001 bash[111579]: cluster 2023-12-26T17:41:00.586034+0000 mgr.x (mgr.25412) 89 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:02.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:01 smithi153 bash[108194]: cluster 2023-12-26T17:41:00.586034+0000 mgr.x (mgr.25412) 89 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:02.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:41:02 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:41:04.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:03 smithi001 bash[108165]: cluster 2023-12-26T17:41:02.586952+0000 mgr.x (mgr.25412) 90 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:04.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:03 smithi001 bash[111579]: cluster 2023-12-26T17:41:02.586952+0000 mgr.x (mgr.25412) 90 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:04.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:03 smithi153 bash[108194]: cluster 2023-12-26T17:41:02.586952+0000 mgr.x (mgr.25412) 90 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:05.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:05 smithi001 bash[111579]: cluster 2023-12-26T17:41:04.587423+0000 mgr.x (mgr.25412) 91 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:05.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:05 smithi001 bash[108165]: cluster 2023-12-26T17:41:04.587423+0000 mgr.x (mgr.25412) 91 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:05.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:05 smithi153 bash[108194]: cluster 2023-12-26T17:41:04.587423+0000 mgr.x (mgr.25412) 91 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:08.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:07 smithi001 bash[108165]: cluster 2023-12-26T17:41:06.588417+0000 mgr.x (mgr.25412) 92 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:08.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:07 smithi001 bash[111579]: cluster 2023-12-26T17:41:06.588417+0000 mgr.x (mgr.25412) 92 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:08.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:07 smithi153 bash[108194]: cluster 2023-12-26T17:41:06.588417+0000 mgr.x (mgr.25412) 92 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:08.652 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:41:09.292 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:41:09.292 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:41:09.292 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (14m) 113s ago 14m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:41:09.292 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (7m) 113s ago 24m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:41:09.292 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (25m) 2m ago 25m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (26m) 2m ago 26m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (24m) 113s ago 24m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (24m) 2m ago 24m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 2m ago 17m - - 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (2m) 113s ago 17m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (24m) 2m ago 24m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (23m) 2m ago 24m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (23m) 2m ago 23m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (23m) 2m ago 23m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (23m) 113s ago 23m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (22m) 113s ago 23m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (22m) 113s ago 22m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (22m) 113s ago 22m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:41:09.293 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (117s) 113s ago 117s 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:41:09.294 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (14m) 2m ago 14m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:41:09.294 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (14m) 113s ago 14m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:41:09.641 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:09] "GET /metrics HTTP/1.1" 200 152575 "" "Prometheus/2.33.4" 2023-12-26T17:41:09.686 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:41:09.686 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:41:09.687 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:41:09.688 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:41:10.005 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:41:10.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: cluster 2023-12-26T17:41:08.588838+0000 mgr.x (mgr.25412) 93 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:08.647809+0000 mgr.x (mgr.25412) 94 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.287935+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.288423+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.288804+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.289183+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.289547+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.289884+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.292015+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.292392+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.292740+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.293084+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[111579]: audit 2023-12-26T17:41:09.293445+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: cluster 2023-12-26T17:41:08.588838+0000 mgr.x (mgr.25412) 93 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:08.647809+0000 mgr.x (mgr.25412) 94 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.287935+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.288423+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.288804+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.289183+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.289547+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.289884+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.292015+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.292392+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.292740+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.293084+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:09 smithi001 bash[108165]: audit 2023-12-26T17:41:09.293445+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: cluster 2023-12-26T17:41:08.588838+0000 mgr.x (mgr.25412) 93 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:08.647809+0000 mgr.x (mgr.25412) 94 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.287935+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.288423+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.288804+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.289183+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.289547+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.289884+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.292015+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.292392+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.292740+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.293084+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:09 smithi153 bash[108194]: audit 2023-12-26T17:41:09.293445+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:11.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:10 smithi001 bash[108165]: audit 2023-12-26T17:41:08.976391+0000 mgr.x (mgr.25412) 95 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:11.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:10 smithi001 bash[108165]: audit 2023-12-26T17:41:09.285688+0000 mgr.x (mgr.25412) 96 : audit [DBG] from='client.25780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:11.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:10 smithi001 bash[108165]: audit 2023-12-26T17:41:09.693382+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.1:0/2105395352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:41:11.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:10 smithi001 bash[111579]: audit 2023-12-26T17:41:08.976391+0000 mgr.x (mgr.25412) 95 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:11.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:10 smithi001 bash[111579]: audit 2023-12-26T17:41:09.285688+0000 mgr.x (mgr.25412) 96 : audit [DBG] from='client.25780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:11.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:10 smithi001 bash[111579]: audit 2023-12-26T17:41:09.693382+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.1:0/2105395352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:41:11.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:10 smithi153 bash[108194]: audit 2023-12-26T17:41:08.976391+0000 mgr.x (mgr.25412) 95 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:11.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:10 smithi153 bash[108194]: audit 2023-12-26T17:41:09.285688+0000 mgr.x (mgr.25412) 96 : audit [DBG] from='client.25780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:11.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:10 smithi153 bash[108194]: audit 2023-12-26T17:41:09.693382+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.1:0/2105395352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:41:12.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:11 smithi001 bash[111579]: audit 2023-12-26T17:41:10.011324+0000 mgr.x (mgr.25412) 97 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:12.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:11 smithi001 bash[111579]: cluster 2023-12-26T17:41:10.589280+0000 mgr.x (mgr.25412) 98 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:12.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:11 smithi001 bash[108165]: audit 2023-12-26T17:41:10.011324+0000 mgr.x (mgr.25412) 97 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:12.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:11 smithi001 bash[108165]: cluster 2023-12-26T17:41:10.589280+0000 mgr.x (mgr.25412) 98 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:12.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:11 smithi153 bash[108194]: audit 2023-12-26T17:41:10.011324+0000 mgr.x (mgr.25412) 97 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:12.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:11 smithi153 bash[108194]: cluster 2023-12-26T17:41:10.589280+0000 mgr.x (mgr.25412) 98 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:12.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:41:12 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:41:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:13 smithi001 bash[111579]: cluster 2023-12-26T17:41:12.589949+0000 mgr.x (mgr.25412) 99 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:14.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:13 smithi001 bash[108165]: cluster 2023-12-26T17:41:12.589949+0000 mgr.x (mgr.25412) 99 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:14.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:13 smithi153 bash[108194]: cluster 2023-12-26T17:41:12.589949+0000 mgr.x (mgr.25412) 99 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:15.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:15 smithi001 bash[108165]: cluster 2023-12-26T17:41:14.590388+0000 mgr.x (mgr.25412) 100 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:15.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:15 smithi001 bash[111579]: cluster 2023-12-26T17:41:14.590388+0000 mgr.x (mgr.25412) 100 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:15.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:15 smithi153 bash[108194]: cluster 2023-12-26T17:41:14.590388+0000 mgr.x (mgr.25412) 100 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:18.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:17 smithi001 bash[111579]: cluster 2023-12-26T17:41:16.591089+0000 mgr.x (mgr.25412) 101 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:18.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:17 smithi001 bash[108165]: cluster 2023-12-26T17:41:16.591089+0000 mgr.x (mgr.25412) 101 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:18.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:17 smithi153 bash[108194]: cluster 2023-12-26T17:41:16.591089+0000 mgr.x (mgr.25412) 101 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:19.645 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:41:19 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:19] "GET /metrics HTTP/1.1" 200 152587 "" "Prometheus/2.33.4" 2023-12-26T17:41:20.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:19 smithi001 bash[111579]: cluster 2023-12-26T17:41:18.591698+0000 mgr.x (mgr.25412) 102 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:20.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:19 smithi001 bash[108165]: cluster 2023-12-26T17:41:18.591698+0000 mgr.x (mgr.25412) 102 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:20.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:19 smithi153 bash[108194]: cluster 2023-12-26T17:41:18.591698+0000 mgr.x (mgr.25412) 102 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:22.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:21 smithi001 bash[111579]: cluster 2023-12-26T17:41:20.592182+0000 mgr.x (mgr.25412) 103 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:22.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:21 smithi001 bash[108165]: cluster 2023-12-26T17:41:20.592182+0000 mgr.x (mgr.25412) 103 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:22.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:21 smithi153 bash[108194]: cluster 2023-12-26T17:41:20.592182+0000 mgr.x (mgr.25412) 103 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:22.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:41:22 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:41:24.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:23 smithi001 bash[111579]: cluster 2023-12-26T17:41:22.592848+0000 mgr.x (mgr.25412) 104 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:24.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:23 smithi001 bash[108165]: cluster 2023-12-26T17:41:22.592848+0000 mgr.x (mgr.25412) 104 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:24.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:23 smithi153 bash[108194]: cluster 2023-12-26T17:41:22.592848+0000 mgr.x (mgr.25412) 104 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:25.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:25 smithi001 bash[111579]: cluster 2023-12-26T17:41:24.593441+0000 mgr.x (mgr.25412) 105 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:25.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:25 smithi001 bash[108165]: cluster 2023-12-26T17:41:24.593441+0000 mgr.x (mgr.25412) 105 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:25.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:25 smithi153 bash[108194]: cluster 2023-12-26T17:41:24.593441+0000 mgr.x (mgr.25412) 105 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:28.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:27 smithi001 bash[111579]: cluster 2023-12-26T17:41:26.594119+0000 mgr.x (mgr.25412) 106 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:28.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:27 smithi001 bash[108165]: cluster 2023-12-26T17:41:26.594119+0000 mgr.x (mgr.25412) 106 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:28.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:27 smithi153 bash[108194]: cluster 2023-12-26T17:41:26.594119+0000 mgr.x (mgr.25412) 106 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:29.647 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:41:29 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:29] "GET /metrics HTTP/1.1" 200 152587 "" "Prometheus/2.33.4" 2023-12-26T17:41:30.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:29 smithi001 bash[108165]: cluster 2023-12-26T17:41:28.594657+0000 mgr.x (mgr.25412) 107 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:30.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:29 smithi001 bash[111579]: cluster 2023-12-26T17:41:28.594657+0000 mgr.x (mgr.25412) 107 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:30.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:29 smithi153 bash[108194]: cluster 2023-12-26T17:41:28.594657+0000 mgr.x (mgr.25412) 107 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:32.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:31 smithi001 bash[108165]: cluster 2023-12-26T17:41:30.595231+0000 mgr.x (mgr.25412) 108 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:32.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:31 smithi001 bash[111579]: cluster 2023-12-26T17:41:30.595231+0000 mgr.x (mgr.25412) 108 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:32.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:31 smithi153 bash[108194]: cluster 2023-12-26T17:41:30.595231+0000 mgr.x (mgr.25412) 108 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:32.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:41:32 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:41:34.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:33 smithi001 bash[111579]: cluster 2023-12-26T17:41:32.596027+0000 mgr.x (mgr.25412) 109 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:34.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:33 smithi001 bash[108165]: cluster 2023-12-26T17:41:32.596027+0000 mgr.x (mgr.25412) 109 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:34.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:33 smithi153 bash[108194]: cluster 2023-12-26T17:41:32.596027+0000 mgr.x (mgr.25412) 109 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:35.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:35 smithi001 bash[111579]: cluster 2023-12-26T17:41:34.596508+0000 mgr.x (mgr.25412) 110 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:35.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:35 smithi001 bash[108165]: cluster 2023-12-26T17:41:34.596508+0000 mgr.x (mgr.25412) 110 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:35.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:35 smithi153 bash[108194]: cluster 2023-12-26T17:41:34.596508+0000 mgr.x (mgr.25412) 110 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:38.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:37 smithi001 bash[111579]: cluster 2023-12-26T17:41:36.597136+0000 mgr.x (mgr.25412) 111 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:38.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:37 smithi001 bash[108165]: cluster 2023-12-26T17:41:36.597136+0000 mgr.x (mgr.25412) 111 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:38.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:37 smithi153 bash[108194]: cluster 2023-12-26T17:41:36.597136+0000 mgr.x (mgr.25412) 111 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:39.648 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:41:39 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:39] "GET /metrics HTTP/1.1" 200 152583 "" "Prometheus/2.33.4" 2023-12-26T17:41:40.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:39 smithi001 bash[111579]: cluster 2023-12-26T17:41:38.597478+0000 mgr.x (mgr.25412) 112 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:40.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:39 smithi001 bash[108165]: cluster 2023-12-26T17:41:38.597478+0000 mgr.x (mgr.25412) 112 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:40.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:39 smithi153 bash[108194]: cluster 2023-12-26T17:41:38.597478+0000 mgr.x (mgr.25412) 112 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:40.344 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (15m) 2m ago 15m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (8m) 2m ago 24m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (26m) 2m ago 26m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (26m) 2m ago 26m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:41:40.978 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (25m) 2m ago 25m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (25m) 2m ago 25m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 2m ago 18m - - 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (2m) 2m ago 18m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (24m) 2m ago 24m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (24m) 2m ago 24m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (24m) 2m ago 24m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (24m) 2m ago 24m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (23m) 2m ago 23m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (23m) 2m ago 23m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (23m) 2m ago 23m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (23m) 2m ago 23m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (2m) 2m ago 2m 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (15m) 2m ago 15m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:41:40.979 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (15m) 2m ago 15m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:41:41.358 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:41:41.359 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:41:41.689 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:41:42.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.339531+0000 mgr.x (mgr.25412) 113 : audit [DBG] from='client.25798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: cluster 2023-12-26T17:41:40.597962+0000 mgr.x (mgr.25412) 114 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:42.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.658869+0000 mgr.x (mgr.25412) 115 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.974506+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.974920+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.975286+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.975655+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.976051+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.976412+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.978531+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.978931+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.979306+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.979665+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:40.979997+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[108165]: audit 2023-12-26T17:41:41.365131+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.1:0/498172764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:41:42.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.339531+0000 mgr.x (mgr.25412) 113 : audit [DBG] from='client.25798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: cluster 2023-12-26T17:41:40.597962+0000 mgr.x (mgr.25412) 114 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.658869+0000 mgr.x (mgr.25412) 115 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.974506+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.974920+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.975286+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.975655+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.976051+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.976412+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.978531+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.978931+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.979306+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.979665+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:40.979997+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:41 smithi001 bash[111579]: audit 2023-12-26T17:41:41.365131+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.1:0/498172764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.339531+0000 mgr.x (mgr.25412) 113 : audit [DBG] from='client.25798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: cluster 2023-12-26T17:41:40.597962+0000 mgr.x (mgr.25412) 114 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.658869+0000 mgr.x (mgr.25412) 115 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.974506+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.974920+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.975286+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.975655+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.976051+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.976412+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.978531+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:41:42.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.978931+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.979306+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.979665+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:40.979997+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:41:42.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:41 smithi153 bash[108194]: audit 2023-12-26T17:41:41.365131+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.1:0/498172764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:41:42.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:41:42 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:41:42.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:42 smithi001 bash[111579]: audit 2023-12-26T17:41:40.972406+0000 mgr.x (mgr.25412) 116 : audit [DBG] from='client.25810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:42 smithi001 bash[111579]: audit 2023-12-26T17:41:41.695544+0000 mgr.x (mgr.25412) 117 : audit [DBG] from='client.25822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:42 smithi001 bash[108165]: audit 2023-12-26T17:41:40.972406+0000 mgr.x (mgr.25412) 116 : audit [DBG] from='client.25810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:42.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:42 smithi001 bash[108165]: audit 2023-12-26T17:41:41.695544+0000 mgr.x (mgr.25412) 117 : audit [DBG] from='client.25822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:43.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:42 smithi153 bash[108194]: audit 2023-12-26T17:41:40.972406+0000 mgr.x (mgr.25412) 116 : audit [DBG] from='client.25810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:43.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:42 smithi153 bash[108194]: audit 2023-12-26T17:41:41.695544+0000 mgr.x (mgr.25412) 117 : audit [DBG] from='client.25822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:41:44.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:43 smithi001 bash[111579]: cluster 2023-12-26T17:41:42.598852+0000 mgr.x (mgr.25412) 118 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:44.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:43 smithi001 bash[108165]: cluster 2023-12-26T17:41:42.598852+0000 mgr.x (mgr.25412) 118 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:44.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:43 smithi153 bash[108194]: cluster 2023-12-26T17:41:42.598852+0000 mgr.x (mgr.25412) 118 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:45.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:45 smithi001 bash[111579]: cluster 2023-12-26T17:41:44.599374+0000 mgr.x (mgr.25412) 119 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:45.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:45 smithi001 bash[108165]: cluster 2023-12-26T17:41:44.599374+0000 mgr.x (mgr.25412) 119 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:45.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:45 smithi153 bash[108194]: cluster 2023-12-26T17:41:44.599374+0000 mgr.x (mgr.25412) 119 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:48.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:47 smithi001 bash[111579]: cluster 2023-12-26T17:41:46.600108+0000 mgr.x (mgr.25412) 120 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:48.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:47 smithi001 bash[108165]: cluster 2023-12-26T17:41:46.600108+0000 mgr.x (mgr.25412) 120 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:48.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:47 smithi153 bash[108194]: cluster 2023-12-26T17:41:46.600108+0000 mgr.x (mgr.25412) 120 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:49.652 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:41:49 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:49] "GET /metrics HTTP/1.1" 200 152583 "" "Prometheus/2.33.4" 2023-12-26T17:41:50.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:49 smithi001 bash[111579]: cluster 2023-12-26T17:41:48.600636+0000 mgr.x (mgr.25412) 121 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:50.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:49 smithi001 bash[108165]: cluster 2023-12-26T17:41:48.600636+0000 mgr.x (mgr.25412) 121 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:50.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:49 smithi153 bash[108194]: cluster 2023-12-26T17:41:48.600636+0000 mgr.x (mgr.25412) 121 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:51 smithi001 bash[111579]: cluster 2023-12-26T17:41:50.601064+0000 mgr.x (mgr.25412) 122 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:51 smithi001 bash[108165]: cluster 2023-12-26T17:41:50.601064+0000 mgr.x (mgr.25412) 122 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:52.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:51 smithi153 bash[108194]: cluster 2023-12-26T17:41:50.601064+0000 mgr.x (mgr.25412) 122 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:52.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:41:52 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:41:54.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:53 smithi001 bash[111579]: cluster 2023-12-26T17:41:52.601797+0000 mgr.x (mgr.25412) 123 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:54.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:53 smithi001 bash[108165]: cluster 2023-12-26T17:41:52.601797+0000 mgr.x (mgr.25412) 123 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:54.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:53 smithi153 bash[108194]: cluster 2023-12-26T17:41:52.601797+0000 mgr.x (mgr.25412) 123 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:55.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:55 smithi001 bash[111579]: cluster 2023-12-26T17:41:54.602240+0000 mgr.x (mgr.25412) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:55.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:55 smithi001 bash[108165]: cluster 2023-12-26T17:41:54.602240+0000 mgr.x (mgr.25412) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:55.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:55 smithi153 bash[108194]: cluster 2023-12-26T17:41:54.602240+0000 mgr.x (mgr.25412) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:58.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:57 smithi001 bash[111579]: cluster 2023-12-26T17:41:56.603061+0000 mgr.x (mgr.25412) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:58.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:57 smithi001 bash[108165]: cluster 2023-12-26T17:41:56.603061+0000 mgr.x (mgr.25412) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:58.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:57 smithi153 bash[108194]: cluster 2023-12-26T17:41:56.603061+0000 mgr.x (mgr.25412) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:41:59.656 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:41:59 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:41:59] "GET /metrics HTTP/1.1" 200 152583 "" "Prometheus/2.33.4" 2023-12-26T17:42:00.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:41:59 smithi001 bash[111579]: cluster 2023-12-26T17:41:58.603537+0000 mgr.x (mgr.25412) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:00.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:41:59 smithi001 bash[108165]: cluster 2023-12-26T17:41:58.603537+0000 mgr.x (mgr.25412) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:00.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:41:59 smithi153 bash[108194]: cluster 2023-12-26T17:41:58.603537+0000 mgr.x (mgr.25412) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.576891+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:42:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.577121+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.577338+0000 mon.b (mon.2) 284 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-12-26T17:42:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.577441+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.577544+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.578150+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.578455+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[111579]: audit 2023-12-26T17:42:00.578768+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.576891+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.577121+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.577338+0000 mon.b (mon.2) 284 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.577441+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.577544+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.578150+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.578455+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-12-26T17:42:01.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:00 smithi001 bash[108165]: audit 2023-12-26T17:42:00.578768+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.576891+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:42:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.577121+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.577338+0000 mon.b (mon.2) 284 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-12-26T17:42:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.577441+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-26T17:42:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.577544+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.578150+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-26T17:42:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.578455+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2023-12-26T17:42:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:00 smithi153 bash[108194]: audit 2023-12-26T17:42:00.578768+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-26T17:42:02.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:01 smithi001 bash[111579]: cluster 2023-12-26T17:42:00.604101+0000 mgr.x (mgr.25412) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:02.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:01 smithi001 bash[108165]: cluster 2023-12-26T17:42:00.604101+0000 mgr.x (mgr.25412) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:02.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:01 smithi153 bash[108194]: cluster 2023-12-26T17:42:00.604101+0000 mgr.x (mgr.25412) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:02.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:02 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:42:04.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:03 smithi001 bash[108165]: cluster 2023-12-26T17:42:02.604820+0000 mgr.x (mgr.25412) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:04.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:03 smithi001 bash[111579]: cluster 2023-12-26T17:42:02.604820+0000 mgr.x (mgr.25412) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:04.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:03 smithi153 bash[108194]: cluster 2023-12-26T17:42:02.604820+0000 mgr.x (mgr.25412) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:05.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:05 smithi001 bash[108165]: cluster 2023-12-26T17:42:04.605332+0000 mgr.x (mgr.25412) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:05.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:05 smithi001 bash[111579]: cluster 2023-12-26T17:42:04.605332+0000 mgr.x (mgr.25412) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:05.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:05 smithi153 bash[108194]: cluster 2023-12-26T17:42:04.605332+0000 mgr.x (mgr.25412) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:08.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:07 smithi001 bash[111579]: cluster 2023-12-26T17:42:06.606056+0000 mgr.x (mgr.25412) 130 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:08.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:07 smithi001 bash[108165]: cluster 2023-12-26T17:42:06.606056+0000 mgr.x (mgr.25412) 130 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:08.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:07 smithi153 bash[108194]: cluster 2023-12-26T17:42:06.606056+0000 mgr.x (mgr.25412) 130 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:09.659 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:09 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:09] "GET /metrics HTTP/1.1" 200 152582 "" "Prometheus/2.33.4" 2023-12-26T17:42:10.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:09 smithi001 bash[111579]: cluster 2023-12-26T17:42:08.606565+0000 mgr.x (mgr.25412) 131 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:10.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:09 smithi001 bash[108165]: cluster 2023-12-26T17:42:08.606565+0000 mgr.x (mgr.25412) 131 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:10.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:09 smithi153 bash[108194]: cluster 2023-12-26T17:42:08.606565+0000 mgr.x (mgr.25412) 131 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:12.034 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:42:12.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:11 smithi001 bash[108165]: cluster 2023-12-26T17:42:10.606933+0000 mgr.x (mgr.25412) 132 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:12.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:11 smithi001 bash[111579]: cluster 2023-12-26T17:42:10.606933+0000 mgr.x (mgr.25412) 132 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:12.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:11 smithi153 bash[108194]: cluster 2023-12-26T17:42:10.606933+0000 mgr.x (mgr.25412) 132 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:12.669 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:42:12.669 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:42:12.669 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (15m) 2m ago 15m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (8m) 2m ago 25m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (27m) 3m ago 27m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (27m) 3m ago 27m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (25m) 2m ago 25m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (25m) 3m ago 25m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 3m ago 18m - - 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (3m) 2m ago 18m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (25m) 3m ago 25m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:42:12.670 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (24m) 3m ago 25m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:42:12.671 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (24m) 3m ago 24m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:42:12.671 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (24m) 3m ago 24m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:42:12.671 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (24m) 2m ago 24m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:42:12.671 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (23m) 2m ago 24m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:42:12.671 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (23m) 2m ago 23m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:42:12.671 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (23m) 2m ago 23m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:42:12.672 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (3m) 2m ago 3m 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:42:12.672 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (15m) 3m ago 15m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:42:12.672 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (15m) 2m ago 15m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:42:12.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.661099+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.661627+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.662003+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.662391+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.662792+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.663169+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.665259+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.665609+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.666047+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.666430+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[111579]: audit 2023-12-26T17:42:12.666779+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.661099+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.661627+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:12.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.662003+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.662391+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.662792+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.663169+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.665259+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.665609+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.666047+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.666430+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:12.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:12 smithi001 bash[108165]: audit 2023-12-26T17:42:12.666779+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.053 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:42:13.053 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:42:13.053 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:42:13.053 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:42:13.054 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:42:13.055 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:42:13.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.661099+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:13.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.661627+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.662003+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.662391+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.662792+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.663169+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.665259+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.665609+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.666047+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.666430+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:12 smithi153 bash[108194]: audit 2023-12-26T17:42:12.666779+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:42:13.371 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:42:13.372 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:42:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[111579]: audit 2023-12-26T17:42:12.029663+0000 mgr.x (mgr.25412) 133 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[111579]: audit 2023-12-26T17:42:12.347674+0000 mgr.x (mgr.25412) 134 : audit [DBG] from='client.25834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[111579]: cluster 2023-12-26T17:42:12.607655+0000 mgr.x (mgr.25412) 135 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[111579]: audit 2023-12-26T17:42:12.658872+0000 mgr.x (mgr.25412) 136 : audit [DBG] from='client.25840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[111579]: audit 2023-12-26T17:42:13.060467+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.1:0/2836032941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:42:14.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[108165]: audit 2023-12-26T17:42:12.029663+0000 mgr.x (mgr.25412) 133 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[108165]: audit 2023-12-26T17:42:12.347674+0000 mgr.x (mgr.25412) 134 : audit [DBG] from='client.25834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[108165]: cluster 2023-12-26T17:42:12.607655+0000 mgr.x (mgr.25412) 135 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:14.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[108165]: audit 2023-12-26T17:42:12.658872+0000 mgr.x (mgr.25412) 136 : audit [DBG] from='client.25840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:13 smithi001 bash[108165]: audit 2023-12-26T17:42:13.060467+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.1:0/2836032941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:42:14.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:13 smithi153 bash[108194]: audit 2023-12-26T17:42:12.029663+0000 mgr.x (mgr.25412) 133 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:13 smithi153 bash[108194]: audit 2023-12-26T17:42:12.347674+0000 mgr.x (mgr.25412) 134 : audit [DBG] from='client.25834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:13 smithi153 bash[108194]: cluster 2023-12-26T17:42:12.607655+0000 mgr.x (mgr.25412) 135 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:13 smithi153 bash[108194]: audit 2023-12-26T17:42:12.658872+0000 mgr.x (mgr.25412) 136 : audit [DBG] from='client.25840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:13 smithi153 bash[108194]: audit 2023-12-26T17:42:13.060467+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.1:0/2836032941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:42:15.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:14 smithi001 bash[108165]: audit 2023-12-26T17:42:13.377926+0000 mgr.x (mgr.25412) 137 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:15.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:14 smithi001 bash[111579]: audit 2023-12-26T17:42:13.377926+0000 mgr.x (mgr.25412) 137 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:15.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:14 smithi153 bash[108194]: audit 2023-12-26T17:42:13.377926+0000 mgr.x (mgr.25412) 137 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:16.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:15 smithi001 bash[108165]: cluster 2023-12-26T17:42:14.608193+0000 mgr.x (mgr.25412) 138 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:16.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:15 smithi001 bash[111579]: cluster 2023-12-26T17:42:14.608193+0000 mgr.x (mgr.25412) 138 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:16.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:15 smithi153 bash[108194]: cluster 2023-12-26T17:42:14.608193+0000 mgr.x (mgr.25412) 138 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:18.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:17 smithi001 bash[108165]: cluster 2023-12-26T17:42:16.608892+0000 mgr.x (mgr.25412) 139 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:18.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:17 smithi001 bash[111579]: cluster 2023-12-26T17:42:16.608892+0000 mgr.x (mgr.25412) 139 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:18.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:17 smithi153 bash[108194]: cluster 2023-12-26T17:42:16.608892+0000 mgr.x (mgr.25412) 139 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:19.682 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:19 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:19] "GET /metrics HTTP/1.1" 200 152585 "" "Prometheus/2.33.4" 2023-12-26T17:42:20.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:19 smithi001 bash[108165]: cluster 2023-12-26T17:42:18.609417+0000 mgr.x (mgr.25412) 140 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:20.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:19 smithi001 bash[111579]: cluster 2023-12-26T17:42:18.609417+0000 mgr.x (mgr.25412) 140 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:20.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:19 smithi153 bash[108194]: cluster 2023-12-26T17:42:18.609417+0000 mgr.x (mgr.25412) 140 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:22.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:21 smithi001 bash[108165]: cluster 2023-12-26T17:42:20.609978+0000 mgr.x (mgr.25412) 141 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:22.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:21 smithi001 bash[111579]: cluster 2023-12-26T17:42:20.609978+0000 mgr.x (mgr.25412) 141 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:22.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:21 smithi153 bash[108194]: cluster 2023-12-26T17:42:20.609978+0000 mgr.x (mgr.25412) 141 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:22.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:22 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:42:24.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:23 smithi001 bash[108165]: cluster 2023-12-26T17:42:22.610799+0000 mgr.x (mgr.25412) 142 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:24.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:23 smithi001 bash[111579]: cluster 2023-12-26T17:42:22.610799+0000 mgr.x (mgr.25412) 142 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:24.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:23 smithi153 bash[108194]: cluster 2023-12-26T17:42:22.610799+0000 mgr.x (mgr.25412) 142 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:25.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:25 smithi001 bash[108165]: cluster 2023-12-26T17:42:24.611391+0000 mgr.x (mgr.25412) 143 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:25.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:25 smithi001 bash[111579]: cluster 2023-12-26T17:42:24.611391+0000 mgr.x (mgr.25412) 143 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:25.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:25 smithi153 bash[108194]: cluster 2023-12-26T17:42:24.611391+0000 mgr.x (mgr.25412) 143 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:28.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:27 smithi001 bash[108165]: cluster 2023-12-26T17:42:26.612028+0000 mgr.x (mgr.25412) 144 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:28.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:27 smithi001 bash[111579]: cluster 2023-12-26T17:42:26.612028+0000 mgr.x (mgr.25412) 144 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:28.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:27 smithi153 bash[108194]: cluster 2023-12-26T17:42:26.612028+0000 mgr.x (mgr.25412) 144 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:29.665 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:29 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:29] "GET /metrics HTTP/1.1" 200 152585 "" "Prometheus/2.33.4" 2023-12-26T17:42:30.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:29 smithi001 bash[108165]: cluster 2023-12-26T17:42:28.612642+0000 mgr.x (mgr.25412) 145 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:30.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:29 smithi001 bash[111579]: cluster 2023-12-26T17:42:28.612642+0000 mgr.x (mgr.25412) 145 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:30.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:29 smithi153 bash[108194]: cluster 2023-12-26T17:42:28.612642+0000 mgr.x (mgr.25412) 145 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:32.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:31 smithi001 bash[111579]: cluster 2023-12-26T17:42:30.613107+0000 mgr.x (mgr.25412) 146 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:32.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:31 smithi001 bash[108165]: cluster 2023-12-26T17:42:30.613107+0000 mgr.x (mgr.25412) 146 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:32.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:31 smithi153 bash[108194]: cluster 2023-12-26T17:42:30.613107+0000 mgr.x (mgr.25412) 146 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:32.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:32 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:42:34.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:33 smithi001 bash[108165]: cluster 2023-12-26T17:42:32.613874+0000 mgr.x (mgr.25412) 147 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:34.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:33 smithi001 bash[111579]: cluster 2023-12-26T17:42:32.613874+0000 mgr.x (mgr.25412) 147 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:34.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:33 smithi153 bash[108194]: cluster 2023-12-26T17:42:32.613874+0000 mgr.x (mgr.25412) 147 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:35.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:35 smithi001 bash[111579]: cluster 2023-12-26T17:42:34.614353+0000 mgr.x (mgr.25412) 148 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:35.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:35 smithi001 bash[108165]: cluster 2023-12-26T17:42:34.614353+0000 mgr.x (mgr.25412) 148 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:35.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:35 smithi153 bash[108194]: cluster 2023-12-26T17:42:34.614353+0000 mgr.x (mgr.25412) 148 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:38.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:37 smithi001 bash[111579]: cluster 2023-12-26T17:42:36.615054+0000 mgr.x (mgr.25412) 149 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:38.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:37 smithi001 bash[108165]: cluster 2023-12-26T17:42:36.615054+0000 mgr.x (mgr.25412) 149 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:38.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:37 smithi153 bash[108194]: cluster 2023-12-26T17:42:36.615054+0000 mgr.x (mgr.25412) 149 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:39.667 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:39 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:39] "GET /metrics HTTP/1.1" 200 152580 "" "Prometheus/2.33.4" 2023-12-26T17:42:40.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:39 smithi001 bash[108165]: cluster 2023-12-26T17:42:38.615531+0000 mgr.x (mgr.25412) 150 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:40.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:39 smithi001 bash[111579]: cluster 2023-12-26T17:42:38.615531+0000 mgr.x (mgr.25412) 150 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:40.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:39 smithi153 bash[108194]: cluster 2023-12-26T17:42:38.615531+0000 mgr.x (mgr.25412) 150 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:42.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:41 smithi001 bash[111579]: cluster 2023-12-26T17:42:40.616115+0000 mgr.x (mgr.25412) 151 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:42.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:41 smithi001 bash[108165]: cluster 2023-12-26T17:42:40.616115+0000 mgr.x (mgr.25412) 151 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:42.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:41 smithi153 bash[108194]: cluster 2023-12-26T17:42:40.616115+0000 mgr.x (mgr.25412) 151 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:42.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:42 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:42:43.715 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:42:44.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:43 smithi001 bash[108165]: cluster 2023-12-26T17:42:42.617023+0000 mgr.x (mgr.25412) 152 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:44.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:43 smithi001 bash[111579]: cluster 2023-12-26T17:42:42.617023+0000 mgr.x (mgr.25412) 152 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:44.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:43 smithi153 bash[108194]: cluster 2023-12-26T17:42:42.617023+0000 mgr.x (mgr.25412) 152 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 starting - - - - 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (16m) 3m ago 16m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (9m) 3m ago 26m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 running (27m) 3m ago 27m 328M - 15.2.0 204a01f9b0b6 d36d82dffb35 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (27m) 3m ago 27m 374M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (26m) 3m ago 26m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (26m) 3m ago 26m 320M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:42:44.349 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running 3m ago 19m - - 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (3m) 3m ago 19m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (25m) 3m ago 25m 119M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (25m) 3m ago 25m 127M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (25m) 3m ago 25m 93.1M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (25m) 3m ago 25m 129M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (24m) 3m ago 24m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (24m) 3m ago 24m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (24m) 3m ago 24m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (24m) 3m ago 24m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (3m) 3m ago 3m 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (16m) 3m ago 16m 54.3M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:42:44.350 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (16m) 3m ago 16m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:42:44.735 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:42:44.735 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:42:44.735 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:42:44.735 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:42:44.736 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:42:44.737 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [], 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "", 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:42:45.055 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:42:45.056 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.344338+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.344788+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.345133+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.345493+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.345830+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.346167+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.348276+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.348660+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.348997+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.349330+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[108165]: audit 2023-12-26T17:42:44.349660+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.344338+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.344788+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.345133+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.345493+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.345830+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.346167+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.348276+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.348660+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.348997+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.349330+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:44 smithi001 bash[111579]: audit 2023-12-26T17:42:44.349660+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.344338+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.344788+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.345133+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.345493+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.345830+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.346167+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.348276+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.348660+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.348997+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.349330+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:45.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:44 smithi153 bash[108194]: audit 2023-12-26T17:42:44.349660+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[111579]: audit 2023-12-26T17:42:43.711339+0000 mgr.x (mgr.25412) 153 : audit [DBG] from='client.25858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[111579]: audit 2023-12-26T17:42:44.029682+0000 mgr.x (mgr.25412) 154 : audit [DBG] from='client.25864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[111579]: audit 2023-12-26T17:42:44.342195+0000 mgr.x (mgr.25412) 155 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[111579]: cluster 2023-12-26T17:42:44.617609+0000 mgr.x (mgr.25412) 156 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[111579]: audit 2023-12-26T17:42:44.742716+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.1:0/1224772750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[108165]: audit 2023-12-26T17:42:43.711339+0000 mgr.x (mgr.25412) 153 : audit [DBG] from='client.25858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[108165]: audit 2023-12-26T17:42:44.029682+0000 mgr.x (mgr.25412) 154 : audit [DBG] from='client.25864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[108165]: audit 2023-12-26T17:42:44.342195+0000 mgr.x (mgr.25412) 155 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[108165]: cluster 2023-12-26T17:42:44.617609+0000 mgr.x (mgr.25412) 156 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:46.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:45 smithi001 bash[108165]: audit 2023-12-26T17:42:44.742716+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.1:0/1224772750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:42:46.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:45 smithi153 bash[108194]: audit 2023-12-26T17:42:43.711339+0000 mgr.x (mgr.25412) 153 : audit [DBG] from='client.25858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:45 smithi153 bash[108194]: audit 2023-12-26T17:42:44.029682+0000 mgr.x (mgr.25412) 154 : audit [DBG] from='client.25864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:45 smithi153 bash[108194]: audit 2023-12-26T17:42:44.342195+0000 mgr.x (mgr.25412) 155 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:46.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:45 smithi153 bash[108194]: cluster 2023-12-26T17:42:44.617609+0000 mgr.x (mgr.25412) 156 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:46.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:45 smithi153 bash[108194]: audit 2023-12-26T17:42:44.742716+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.1:0/1224772750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:42:47.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:46 smithi001 bash[111579]: audit 2023-12-26T17:42:45.061801+0000 mgr.x (mgr.25412) 157 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:47.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:46 smithi001 bash[108165]: audit 2023-12-26T17:42:45.061801+0000 mgr.x (mgr.25412) 157 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:47.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:46 smithi153 bash[108194]: audit 2023-12-26T17:42:45.061801+0000 mgr.x (mgr.25412) 157 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:42:48.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:47 smithi001 bash[111579]: cluster 2023-12-26T17:42:46.618338+0000 mgr.x (mgr.25412) 158 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:48.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:47 smithi001 bash[108165]: cluster 2023-12-26T17:42:46.618338+0000 mgr.x (mgr.25412) 158 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:48.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:47 smithi153 bash[108194]: cluster 2023-12-26T17:42:46.618338+0000 mgr.x (mgr.25412) 158 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:49.690 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:49 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:49] "GET /metrics HTTP/1.1" 200 152585 "" "Prometheus/2.33.4" 2023-12-26T17:42:50.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:49 smithi001 bash[111579]: cluster 2023-12-26T17:42:48.618757+0000 mgr.x (mgr.25412) 159 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:50.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:49 smithi001 bash[108165]: cluster 2023-12-26T17:42:48.618757+0000 mgr.x (mgr.25412) 159 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:50.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:49 smithi153 bash[108194]: cluster 2023-12-26T17:42:48.618757+0000 mgr.x (mgr.25412) 159 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:51.367 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:42:51 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: start operation timed out. Terminating. 2023-12-26T17:42:51.367 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:42:51 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'timeout'. 2023-12-26T17:42:51.367 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:42:51 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:42:51.367 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: debug 2023-12-26T17:42:51.123+0000 7f2b501c4700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:51.367 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: Traceback (most recent call last): 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: main() 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: r = ctx.func(ctx) 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: return func(ctx) 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: ports=daemon_ports) 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:51.368 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: Traceback (most recent call last): 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: yield (conn, connr) 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: code, '\n'.join(err))) 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: Traceback (most recent call last): 2023-12-26T17:42:51.369 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: main() 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: r = ctx.func(ctx) 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: return func(ctx) 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: ports=daemon_ports) 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STOPPING 2023-12-26T17:42:51.370 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STOPPED 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STARTING 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Serving on http://:::9283 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STARTED 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STOPPING 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STOPPED 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STARTING 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Serving on http://:::9283 2023-12-26T17:42:51.371 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[120597]: [26/Dec/2023:17:42:51] ENGINE Bus STARTED 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: cluster 2023-12-26T17:42:50.619240+0000 mgr.x (mgr.25412) 160 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.127648+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.128871+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.129410+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.129776+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.133787+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.139688+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.143016+0000 mon.b (mon.2) 312 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.143777+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.144434+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-26T17:42:52.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[111579]: audit 2023-12-26T17:42:51.147999+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: cluster 2023-12-26T17:42:50.619240+0000 mgr.x (mgr.25412) 160 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.127648+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.128871+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.129410+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.129776+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.133787+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.139688+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.143016+0000 mon.b (mon.2) 312 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.143777+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.144434+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-26T17:42:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:51 smithi001 bash[108165]: audit 2023-12-26T17:42:51.147999+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-26T17:42:52.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: cluster 2023-12-26T17:42:50.619240+0000 mgr.x (mgr.25412) 160 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.127648+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.128871+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.129410+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.129776+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.133787+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi001.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.139688+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.143016+0000 mon.b (mon.2) 312 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.143777+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.144434+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-26T17:42:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:51 smithi153 bash[108194]: audit 2023-12-26T17:42:51.147999+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-26T17:42:52.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:42:52.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: cephadm 2023-12-26T17:42:51.124313+0000 mgr.x (mgr.25412) 161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: main() 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:42:52.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: yield (conn, connr) 2023-12-26T17:42:52.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: cephadm 2023-12-26T17:42:51.124313+0000 mgr.x (mgr.25412) 161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:52.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: main() 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:42:52.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: yield (conn, connr) 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:52.821 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: main() 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:52.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: audit 2023-12-26T17:42:51.128078+0000 mgr.x (mgr.25412) 162 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: audit 2023-12-26T17:42:51.129147+0000 mgr.x (mgr.25412) 163 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: audit 2023-12-26T17:42:51.140188+0000 mgr.x (mgr.25412) 164 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T17:42:52.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: audit 2023-12-26T17:42:51.143401+0000 mgr.x (mgr.25412) 165 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[111579]: cephadm 2023-12-26T17:42:51.150482+0000 mgr.x (mgr.25412) 166 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: main() 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:52.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: audit 2023-12-26T17:42:51.128078+0000 mgr.x (mgr.25412) 162 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: audit 2023-12-26T17:42:51.129147+0000 mgr.x (mgr.25412) 163 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T17:42:52.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: audit 2023-12-26T17:42:51.140188+0000 mgr.x (mgr.25412) 164 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T17:42:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: audit 2023-12-26T17:42:51.143401+0000 mgr.x (mgr.25412) 165 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T17:42:52.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:52 smithi001 bash[108165]: cephadm 2023-12-26T17:42:51.150482+0000 mgr.x (mgr.25412) 166 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:42:53.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: cephadm 2023-12-26T17:42:51.124313+0000 mgr.x (mgr.25412) 161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: main() 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:42:53.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: yield (conn, connr) 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon grafana.a ... 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:53.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: main() 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because a timeout was exceeded. 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:42:53.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: audit 2023-12-26T17:42:51.128078+0000 mgr.x (mgr.25412) 162 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T17:42:53.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: audit 2023-12-26T17:42:51.129147+0000 mgr.x (mgr.25412) 163 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T17:42:53.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: audit 2023-12-26T17:42:51.140188+0000 mgr.x (mgr.25412) 164 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T17:42:53.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: audit 2023-12-26T17:42:51.143401+0000 mgr.x (mgr.25412) 165 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T17:42:53.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:52 smithi153 bash[108194]: cephadm 2023-12-26T17:42:51.150482+0000 mgr.x (mgr.25412) 166 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:42:53.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: cluster 2023-12-26T17:42:52.619960+0000 mgr.x (mgr.25412) 167 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.174243+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.174843+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.177656+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.179703+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.180674+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.180955+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[108165]: audit 2023-12-26T17:42:53.184041+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-26T17:42:53.743 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: cluster 2023-12-26T17:42:52.619960+0000 mgr.x (mgr.25412) 167 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.174243+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.174843+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.177656+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.179703+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.180674+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.180955+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:42:53.744 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:53 smithi001 bash[111579]: audit 2023-12-26T17:42:53.184041+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-26T17:42:54.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: cluster 2023-12-26T17:42:52.619960+0000 mgr.x (mgr.25412) 167 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.174243+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.174843+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.177656+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"d4ef677c-ad9e-4a2d-bd5f-4cc2898cb738\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.179703+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.180674+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.180955+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:42:54.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:53 smithi153 bash[108194]: audit 2023-12-26T17:42:53.184041+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-26T17:42:55.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: cephadm 2023-12-26T17:42:53.178678+0000 mgr.x (mgr.25412) 168 : cephadm [INF] Upgrade: Target is version 16.2.14-413-g639f0137 (pacific) 2023-12-26T17:42:55.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: cephadm 2023-12-26T17:42:53.178765+0000 mgr.x (mgr.25412) 169 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3'] 2023-12-26T17:42:55.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: cephadm 2023-12-26T17:42:53.185223+0000 mgr.x (mgr.25412) 170 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:42:55.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: cephadm 2023-12-26T17:42:53.185746+0000 mgr.x (mgr.25412) 171 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.125921+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.126346+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.130219+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]': finished 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.133602+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.133910+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.134717+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.135559+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[111579]: audit 2023-12-26T17:42:54.136770+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: cephadm 2023-12-26T17:42:53.178678+0000 mgr.x (mgr.25412) 168 : cephadm [INF] Upgrade: Target is version 16.2.14-413-g639f0137 (pacific) 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: cephadm 2023-12-26T17:42:53.178765+0000 mgr.x (mgr.25412) 169 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3'] 2023-12-26T17:42:55.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: cephadm 2023-12-26T17:42:53.185223+0000 mgr.x (mgr.25412) 170 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: cephadm 2023-12-26T17:42:53.185746+0000 mgr.x (mgr.25412) 171 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.125921+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.126346+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.130219+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]': finished 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.133602+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.133910+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.134717+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.135559+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:42:55.068 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:54 smithi001 bash[108165]: audit 2023-12-26T17:42:54.136770+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-26T17:42:55.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: cephadm 2023-12-26T17:42:53.178678+0000 mgr.x (mgr.25412) 168 : cephadm [INF] Upgrade: Target is version 16.2.14-413-g639f0137 (pacific) 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: cephadm 2023-12-26T17:42:53.178765+0000 mgr.x (mgr.25412) 169 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3'] 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: cephadm 2023-12-26T17:42:53.185223+0000 mgr.x (mgr.25412) 170 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: cephadm 2023-12-26T17:42:53.185746+0000 mgr.x (mgr.25412) 171 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.125921+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.126346+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.130219+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]': finished 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.133602+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.133910+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:42:55.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.134717+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:42:55.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.135559+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:42:55.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:54 smithi153 bash[108194]: audit 2023-12-26T17:42:54.136770+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-26T17:42:55.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:42:55 smithi001 systemd[1]: Stopping Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:42:56.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:55 smithi001 bash[111579]: cephadm 2023-12-26T17:42:54.125473+0000 mgr.x (mgr.25412) 172 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-26T17:42:56.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:55 smithi001 bash[111579]: cephadm 2023-12-26T17:42:54.136290+0000 mgr.x (mgr.25412) 173 : cephadm [INF] Deploying daemon mgr.y on smithi001 2023-12-26T17:42:56.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:55 smithi001 bash[111579]: cluster 2023-12-26T17:42:54.620590+0000 mgr.x (mgr.25412) 174 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:56.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:55 smithi001 bash[108165]: cephadm 2023-12-26T17:42:54.125473+0000 mgr.x (mgr.25412) 172 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-26T17:42:56.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:55 smithi001 bash[108165]: cephadm 2023-12-26T17:42:54.136290+0000 mgr.x (mgr.25412) 173 : cephadm [INF] Deploying daemon mgr.y on smithi001 2023-12-26T17:42:56.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:55 smithi001 bash[108165]: cluster 2023-12-26T17:42:54.620590+0000 mgr.x (mgr.25412) 174 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:56.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:55 smithi153 bash[108194]: cephadm 2023-12-26T17:42:54.125473+0000 mgr.x (mgr.25412) 172 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-26T17:42:56.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:55 smithi153 bash[108194]: cephadm 2023-12-26T17:42:54.136290+0000 mgr.x (mgr.25412) 173 : cephadm [INF] Deploying daemon mgr.y on smithi001 2023-12-26T17:42:56.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:55 smithi153 bash[108194]: cluster 2023-12-26T17:42:54.620590+0000 mgr.x (mgr.25412) 174 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:57.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:56 smithi001 bash[111579]: cluster 2023-12-26T17:42:56.621275+0000 mgr.x (mgr.25412) 175 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:57.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:56 smithi001 bash[108165]: cluster 2023-12-26T17:42:56.621275+0000 mgr.x (mgr.25412) 175 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:57.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:56 smithi153 bash[108194]: cluster 2023-12-26T17:42:56.621275+0000 mgr.x (mgr.25412) 175 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:42:59.670 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:42:59 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:42:59] "GET /metrics HTTP/1.1" 200 152585 "" "Prometheus/2.33.4" 2023-12-26T17:43:00.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:42:59 smithi001 bash[111579]: cluster 2023-12-26T17:42:58.621843+0000 mgr.x (mgr.25412) 176 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:00.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:42:59 smithi001 bash[108165]: cluster 2023-12-26T17:42:58.621843+0000 mgr.x (mgr.25412) 176 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:00.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:42:59 smithi153 bash[108194]: cluster 2023-12-26T17:42:58.621843+0000 mgr.x (mgr.25412) 176 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.580850+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.581093+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.581285+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.581447+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.581523+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.582043+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.582246+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[108165]: audit 2023-12-26T17:43:00.582444+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.580850+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.581093+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.581285+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.581447+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.581523+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.582043+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.582246+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:00 smithi001 bash[111579]: audit 2023-12-26T17:43:00.582444+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.580850+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-26T17:43:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.581093+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-26T17:43:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.581285+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.581447+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.581523+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-26T17:43:01.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.582043+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-26T17:43:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.582246+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:00 smithi153 bash[108194]: audit 2023-12-26T17:43:00.582444+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-26T17:43:01.678 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:43:01.678 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:43:01.678 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:01.679 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 bash[124452]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:01.680 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:01 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:02.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:01 smithi001 bash[111579]: cluster 2023-12-26T17:43:00.622428+0000 mgr.x (mgr.25412) 177 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:02.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:01 smithi001 bash[108165]: cluster 2023-12-26T17:43:00.622428+0000 mgr.x (mgr.25412) 177 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:02.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:01 smithi153 bash[108194]: cluster 2023-12-26T17:43:00.622428+0000 mgr.x (mgr.25412) 177 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:02.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:02 smithi001 bash[108401]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:43:04.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:03 smithi001 bash[108165]: cluster 2023-12-26T17:43:02.623150+0000 mgr.x (mgr.25412) 178 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:04.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:03 smithi001 bash[111579]: cluster 2023-12-26T17:43:02.623150+0000 mgr.x (mgr.25412) 178 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:04.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:03 smithi153 bash[108194]: cluster 2023-12-26T17:43:02.623150+0000 mgr.x (mgr.25412) 178 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:05.385 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:05 smithi001 bash[137631]: time="2023-12-26T17:43:05Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2023-12-26T17:43:05.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:05 smithi001 bash[111579]: cluster 2023-12-26T17:43:04.623663+0000 mgr.x (mgr.25412) 179 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:05.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:05 smithi001 bash[108165]: cluster 2023-12-26T17:43:04.623663+0000 mgr.x (mgr.25412) 179 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:05.725 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:05 smithi001 bash[137631]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.y 2023-12-26T17:43:05.725 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:05 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2023-12-26T17:43:05.725 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:05 smithi001 bash[137689]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-26T17:43:05.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:05 smithi153 bash[108194]: cluster 2023-12-26T17:43:04.623663+0000 mgr.x (mgr.25412) 179 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:06.316 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:05 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-26T17:43:06.316 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:05 smithi001 systemd[1]: Stopped Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:06.316 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:06 smithi001 systemd[1]: Starting Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:06.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:06.443+0000 7ff5f5dac700 1 -- 172.21.15.1:0/3545959947 <== mon.0 v2:172.21.15.1:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5581894b84e0 con 0x55818948cc00 2023-12-26T17:43:06.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[137828]: 8715954880a758ab8bcaddac118d766d086b24dfedcca6e7ef772c9d21a0cf73 2023-12-26T17:43:06.816 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:06 smithi001 systemd[1]: Started Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:06.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:06.584+0000 7ff606393680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:43:06.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:06.673+0000 7ff606393680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:43:06.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[108165]: audit 2023-12-26T17:43:06.516446+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:06.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[111579]: audit 2023-12-26T17:43:06.516446+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:06.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[111579]: audit 2023-12-26T17:43:06.517125+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[108165]: audit 2023-12-26T17:43:06.517125+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:06.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[108165]: audit 2023-12-26T17:43:06.521311+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:43:06.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[108165]: audit 2023-12-26T17:43:06.522384+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:06.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[108165]: audit 2023-12-26T17:43:06.524117+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:06.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[111579]: audit 2023-12-26T17:43:06.521311+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:43:06.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[111579]: audit 2023-12-26T17:43:06.522384+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:06.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:06 smithi001 bash[111579]: audit 2023-12-26T17:43:06.524117+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:06.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:06 smithi153 bash[108194]: audit 2023-12-26T17:43:06.516446+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:06 smithi153 bash[108194]: audit 2023-12-26T17:43:06.517125+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:06 smithi153 bash[108194]: audit 2023-12-26T17:43:06.521311+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 392167424, \"cpu_percentage\": \"1.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574682Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 335754035, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574903Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 125095116, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.574966Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 133588582, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575026Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97643397, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575086Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 136000307, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575146Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575206Z\", \"created\": \"2023-12-26T17:23:36.159405Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57011077, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:39:03.575271Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"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\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:43:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:06 smithi153 bash[108194]: audit 2023-12-26T17:43:06.522384+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:06.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:06 smithi153 bash[108194]: audit 2023-12-26T17:43:06.524117+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:07.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:07.094+0000 7ff606393680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:43:07.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:07 smithi153 bash[108194]: cluster 2023-12-26T17:43:06.624309+0000 mgr.x (mgr.25412) 180 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:07.957 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:07 smithi001 bash[111579]: cluster 2023-12-26T17:43:06.624309+0000 mgr.x (mgr.25412) 180 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:07.957 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:07 smithi001 bash[108165]: cluster 2023-12-26T17:43:06.624309+0000 mgr.x (mgr.25412) 180 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:08.299 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:07.958+0000 7ff606393680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:43:08.299 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:08.054+0000 7ff606393680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:43:08.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:08.305+0000 7ff606393680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:43:09.674 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:09 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:09] "GET /metrics HTTP/1.1" 200 152575 "" "Prometheus/2.33.4" 2023-12-26T17:43:09.675 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:09.376+0000 7ff606393680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:43:09.675 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:09.518+0000 7ff606393680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:09.675 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:09.605+0000 7ff606393680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:09.676 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[111579]: cluster 2023-12-26T17:43:08.624830+0000 mgr.x (mgr.25412) 181 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:09.676 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[111579]: audit 2023-12-26T17:43:09.488880+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:09.677 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[111579]: audit 2023-12-26T17:43:09.489565+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:09.677 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[111579]: audit 2023-12-26T17:43:09.492886+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:43:09.678 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[108165]: cluster 2023-12-26T17:43:08.624830+0000 mgr.x (mgr.25412) 181 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:09.678 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[108165]: audit 2023-12-26T17:43:09.488880+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:09.678 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[108165]: audit 2023-12-26T17:43:09.489565+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:09.678 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:09 smithi001 bash[108165]: audit 2023-12-26T17:43:09.492886+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:43:10.066 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:09.706+0000 7ff606393680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:43:10.066 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:09.914+0000 7ff606393680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:43:10.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:09 smithi153 bash[108194]: cluster 2023-12-26T17:43:08.624830+0000 mgr.x (mgr.25412) 181 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:09 smithi153 bash[108194]: audit 2023-12-26T17:43:09.488880+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:09 smithi153 bash[108194]: audit 2023-12-26T17:43:09.489565+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-26T17:43:10.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:09 smithi153 bash[108194]: audit 2023-12-26T17:43:09.492886+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 484232396, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486521Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42089840, \"cpu_percentage\": \"109.48%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:09.486705Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 409678643, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486797Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 137573171, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486878Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 147429785, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.486956Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 105801318, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487032Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 150260940, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487108Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487184Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57965281, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:09.487276Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17207132, \"cpu_percentage\": \"0.11%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:09.487355Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:09.487500Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}}"}]': finished 2023-12-26T17:43:10.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:10 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:10.210+0000 7ff606393680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:43:10.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:10 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:10.313+0000 7ff606393680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:10.922 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:10 smithi153 bash[108194]: audit 2023-12-26T17:43:09.803859+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:10.922 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:10 smithi153 bash[108194]: audit 2023-12-26T17:43:09.804251+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:10.922 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:10 smithi153 bash[108194]: audit 2023-12-26T17:43:09.807197+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:11.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:10 smithi001 bash[108165]: audit 2023-12-26T17:43:09.803859+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:11.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:10 smithi001 bash[108165]: audit 2023-12-26T17:43:09.804251+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:11.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:10 smithi001 bash[108165]: audit 2023-12-26T17:43:09.807197+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:11.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:10 smithi001 bash[111579]: audit 2023-12-26T17:43:09.803859+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:11.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:10 smithi001 bash[111579]: audit 2023-12-26T17:43:09.804251+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:11.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:10 smithi001 bash[111579]: audit 2023-12-26T17:43:09.807197+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:11.451 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:11.085+0000 7ff606393680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:43:11.451 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:11.173+0000 7ff606393680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:43:11.451 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:11.270+0000 7ff606393680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:11.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:11.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[124683]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:11.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:11.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:11.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:11 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:11.577 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: debug 2023-12-26T17:43:11.444+0000 7f2b501c4700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:11.577 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:11.577 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Reconfig daemon grafana.a ... 2023-12-26T17:43:11.577 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Traceback (most recent call last): 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: main() 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: r = ctx.func(ctx) 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: return func(ctx) 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: ports=daemon_ports) 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:11.578 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Traceback (most recent call last): 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: yield (conn, connr) 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: code, '\n'.join(err))) 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Reconfig daemon grafana.a ... 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: Traceback (most recent call last): 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:11.579 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: main() 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: r = ctx.func(ctx) 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: return func(ctx) 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: ports=daemon_ports) 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:11.580 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:11.722 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:11.458+0000 7ff606393680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: cephadm 2023-12-26T17:43:09.812759+0000 mgr.x (mgr.25412) 182 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: cephadm 2023-12-26T17:43:09.819117+0000 mgr.x (mgr.25412) 183 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: cluster 2023-12-26T17:43:10.625247+0000 mgr.x (mgr.25412) 184 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.446661+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.447597+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.447920+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.450854+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.451103+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: cluster 2023-12-26T17:43:11.455261+0000 mon.a (mon.0) 910 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.455797+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:43:11.723 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.456376+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.457076+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[108165]: audit 2023-12-26T17:43:11.457293+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: cephadm 2023-12-26T17:43:09.812759+0000 mgr.x (mgr.25412) 182 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: cephadm 2023-12-26T17:43:09.819117+0000 mgr.x (mgr.25412) 183 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: cluster 2023-12-26T17:43:10.625247+0000 mgr.x (mgr.25412) 184 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.446661+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.447597+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.447920+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.450854+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.451103+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: cluster 2023-12-26T17:43:11.455261+0000 mon.a (mon.0) 910 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-26T17:43:11.724 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.455797+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:43:11.725 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.456376+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:43:11.725 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.457076+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:43:11.725 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:11 smithi001 bash[111579]: audit 2023-12-26T17:43:11.457293+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:43:11.960 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: debug 2023-12-26T17:43:11.809+0000 7f2bb7506700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-26T17:43:11.960 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: ignoring --setuser ceph since I am not root 2023-12-26T17:43:11.960 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: ignoring --setgroup ceph since I am not root 2023-12-26T17:43:11.960 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: debug 2023-12-26T17:43:11.847+0000 7f8b135b7700 1 -- 172.21.15.153:0/2024871543 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559216ba04e0 con 0x559216b77000 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: cephadm 2023-12-26T17:43:09.812759+0000 mgr.x (mgr.25412) 182 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: cephadm 2023-12-26T17:43:09.819117+0000 mgr.x (mgr.25412) 183 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: cluster 2023-12-26T17:43:10.625247+0000 mgr.x (mgr.25412) 184 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.446661+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.447597+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.447920+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.450854+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.451103+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-26T17:43:11.961 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: cluster 2023-12-26T17:43:11.455261+0000 mon.a (mon.0) 910 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-26T17:43:11.962 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.455797+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:43:11.962 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.456376+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:43:11.962 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.457076+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.25412 172.21.15.153:0/532139115' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:43:11.962 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[108194]: audit 2023-12-26T17:43:11.457293+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:43:12.008 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:11.729+0000 7ff606393680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:43:12.008 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:11.873+0000 7ff606393680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:43:12.008 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:12.014+0000 7ff606393680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:12.283 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:12.200+0000 7ff606393680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:43:12.325 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:11 smithi153 bash[120597]: debug 2023-12-26T17:43:11.966+0000 7f8b23780680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:43:12.325 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[120597]: debug 2023-12-26T17:43:12.049+0000 7f8b23780680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:43:12.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:12.289+0000 7ff606393680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:12] ENGINE Bus STARTING 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: CherryPy Checker: 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: The Application mounted at '' has an empty config. 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:12] ENGINE Serving on http://:::9283 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:12] ENGINE Bus STARTED 2023-12-26T17:43:12.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:43:12.683 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[120597]: debug 2023-12-26T17:43:12.417+0000 7f8b23780680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cephadm 2023-12-26T17:43:11.445250+0000 mgr.x (mgr.25412) 185 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Reconfig daemon grafana.a ... 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: main() 2023-12-26T17:43:13.069 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:13.070 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: yield (conn, connr) 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Reconfig daemon grafana.a ... 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cephadm 2023-12-26T17:43:11.445250+0000 mgr.x (mgr.25412) 185 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.071 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: main() 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:13.072 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: yield (conn, connr) 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.073 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: main() 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:13.074 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cephadm 2023-12-26T17:43:11.448510+0000 mgr.x (mgr.25412) 186 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cephadm 2023-12-26T17:43:11.448865+0000 mgr.x (mgr.25412) 187 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cephadm 2023-12-26T17:43:11.450667+0000 mgr.x (mgr.25412) 188 : cephadm [INF] Failing over to other MGR 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: audit 2023-12-26T17:43:11.811924+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cluster 2023-12-26T17:43:11.811982+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e26: y(active, starting, since 0.360471s) 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cluster 2023-12-26T17:43:12.303578+0000 mon.a (mon.0) 915 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cluster 2023-12-26T17:43:12.304214+0000 mon.a (mon.0) 916 : cluster [INF] Activating manager daemon y 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: audit 2023-12-26T17:43:12.307562+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:43:13.075 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: cluster 2023-12-26T17:43:12.307613+0000 mon.a (mon.0) 918 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: audit 2023-12-26T17:43:12.307958+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: audit 2023-12-26T17:43:12.308799+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: audit 2023-12-26T17:43:12.311479+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[108165]: audit 2023-12-26T17:43:12.311841+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:13.076 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: main() 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cephadm 2023-12-26T17:43:11.448510+0000 mgr.x (mgr.25412) 186 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:43:13.077 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cephadm 2023-12-26T17:43:11.448865+0000 mgr.x (mgr.25412) 187 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cephadm 2023-12-26T17:43:11.450667+0000 mgr.x (mgr.25412) 188 : cephadm [INF] Failing over to other MGR 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: audit 2023-12-26T17:43:11.811924+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cluster 2023-12-26T17:43:11.811982+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e26: y(active, starting, since 0.360471s) 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cluster 2023-12-26T17:43:12.303578+0000 mon.a (mon.0) 915 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cluster 2023-12-26T17:43:12.304214+0000 mon.a (mon.0) 916 : cluster [INF] Activating manager daemon y 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: audit 2023-12-26T17:43:12.307562+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: cluster 2023-12-26T17:43:12.307613+0000 mon.a (mon.0) 918 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: audit 2023-12-26T17:43:12.307958+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: audit 2023-12-26T17:43:12.308799+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: audit 2023-12-26T17:43:12.311479+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-26T17:43:13.078 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:12 smithi001 bash[111579]: audit 2023-12-26T17:43:12.311841+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cephadm 2023-12-26T17:43:11.445250+0000 mgr.x (mgr.25412) 185 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: main() 2023-12-26T17:43:13.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: yield (conn, connr) 2023-12-26T17:43:13.080 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: main() 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:43:13.081 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cephadm 2023-12-26T17:43:11.448510+0000 mgr.x (mgr.25412) 186 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cephadm 2023-12-26T17:43:11.448865+0000 mgr.x (mgr.25412) 187 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cephadm 2023-12-26T17:43:11.450667+0000 mgr.x (mgr.25412) 188 : cephadm [INF] Failing over to other MGR 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: audit 2023-12-26T17:43:11.811924+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cluster 2023-12-26T17:43:11.811982+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e26: y(active, starting, since 0.360471s) 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cluster 2023-12-26T17:43:12.303578+0000 mon.a (mon.0) 915 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cluster 2023-12-26T17:43:12.304214+0000 mon.a (mon.0) 916 : cluster [INF] Activating manager daemon y 2023-12-26T17:43:13.082 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: audit 2023-12-26T17:43:12.307562+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25412 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:43:13.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: cluster 2023-12-26T17:43:12.307613+0000 mon.a (mon.0) 918 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-26T17:43:13.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: audit 2023-12-26T17:43:12.307958+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-26T17:43:13.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: audit 2023-12-26T17:43:12.308799+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:13.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: audit 2023-12-26T17:43:12.311479+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-26T17:43:13.083 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:12 smithi153 bash[108194]: audit 2023-12-26T17:43:12.311841+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:13.455 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:13 smithi153 bash[120597]: debug 2023-12-26T17:43:13.164+0000 7f8b23780680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:43:13.455 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:13 smithi153 bash[120597]: debug 2023-12-26T17:43:13.249+0000 7f8b23780680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:43:13.806 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:13 smithi153 bash[120597]: debug 2023-12-26T17:43:13.461+0000 7f8b23780680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:43:14.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:13 smithi001 bash[111579]: cluster 2023-12-26T17:43:12.813292+0000 mon.a (mon.0) 923 : cluster [DBG] mgrmap e27: y(active, starting, since 0.509236s) 2023-12-26T17:43:14.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:13 smithi001 bash[108165]: cluster 2023-12-26T17:43:12.813292+0000 mon.a (mon.0) 923 : cluster [DBG] mgrmap e27: y(active, starting, since 0.509236s) 2023-12-26T17:43:14.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:13 smithi153 bash[108194]: cluster 2023-12-26T17:43:12.813292+0000 mon.a (mon.0) 923 : cluster [DBG] mgrmap e27: y(active, starting, since 0.509236s) 2023-12-26T17:43:14.702 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:14 smithi153 bash[120597]: debug 2023-12-26T17:43:14.407+0000 7f8b23780680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:43:14.702 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:14 smithi153 bash[120597]: debug 2023-12-26T17:43:14.536+0000 7f8b23780680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:14.702 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:14 smithi153 bash[120597]: debug 2023-12-26T17:43:14.617+0000 7f8b23780680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:15.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:14 smithi153 bash[120597]: debug 2023-12-26T17:43:14.707+0000 7f8b23780680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:43:15.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:14 smithi153 bash[120597]: debug 2023-12-26T17:43:14.904+0000 7f8b23780680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:43:15.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:15 smithi153 bash[120597]: debug 2023-12-26T17:43:15.186+0000 7f8b23780680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:43:15.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:15 smithi153 bash[120597]: debug 2023-12-26T17:43:15.285+0000 7f8b23780680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:16.325 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.007+0000 7f8b23780680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:43:16.325 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.091+0000 7f8b23780680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:43:16.325 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.183+0000 7f8b23780680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:43:16.617 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.359+0000 7f8b23780680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:43:16.885 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.623+0000 7f8b23780680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:43:16.886 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.757+0000 7f8b23780680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:43:17.144 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:16 smithi153 bash[120597]: debug 2023-12-26T17:43:16.891+0000 7f8b23780680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:17.145 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: debug 2023-12-26T17:43:17.064+0000 7f8b23780680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:43:17.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[111579]: cluster 2023-12-26T17:43:17.153843+0000 mon.a (mon.0) 924 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:17.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[111579]: audit 2023-12-26T17:43:17.154325+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:17.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[111579]: audit 2023-12-26T17:43:17.154682+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:17.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[111579]: audit 2023-12-26T17:43:17.156860+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:17.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[111579]: audit 2023-12-26T17:43:17.157798+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:17.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[108165]: cluster 2023-12-26T17:43:17.153843+0000 mon.a (mon.0) 924 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:17.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[108165]: audit 2023-12-26T17:43:17.154325+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:17.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[108165]: audit 2023-12-26T17:43:17.154682+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:17.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[108165]: audit 2023-12-26T17:43:17.156860+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:17.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:17 smithi001 bash[108165]: audit 2023-12-26T17:43:17.157798+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:17.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: debug 2023-12-26T17:43:17.150+0000 7f8b23780680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:43:17.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: [26/Dec/2023:17:43:17] ENGINE Bus STARTING 2023-12-26T17:43:17.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: CherryPy Checker: 2023-12-26T17:43:17.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: The Application mounted at '' has an empty config. 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: [26/Dec/2023:17:43:17] ENGINE Serving on http://:::9283 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[120597]: [26/Dec/2023:17:43:17] ENGINE Bus STARTED 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[108194]: cluster 2023-12-26T17:43:17.153843+0000 mon.a (mon.0) 924 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[108194]: audit 2023-12-26T17:43:17.154325+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[108194]: audit 2023-12-26T17:43:17.154682+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[108194]: audit 2023-12-26T17:43:17.156860+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:17.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:17 smithi153 bash[108194]: audit 2023-12-26T17:43:17.157798+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.? 172.21.15.153:0/2897504676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:18.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:18 smithi001 bash[111579]: cluster 2023-12-26T17:43:17.213079+0000 mon.a (mon.0) 925 : cluster [DBG] mgrmap e28: y(active, starting, since 4s), standbys: x 2023-12-26T17:43:18.606 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:18 smithi001 bash[111579]: audit 2023-12-26T17:43:17.213735+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:43:18.607 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:18 smithi001 bash[111579]: audit 2023-12-26T17:43:17.214066+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:43:18.607 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:18 smithi001 bash[108165]: cluster 2023-12-26T17:43:17.213079+0000 mon.a (mon.0) 925 : cluster [DBG] mgrmap e28: y(active, starting, since 4s), standbys: x 2023-12-26T17:43:18.607 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:18 smithi001 bash[108165]: audit 2023-12-26T17:43:17.213735+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:43:18.607 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:18 smithi001 bash[108165]: audit 2023-12-26T17:43:17.214066+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:43:18.607 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:18 smithi153 bash[108194]: cluster 2023-12-26T17:43:17.213079+0000 mon.a (mon.0) 925 : cluster [DBG] mgrmap e28: y(active, starting, since 4s), standbys: x 2023-12-26T17:43:18.608 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:18 smithi153 bash[108194]: audit 2023-12-26T17:43:17.213735+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:43:18.608 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:18 smithi153 bash[108194]: audit 2023-12-26T17:43:17.214066+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.? 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:43:19.087 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:18 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:18] ENGINE Bus STOPPING 2023-12-26T17:43:19.087 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:18 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-26T17:43:19.087 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:18 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:18] ENGINE Bus STOPPED 2023-12-26T17:43:19.087 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:19] ENGINE Bus STARTING 2023-12-26T17:43:19.087 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [78B blob data] 2023-12-26T17:43:19.087 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [80B blob data] 2023-12-26T17:43:19.242 INFO:teuthology.orchestra.run.smithi001.stdout:true 2023-12-26T17:43:19.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.814453+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:19.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.814704+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:19.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.814951+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:19.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.816638+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:43:19.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.816935+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:43:19.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.817159+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:43:19.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.817380+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:43:19.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.817589+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:43:19.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.817830+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.818061+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.818299+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.818592+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.818811+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.819278+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.820077+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.820940+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.821305+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.821668+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.822018+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:43:19.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.822409+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.822801+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.823145+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.823513+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_crt"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.823907+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_key"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.824294+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.824657+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.824985+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.825348+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.825691+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.826021+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.826380+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.826775+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:43:19.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.827112+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.827469+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.827814+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.828138+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.828521+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.828859+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.829214+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.829582+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.829908+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: cluster 2023-12-26T17:43:18.856423+0000 mon.a (mon.0) 969 : cluster [INF] Manager daemon y is now available 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.869491+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.873032+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.973243+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:19.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:18.974884+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:19.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:19.023642+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:43:19.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:19.037211+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-26T17:43:19.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:19.209642+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:19.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[108194]: audit 2023-12-26T17:43:19.209909+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:19.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: CherryPy Checker: 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: The Application mounted at '' has an empty config. 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:19] ENGINE Serving on http://:::9283 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:19 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:19] ENGINE Bus STARTED 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.814453+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.814704+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.814951+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.816638+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:43:19.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.816935+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.817159+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.817380+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.817589+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.817830+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.818061+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.818299+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.818592+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.818811+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.819278+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.820077+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.820940+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.821305+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:43:19.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.821668+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.814453+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.814704+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.814951+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.816638+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.816935+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.817159+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.817380+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.817589+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.817830+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.818061+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.818299+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.818592+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.818811+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:43:19.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.819278+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.820077+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.820940+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.821305+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.821668+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.822018+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.822409+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.822801+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.823145+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.823513+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_crt"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.823907+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_key"}]: dispatch 2023-12-26T17:43:19.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.824294+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.824657+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.824985+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.825348+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.825691+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.826021+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.826380+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.826775+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.827112+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.827469+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.822018+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.822409+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:43:19.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.822801+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.823145+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.823513+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_crt"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.823907+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_key"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.824294+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.824657+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.824985+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.825348+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.825691+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.826021+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.826380+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.826775+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.827112+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:43:19.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.827469+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.827814+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.828138+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.828521+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.828859+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.829214+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.829582+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:43:19.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.829908+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: cluster 2023-12-26T17:43:18.856423+0000 mon.a (mon.0) 969 : cluster [INF] Manager daemon y is now available 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.869491+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.873032+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.973243+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:18.974884+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:19.023642+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:19.037211+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-26T17:43:19.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:19.209642+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[111579]: audit 2023-12-26T17:43:19.209909+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.827814+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.828138+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.828521+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.828859+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.829214+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.829582+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.829908+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: cluster 2023-12-26T17:43:18.856423+0000 mon.a (mon.0) 969 : cluster [INF] Manager daemon y is now available 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.869491+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.873032+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi001\": {\"hostname\": \"smithi001\", \"addr\": \"172.21.15.1\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-26T17:43:19.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.973243+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:19.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:18.974884+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:19.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:19.023642+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:43:19.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:19.037211+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-26T17:43:19.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:19.209642+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:19.575 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:19 smithi001 bash[108165]: audit 2023-12-26T17:43:19.209909+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:19.728 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:19 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 running (4m) 10s ago 4m 16.4M - 0.23.0 ba2b418f427c 5f57bebb6bf6 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 running (16m) 4m ago 16m 40.5M - 6.6.2 87a51ecf0b1c 5cc9558fce38 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 running (10m) 4m ago 26m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 f294198410d0 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 *:8443,9283 running (13s) 10s ago 28m 40.1M - 16.2.14-413-g639f0137 19e6b2dc6c74 8715954880a7 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (28m) 10s ago 28m 461M 2048M 15.2.0 204a01f9b0b6 b8e1af92b76e 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (26m) 4m ago 26m 323M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (27m) 10s ago 27m 390M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running (4m) 10s ago 19m 12.4M - 1.7.0 72c9c2088986 614d325a5fdd 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (4m) 4m ago 19m 5645k - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (26m) 10s ago 26m 131M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (26m) 10s ago 26m 140M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:43:19.926 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (25m) 10s ago 25m 100M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (25m) 10s ago 25m 143M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (25m) 4m ago 25m 131M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (25m) 4m ago 25m 120M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (24m) 4m ago 25m 107M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (24m) 4m ago 24m 123M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (4m) 4m ago 4m 30.5M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (16m) 10s ago 16m 55.2M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:43:19.927 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (16m) 4m ago 16m 54.5M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:43:20.351 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:43:20.352 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2023-12-26T17:43:20.353 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-26T17:43:20.353 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:43:20.353 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: cephadm 2023-12-26T17:43:18.869113+0000 mgr.y (mgr.15954) 1 : cephadm [INF] inventory: adjusted host smithi153 addr 'smithi153' -> '172.21.15.153' 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: cluster 2023-12-26T17:43:19.226159+0000 mon.a (mon.0) 978 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.236368+0000 mgr.y (mgr.15954) 2 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: cluster 2023-12-26T17:43:19.239855+0000 mgr.y (mgr.15954) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.923533+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.924004+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.924271+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.924538+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.924796+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.925037+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.926716+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.926980+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.927225+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.927459+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[111579]: audit 2023-12-26T17:43:19.927692+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: cephadm 2023-12-26T17:43:18.869113+0000 mgr.y (mgr.15954) 1 : cephadm [INF] inventory: adjusted host smithi153 addr 'smithi153' -> '172.21.15.153' 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: cluster 2023-12-26T17:43:19.226159+0000 mon.a (mon.0) 978 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.236368+0000 mgr.y (mgr.15954) 2 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: cluster 2023-12-26T17:43:19.239855+0000 mgr.y (mgr.15954) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.923533+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.924004+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.924271+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.924538+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.924796+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.925037+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.926716+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.926980+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.927225+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.927459+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:20 smithi001 bash[108165]: audit 2023-12-26T17:43:19.927692+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: cephadm 2023-12-26T17:43:18.869113+0000 mgr.y (mgr.15954) 1 : cephadm [INF] inventory: adjusted host smithi153 addr 'smithi153' -> '172.21.15.153' 2023-12-26T17:43:20.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: cluster 2023-12-26T17:43:19.226159+0000 mon.a (mon.0) 978 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2023-12-26T17:43:20.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.236368+0000 mgr.y (mgr.15954) 2 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: cluster 2023-12-26T17:43:19.239855+0000 mgr.y (mgr.15954) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.923533+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.924004+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.924271+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.924538+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.924796+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.925037+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.926716+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.926980+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.927225+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.927459+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:20 smithi153 bash[108194]: audit 2023-12-26T17:43:19.927692+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:20.743 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:43:20.743 INFO:teuthology.orchestra.run.smithi001.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", 2023-12-26T17:43:20.743 INFO:teuthology.orchestra.run.smithi001.stdout: "in_progress": true, 2023-12-26T17:43:20.743 INFO:teuthology.orchestra.run.smithi001.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-26T17:43:20.743 INFO:teuthology.orchestra.run.smithi001.stdout: "services_complete": [ 2023-12-26T17:43:20.743 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr" 2023-12-26T17:43:20.744 INFO:teuthology.orchestra.run.smithi001.stdout: ], 2023-12-26T17:43:20.744 INFO:teuthology.orchestra.run.smithi001.stdout: "progress": "2/20 daemons upgraded", 2023-12-26T17:43:20.744 INFO:teuthology.orchestra.run.smithi001.stdout: "message": "", 2023-12-26T17:43:20.744 INFO:teuthology.orchestra.run.smithi001.stdout: "is_paused": false 2023-12-26T17:43:20.744 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:43:21.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:21 smithi001 bash[108165]: audit 2023-12-26T17:43:19.591997+0000 mgr.y (mgr.15954) 4 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:21.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:21 smithi001 bash[108165]: audit 2023-12-26T17:43:19.921341+0000 mgr.y (mgr.15954) 5 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:21.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:21 smithi001 bash[108165]: audit 2023-12-26T17:43:20.358891+0000 mon.a (mon.0) 990 : audit [DBG] from='client.? 172.21.15.1:0/287368167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:43:21.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:21 smithi001 bash[111579]: audit 2023-12-26T17:43:19.591997+0000 mgr.y (mgr.15954) 4 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:21.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:21 smithi001 bash[111579]: audit 2023-12-26T17:43:19.921341+0000 mgr.y (mgr.15954) 5 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:21.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:21 smithi001 bash[111579]: audit 2023-12-26T17:43:20.358891+0000 mon.a (mon.0) 990 : audit [DBG] from='client.? 172.21.15.1:0/287368167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:43:21.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:21 smithi153 bash[108194]: audit 2023-12-26T17:43:19.591997+0000 mgr.y (mgr.15954) 4 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:21.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:21 smithi153 bash[108194]: audit 2023-12-26T17:43:19.921341+0000 mgr.y (mgr.15954) 5 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:21.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:21 smithi153 bash[108194]: audit 2023-12-26T17:43:20.358891+0000 mon.a (mon.0) 990 : audit [DBG] from='client.? 172.21.15.1:0/287368167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:43:21.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:22.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 bash[125341]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:22.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:21 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:22.484 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[111579]: audit 2023-12-26T17:43:20.750354+0000 mgr.y (mgr.15954) 6 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:22.484 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[111579]: cluster 2023-12-26T17:43:20.818261+0000 mgr.y (mgr.15954) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:22.484 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[111579]: cluster 2023-12-26T17:43:21.243433+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2023-12-26T17:43:22.484 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[108165]: audit 2023-12-26T17:43:20.750354+0000 mgr.y (mgr.15954) 6 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:22.484 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[108165]: cluster 2023-12-26T17:43:20.818261+0000 mgr.y (mgr.15954) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:22.485 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[108165]: cluster 2023-12-26T17:43:21.243433+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2023-12-26T17:43:22.485 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[111579]: audit 2023-12-26T17:43:22.200986+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 495137587, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.198869Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.199725Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:22.485 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[111579]: audit 2023-12-26T17:43:22.204554+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 495137587, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.198869Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.199725Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:22.485 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[108165]: audit 2023-12-26T17:43:22.200986+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 495137587, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.198869Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.199725Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:22.486 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:22 smithi001 bash[108165]: audit 2023-12-26T17:43:22.204554+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 495137587, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.198869Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.199725Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:22.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:22 smithi153 bash[108194]: audit 2023-12-26T17:43:20.750354+0000 mgr.y (mgr.15954) 6 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:22.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:22 smithi153 bash[108194]: cluster 2023-12-26T17:43:20.818261+0000 mgr.y (mgr.15954) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:22.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:22 smithi153 bash[108194]: cluster 2023-12-26T17:43:21.243433+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2023-12-26T17:43:22.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:22 smithi153 bash[108194]: audit 2023-12-26T17:43:22.200986+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 495137587, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.198869Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.199725Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:22.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:22 smithi153 bash[108194]: audit 2023-12-26T17:43:22.204554+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"container_id\": \"b8e1af92b76e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 495137587, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.198869Z\", \"created\": \"2023-12-26T17:15:05.585656Z\", \"started\": \"2023-12-26T17:15:08.844667Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:15.678601Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.199725Z\", \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:22.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:22 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:22] "GET /metrics HTTP/1.1" 200 32183 "" "Prometheus/2.33.4" 2023-12-26T17:43:23.471 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.485127+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.485491+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.485745+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.485995+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.486246+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.486477+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.486714+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.486960+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.487235+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.505151+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 413977804, \"cpu_percentage\": \"4.57%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503472Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.504123Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.508207+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 413977804, \"cpu_percentage\": \"4.57%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503472Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.504123Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.790843+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.472 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.791245+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.791553+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.791823+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.792096+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.792348+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.792603+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.792866+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.793140+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.794694+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:23.473 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:23 smithi153 bash[108194]: audit 2023-12-26T17:43:22.797687+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.485127+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.485491+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.485745+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.485995+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.486246+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.486477+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.486714+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.486960+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.487235+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.485127+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.485491+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.485745+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.485995+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.486246+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.486477+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.486714+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.486960+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.487235+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.505151+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 413977804, \"cpu_percentage\": \"4.57%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503472Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.504123Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.508207+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 413977804, \"cpu_percentage\": \"4.57%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503472Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.504123Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.790843+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.791245+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.791553+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.791823+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.569 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.792096+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.792348+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.792603+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.792866+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.793140+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.794694+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[108165]: audit 2023-12-26T17:43:22.797687+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:23.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.505151+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 413977804, \"cpu_percentage\": \"4.57%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503472Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.504123Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.508207+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"f294198410d0\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 413977804, \"cpu_percentage\": \"4.57%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503472Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:33:16.556696Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:33:03.200836Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:22.504123Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.790843+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.791245+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.791553+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.791823+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.792096+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.792348+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.792603+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.792866+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.793140+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:43:23.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.794694+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:23.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:23 smithi001 bash[111579]: audit 2023-12-26T17:43:22.797687+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:24.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:24 smithi153 bash[108194]: cluster 2023-12-26T17:43:22.794081+0000 mgr.y (mgr.15954) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:24.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:24 smithi153 bash[108194]: cephadm 2023-12-26T17:43:22.801908+0000 mgr.y (mgr.15954) 9 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:24.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:24 smithi153 bash[108194]: cephadm 2023-12-26T17:43:22.839057+0000 mgr.y (mgr.15954) 10 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:24.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:24 smithi153 bash[108194]: cluster 2023-12-26T17:43:23.506452+0000 mon.a (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-26T17:43:24.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:24.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:24.565 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[111579]: cluster 2023-12-26T17:43:22.794081+0000 mgr.y (mgr.15954) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[111579]: cephadm 2023-12-26T17:43:22.801908+0000 mgr.y (mgr.15954) 9 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[111579]: cephadm 2023-12-26T17:43:22.839057+0000 mgr.y (mgr.15954) 10 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[111579]: cluster 2023-12-26T17:43:23.506452+0000 mon.a (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[108165]: cluster 2023-12-26T17:43:22.794081+0000 mgr.y (mgr.15954) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[108165]: cephadm 2023-12-26T17:43:22.801908+0000 mgr.y (mgr.15954) 9 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[108165]: cephadm 2023-12-26T17:43:22.839057+0000 mgr.y (mgr.15954) 10 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:24.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:24 smithi001 bash[108165]: cluster 2023-12-26T17:43:23.506452+0000 mon.a (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:24.411+0000 7ff58dba8700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:43:24.567 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: yield (conn, connr) 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:24.568 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: code, '\n'.join(err))) 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:24.569 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:24.570 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:43:24.727 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 bash[125730]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:24.727 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:24.727 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:24.727 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:24 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: cephadm 2023-12-26T17:43:24.412028+0000 mgr.y (mgr.15954) 11 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: main() 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:25.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: yield (conn, connr) 2023-12-26T17:43:25.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: main() 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:43:25.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: audit 2023-12-26T17:43:24.413765+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:25.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:25 smithi153 bash[108194]: audit 2023-12-26T17:43:24.415258+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:25.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: cephadm 2023-12-26T17:43:24.412028+0000 mgr.y (mgr.15954) 11 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:43:25.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: main() 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:25.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: yield (conn, connr) 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:43:25.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: cephadm 2023-12-26T17:43:24.412028+0000 mgr.y (mgr.15954) 11 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Reconfig daemon grafana.a ... 2023-12-26T17:43:25.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: main() 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:43:25.571 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:43:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:43:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:25.572 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:25.573 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: yield (conn, connr) 2023-12-26T17:43:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:43:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:25.574 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Reconfig daemon grafana.a ... 2023-12-26T17:43:25.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:25.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: main() 2023-12-26T17:43:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:43:25.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:25.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:43:25.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:25.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:43:25.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: audit 2023-12-26T17:43:24.413765+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:25.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[111579]: audit 2023-12-26T17:43:24.415258+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: main() 2023-12-26T17:43:25.579 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:25.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:43:25.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:25.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:43:25.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:25.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:43:25.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: audit 2023-12-26T17:43:24.413765+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:25.581 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:25 smithi001 bash[108165]: audit 2023-12-26T17:43:24.415258+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:26.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: cluster 2023-12-26T17:43:24.794815+0000 mgr.y (mgr.15954) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:26.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: cephadm 2023-12-26T17:43:25.339449+0000 mgr.y (mgr.15954) 13 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-26T17:43:26.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: audit 2023-12-26T17:43:25.339893+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:43:26.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: audit 2023-12-26T17:43:25.340822+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:43:26.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: audit 2023-12-26T17:43:25.341699+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:26.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: cephadm 2023-12-26T17:43:25.342405+0000 mgr.y (mgr.15954) 14 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[111579]: audit 2023-12-26T17:43:25.342859+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: cluster 2023-12-26T17:43:24.794815+0000 mgr.y (mgr.15954) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: cephadm 2023-12-26T17:43:25.339449+0000 mgr.y (mgr.15954) 13 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: audit 2023-12-26T17:43:25.339893+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: audit 2023-12-26T17:43:25.340822+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: audit 2023-12-26T17:43:25.341699+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: cephadm 2023-12-26T17:43:25.342405+0000 mgr.y (mgr.15954) 14 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:43:26.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:26 smithi001 bash[108165]: audit 2023-12-26T17:43:25.342859+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-26T17:43:26.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:26 smithi153 systemd[1]: Stopping Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: cluster 2023-12-26T17:43:24.794815+0000 mgr.y (mgr.15954) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: cephadm 2023-12-26T17:43:25.339449+0000 mgr.y (mgr.15954) 13 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: audit 2023-12-26T17:43:25.339893+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: audit 2023-12-26T17:43:25.340822+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: audit 2023-12-26T17:43:25.341699+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: cephadm 2023-12-26T17:43:25.342405+0000 mgr.y (mgr.15954) 14 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-26T17:43:26.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:26 smithi153 bash[108194]: audit 2023-12-26T17:43:25.342859+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-26T17:43:28.565 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:28 smithi001 bash[108165]: cluster 2023-12-26T17:43:26.795455+0000 mgr.y (mgr.15954) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:28.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:28 smithi001 bash[111579]: cluster 2023-12-26T17:43:26.795455+0000 mgr.y (mgr.15954) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:28.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:28 smithi153 bash[108194]: cluster 2023-12-26T17:43:26.795455+0000 mgr.y (mgr.15954) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:29.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:29 smithi153 bash[120597]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:43:30.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:30 smithi001 bash[111579]: cluster 2023-12-26T17:43:28.795971+0000 mgr.y (mgr.15954) 16 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:30.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:30 smithi001 bash[108165]: cluster 2023-12-26T17:43:28.795971+0000 mgr.y (mgr.15954) 16 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:30.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:30 smithi153 bash[108194]: cluster 2023-12-26T17:43:28.795971+0000 mgr.y (mgr.15954) 16 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:32.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:32] "GET /metrics HTTP/1.1" 200 32183 "" "Prometheus/2.33.4" 2023-12-26T17:43:32.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:32 smithi001 bash[111579]: cluster 2023-12-26T17:43:30.796879+0000 mgr.y (mgr.15954) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:32.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:32 smithi001 bash[108165]: cluster 2023-12-26T17:43:30.796879+0000 mgr.y (mgr.15954) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:32.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:32 smithi153 bash[108194]: cluster 2023-12-26T17:43:30.796879+0000 mgr.y (mgr.15954) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:33.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:33 smithi001 bash[111579]: cluster 2023-12-26T17:43:32.797406+0000 mgr.y (mgr.15954) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:33.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:33 smithi001 bash[108165]: cluster 2023-12-26T17:43:32.797406+0000 mgr.y (mgr.15954) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:33.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:33 smithi153 bash[108194]: cluster 2023-12-26T17:43:32.797406+0000 mgr.y (mgr.15954) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:34.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:34 smithi001 bash[111579]: audit 2023-12-26T17:43:34.010940+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{\"CEPHADM_FAILED_DAEMON\": {\"name\": \"CEPHADM_FAILED_DAEMON\", \"severity\": \"HEALTH_WARN\", \"first_seen\": 1703612614.010519, \"last_seen\": 1703612614.010519, \"count\": 1, \"active\": true}}"}]: dispatch 2023-12-26T17:43:34.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:34 smithi001 bash[111579]: audit 2023-12-26T17:43:34.014606+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{\"CEPHADM_FAILED_DAEMON\": {\"name\": \"CEPHADM_FAILED_DAEMON\", \"severity\": \"HEALTH_WARN\", \"first_seen\": 1703612614.010519, \"last_seen\": 1703612614.010519, \"count\": 1, \"active\": true}}"}]': finished 2023-12-26T17:43:34.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:34 smithi001 bash[108165]: audit 2023-12-26T17:43:34.010940+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{\"CEPHADM_FAILED_DAEMON\": {\"name\": \"CEPHADM_FAILED_DAEMON\", \"severity\": \"HEALTH_WARN\", \"first_seen\": 1703612614.010519, \"last_seen\": 1703612614.010519, \"count\": 1, \"active\": true}}"}]: dispatch 2023-12-26T17:43:34.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:34 smithi001 bash[108165]: audit 2023-12-26T17:43:34.014606+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{\"CEPHADM_FAILED_DAEMON\": {\"name\": \"CEPHADM_FAILED_DAEMON\", \"severity\": \"HEALTH_WARN\", \"first_seen\": 1703612614.010519, \"last_seen\": 1703612614.010519, \"count\": 1, \"active\": true}}"}]': finished 2023-12-26T17:43:34.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:34 smithi153 bash[108194]: audit 2023-12-26T17:43:34.010940+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{\"CEPHADM_FAILED_DAEMON\": {\"name\": \"CEPHADM_FAILED_DAEMON\", \"severity\": \"HEALTH_WARN\", \"first_seen\": 1703612614.010519, \"last_seen\": 1703612614.010519, \"count\": 1, \"active\": true}}"}]: dispatch 2023-12-26T17:43:34.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:34 smithi153 bash[108194]: audit 2023-12-26T17:43:34.014606+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/prometheus/health_history","val":"{\"CEPHADM_FAILED_DAEMON\": {\"name\": \"CEPHADM_FAILED_DAEMON\", \"severity\": \"HEALTH_WARN\", \"first_seen\": 1703612614.010519, \"last_seen\": 1703612614.010519, \"count\": 1, \"active\": true}}"}]': finished 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:34.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:34.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 bash[125973]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:34.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:34.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:34.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:34 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:35.815 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:35 smithi001 bash[108165]: cluster 2023-12-26T17:43:34.798197+0000 mgr.y (mgr.15954) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:35.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:35 smithi001 bash[111579]: cluster 2023-12-26T17:43:34.798197+0000 mgr.y (mgr.15954) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:35.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:35 smithi153 bash[108194]: cluster 2023-12-26T17:43:34.798197+0000 mgr.y (mgr.15954) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:36.753 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:36 smithi153 bash[125952]: time="2023-12-26T17:43:36Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-26T17:43:36.753 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:36 smithi153 bash[125952]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x 2023-12-26T17:43:37.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:36 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-26T17:43:37.499 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-26T17:43:37.499 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 systemd[1]: Stopped Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:37.499 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 systemd[1]: Starting Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:38.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 bash[126157]: 354b4a1fa9d62734f5d21b97fa6d644f11bffd2836b555f687a739d5ca263c05 2023-12-26T17:43:38.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:37.623+0000 7fa0600c0700 1 -- 172.21.15.153:0/2606730234 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5564ed47a4e0 con 0x5564ed44ec00 2023-12-26T17:43:38.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 systemd[1]: Started Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:38.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:37.765+0000 7fa0706a7680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:43:38.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:37.850+0000 7fa0706a7680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:43:38.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:37 smithi153 bash[108194]: cluster 2023-12-26T17:43:36.798738+0000 mgr.y (mgr.15954) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:38.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:37 smithi153 bash[108194]: audit 2023-12-26T17:43:37.691713+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": true, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:38.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:37 smithi153 bash[108194]: audit 2023-12-26T17:43:37.695382+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": true, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:38.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:37 smithi153 bash[108194]: audit 2023-12-26T17:43:37.696326+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:38.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:37 smithi153 bash[108194]: audit 2023-12-26T17:43:37.698067+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:38.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[111579]: cluster 2023-12-26T17:43:36.798738+0000 mgr.y (mgr.15954) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:38.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[108165]: cluster 2023-12-26T17:43:36.798738+0000 mgr.y (mgr.15954) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:38.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[111579]: audit 2023-12-26T17:43:37.691713+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": true, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:38.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[111579]: audit 2023-12-26T17:43:37.695382+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": true, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:38.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[111579]: audit 2023-12-26T17:43:37.696326+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:38.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[111579]: audit 2023-12-26T17:43:37.698067+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:38.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[108165]: audit 2023-12-26T17:43:37.691713+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": true, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:38.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[108165]: audit 2023-12-26T17:43:37.695382+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503334Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443, 9283]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 155398963, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503547Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 141033472, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503613Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503676Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143235481, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503741Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11146362, \"cpu_percentage\": \"0.20%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503816Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 30932992, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": true, \"last_refresh\": \"2023-12-26T17:43:22.503881Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59055800, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.503945Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\", \"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\"], \"memory_usage\": 62809702, \"cpu_percentage\": \"0.35%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:22.504008Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:38.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[108165]: audit 2023-12-26T17:43:37.696326+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:38.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:37 smithi001 bash[108165]: audit 2023-12-26T17:43:37.698067+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:38.478 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:38 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:38.266+0000 7fa0706a7680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:43:39.435 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:39.098+0000 7fa0706a7680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:43:39.435 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:39.203+0000 7fa0706a7680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:43:39.724 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:39.440+0000 7fa0706a7680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:43:40.442 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:40 smithi153 bash[108194]: cluster 2023-12-26T17:43:38.799273+0000 mgr.y (mgr.15954) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:40.747 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:40.517+0000 7fa0706a7680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:43:40.747 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:40.669+0000 7fa0706a7680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:40.815 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:40 smithi001 bash[111579]: cluster 2023-12-26T17:43:38.799273+0000 mgr.y (mgr.15954) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:40.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:40 smithi001 bash[108165]: cluster 2023-12-26T17:43:38.799273+0000 mgr.y (mgr.15954) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:41.054 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:40.753+0000 7fa0706a7680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:41.054 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:40.852+0000 7fa0706a7680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:43:41.315 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:41.060+0000 7fa0706a7680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:43:41.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:41.375+0000 7fa0706a7680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:43:41.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:41.480+0000 7fa0706a7680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:41.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:41 smithi153 bash[108194]: audit 2023-12-26T17:43:40.946929+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 402967756, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944228Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"354b4a1fa9d6\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42236641, \"cpu_percentage\": \"109.62%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:40.944420Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:43:37.389103Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156342681, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944520Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141872332, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944609Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 125724262, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944695Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 144179200, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944795Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944884Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 31121735, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944967Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59139686, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.945052Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\", \"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\"], \"memory_usage\": 62893588, \"cpu_percentage\": \"0.37%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:40.945135Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:40.945301Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:41.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:41 smithi153 bash[108194]: audit 2023-12-26T17:43:40.951826+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 402967756, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944228Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"354b4a1fa9d6\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42236641, \"cpu_percentage\": \"109.62%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:40.944420Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:43:37.389103Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156342681, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944520Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141872332, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944609Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 125724262, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944695Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 144179200, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944795Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944884Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 31121735, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944967Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59139686, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.945052Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\", \"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\"], \"memory_usage\": 62893588, \"cpu_percentage\": \"0.37%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:40.945135Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:40.945301Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:41.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:41 smithi153 bash[108194]: audit 2023-12-26T17:43:40.954235+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:41.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:41 smithi153 bash[108194]: audit 2023-12-26T17:43:40.958278+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:41.718 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[108165]: audit 2023-12-26T17:43:40.946929+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 402967756, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944228Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"354b4a1fa9d6\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42236641, \"cpu_percentage\": \"109.62%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:40.944420Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:43:37.389103Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156342681, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944520Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141872332, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944609Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 125724262, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944695Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 144179200, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944795Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944884Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 31121735, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944967Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59139686, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.945052Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\", \"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\"], \"memory_usage\": 62893588, \"cpu_percentage\": \"0.37%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:40.945135Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:40.945301Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:41.719 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[111579]: audit 2023-12-26T17:43:40.946929+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 402967756, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944228Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"354b4a1fa9d6\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42236641, \"cpu_percentage\": \"109.62%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:40.944420Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:43:37.389103Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156342681, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944520Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141872332, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944609Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 125724262, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944695Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 144179200, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944795Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944884Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 31121735, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944967Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59139686, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.945052Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\", \"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\"], \"memory_usage\": 62893588, \"cpu_percentage\": \"0.37%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:40.945135Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:40.945301Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:41.719 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[108165]: audit 2023-12-26T17:43:40.951826+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 402967756, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944228Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"354b4a1fa9d6\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42236641, \"cpu_percentage\": \"109.62%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:40.944420Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:43:37.389103Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156342681, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944520Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141872332, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944609Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 125724262, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944695Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 144179200, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944795Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944884Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 31121735, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944967Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59139686, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.945052Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\", \"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\"], \"memory_usage\": 62893588, \"cpu_percentage\": \"0.37%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:40.945135Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:40.945301Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:41.719 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[108165]: audit 2023-12-26T17:43:40.954235+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:41.719 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[108165]: audit 2023-12-26T17:43:40.958278+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:41.719 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[111579]: audit 2023-12-26T17:43:40.951826+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"e14bd4400aa8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 402967756, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944228Z\", \"created\": \"2023-12-26T17:16:25.287841Z\", \"started\": \"2023-12-26T17:16:25.322554Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"354b4a1fa9d6\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42236641, \"cpu_percentage\": \"109.62%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:40.944420Z\", \"created\": \"2023-12-26T17:16:41.275566Z\", \"started\": \"2023-12-26T17:43:37.389103Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"a8bbe622e349\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156342681, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944520Z\", \"created\": \"2023-12-26T17:17:45.460464Z\", \"started\": \"2023-12-26T17:17:59.164076Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"bf1c0b3d4893\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141872332, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944609Z\", \"created\": \"2023-12-26T17:17:59.544222Z\", \"started\": \"2023-12-26T17:18:13.042326Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"4f88454c046e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 125724262, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944695Z\", \"created\": \"2023-12-26T17:18:13.039990Z\", \"started\": \"2023-12-26T17:18:27.257479Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"cdb0cae14278\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 144179200, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944795Z\", \"created\": \"2023-12-26T17:18:27.419742Z\", \"started\": \"2023-12-26T17:18:28.445961Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"f56b45049a26\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.21%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944884Z\", \"created\": \"2023-12-26T17:23:36.656397Z\", \"started\": \"2023-12-26T17:39:05.164875Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"05b314e0772d\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 31121735, \"cpu_percentage\": \"0.44%\", \"version\": \"6.6.2\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.944967Z\", \"created\": \"2023-12-26T17:26:26.310431Z\", \"started\": \"2023-12-26T17:39:31.087327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.mdvxrb\", \"daemon_name\": \"rgw.r.z.smithi153.mdvxrb\", \"hostname\": \"smithi153\", \"container_id\": \"74eb8d1649c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59139686, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:40.945052Z\", \"created\": \"2023-12-26T17:26:27.427411Z\", \"started\": \"2023-12-26T17:26:27.459030Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"68dea7828d68\", \"container_image_id\": \"514e6a882f6e74806a5856468489eeff8d7106095557578da96935e4d0ba4d9d\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.33.4\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:fb7e3a27469dd7e15f3b181cf510954db04b855722be94448dc23494005c433c\", \"quay.io/prometheus/prometheus@sha256:35337321e0e7d8c62b5035b712f895170fe2ec42d3181f0d46a7d1af3dfdb1d4\"], \"memory_usage\": 62893588, \"cpu_percentage\": \"0.37%\", \"version\": \"2.33.4\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9095], \"last_refresh\": \"2023-12-26T17:43:40.945135Z\", \"created\": \"2023-12-26T17:39:12.179736Z\", \"started\": \"2023-12-26T17:39:11.940190Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572855Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"31820880-2bb1-4de7-a380-aef348c87b1e\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tf8JW6-Mq0h-92CS-QyIl-ROsn-0Po0-vMb1Vr\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"db1da3ba-7c10-48c6-91b3-ca00ea649e91\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"caEQta-pz2Z-tKqR-Werr-Tf21-cNt7-rbQmJd\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0d9f0170-c835-486c-9ad6-66589151e7b0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"tgANNf-5cJ9-sWcb-O10g-Rbao-6Cm2-Cw8BRo\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e12e78db-27ce-4949-a79e-146214ffc8b9\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"zYOcMj-31PU-mi1M-NxlI-cpOF-8dqM-MkgR43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.572864Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:20.004233Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:25.342290Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:55.885294Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:09.634251Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:23.924076Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-26T17:18:26.063482Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:36.197258Z\"}, \"grafana.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:05.404327Z\"}, \"rgw.r.z.smithi153.mdvxrb\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:26.363956Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-26T17:39:03.893846Z\"}}, \"last_daemon_update\": \"2023-12-26T17:43:40.945301Z\", \"last_device_update\": \"2023-12-26T17:18:30.406476Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:39.090002Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-26T17:43:41.720 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[111579]: audit 2023-12-26T17:43:40.954235+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-26T17:43:41.720 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:41 smithi001 bash[111579]: audit 2023-12-26T17:43:40.958278+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-26T17:43:42.562 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:42.259+0000 7fa0706a7680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:43:42.562 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:42.345+0000 7fa0706a7680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:43:42.562 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:42.446+0000 7fa0706a7680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:43:42.562 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:42 smithi153 bash[108194]: cluster 2023-12-26T17:43:40.800038+0000 mgr.y (mgr.15954) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.563 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:42 smithi153 bash[108194]: cluster 2023-12-26T17:43:40.953114+0000 mgr.y (mgr.15954) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.563 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:42 smithi153 bash[108194]: cluster 2023-12-26T17:43:40.953383+0000 mgr.y (mgr.15954) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.563 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:42 smithi153 bash[108194]: cephadm 2023-12-26T17:43:40.963186+0000 mgr.y (mgr.15954) 25 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:42.563 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:42 smithi153 bash[108194]: cephadm 2023-12-26T17:43:40.969971+0000 mgr.y (mgr.15954) 26 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:42.563 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:42.564 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:42.564 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:42.564 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:42.564 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:42.564 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:42.564 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:42.815 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[111579]: cluster 2023-12-26T17:43:40.800038+0000 mgr.y (mgr.15954) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[111579]: cluster 2023-12-26T17:43:40.953114+0000 mgr.y (mgr.15954) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[111579]: cluster 2023-12-26T17:43:40.953383+0000 mgr.y (mgr.15954) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[111579]: cephadm 2023-12-26T17:43:40.963186+0000 mgr.y (mgr.15954) 25 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[111579]: cephadm 2023-12-26T17:43:40.969971+0000 mgr.y (mgr.15954) 26 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[108165]: cluster 2023-12-26T17:43:40.800038+0000 mgr.y (mgr.15954) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[108165]: cluster 2023-12-26T17:43:40.953114+0000 mgr.y (mgr.15954) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[108165]: cluster 2023-12-26T17:43:40.953383+0000 mgr.y (mgr.15954) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[108165]: cephadm 2023-12-26T17:43:40.963186+0000 mgr.y (mgr.15954) 25 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:43:42.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:42 smithi001 bash[108165]: cephadm 2023-12-26T17:43:40.969971+0000 mgr.y (mgr.15954) 26 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:42] "GET /metrics HTTP/1.1" 200 152672 "" "Prometheus/2.33.4" 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:42.603+0000 7ff58dba8700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:42.817 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:42.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: yield (conn, connr) 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: code, '\n'.join(err))) 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:43:42.819 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:42.820 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:43:42.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:42.649+0000 7fa0706a7680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:43:42.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 bash[127093]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:42.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:42.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:42.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:42 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:43.174 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:42.911+0000 7fa0706a7680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:43:43.174 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:43.045+0000 7fa0706a7680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:43:43.437 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:43.180+0000 7fa0706a7680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:43.438 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:43.358+0000 7fa0706a7680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: cephadm 2023-12-26T17:43:42.604615+0000 mgr.y (mgr.15954) 27 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Reconfig daemon grafana.a ... 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: main() 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:43:43.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: yield (conn, connr) 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:43.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: code, '\n'.join(err))) 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Reconfig daemon grafana.a ... 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: cephadm 2023-12-26T17:43:42.604615+0000 mgr.y (mgr.15954) 27 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:43.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: main() 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:43.819 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: yield (conn, connr) 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: Traceback (most recent call last): 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: main() 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: r = ctx.func(ctx) 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: return func(ctx) 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: ports=daemon_ports) 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.606237+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.607418+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.609005+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: cephadm 2023-12-26T17:43:42.609769+0000 mgr.y (mgr.15954) 28 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.610029+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]: dispatch 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: main() 2023-12-26T17:43:43.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.606237+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.607418+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:43.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.609005+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: cephadm 2023-12-26T17:43:42.609769+0000 mgr.y (mgr.15954) 28 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.610029+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]: dispatch 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.614953+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]': finished 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.615883+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.619804+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.620679+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-26T17:43:43.824 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.624368+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.625946+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: audit 2023-12-26T17:43:42.626798+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: cephadm 2023-12-26T17:43:42.627421+0000 mgr.y (mgr.15954) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[108165]: cluster 2023-12-26T17:43:42.953778+0000 mgr.y (mgr.15954) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.614953+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]': finished 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.615883+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.619804+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.620679+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-26T17:43:43.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.624368+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.625946+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: audit 2023-12-26T17:43:42.626798+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: cephadm 2023-12-26T17:43:42.627421+0000 mgr.y (mgr.15954) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:43 smithi001 bash[111579]: cluster 2023-12-26T17:43:42.953778+0000 mgr.y (mgr.15954) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:43.444+0000 7fa0706a7680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: [26/Dec/2023:17:43:43] ENGINE Bus STARTING 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: CherryPy Checker: 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: The Application mounted at '' has an empty config. 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: 2023-12-26T17:43:43.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: [26/Dec/2023:17:43:43] ENGINE Serving on http://:::9283 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: [26/Dec/2023:17:43:43] ENGINE Bus STARTED 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: cephadm 2023-12-26T17:43:42.604615+0000 mgr.y (mgr.15954) 27 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.827 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: main() 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.828 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: yield (conn, connr) 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: main() 2023-12-26T17:43:43.829 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.606237+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.607418+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-26T17:43:43.830 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.609005+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: cephadm 2023-12-26T17:43:42.609769+0000 mgr.y (mgr.15954) 28 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.610029+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]: dispatch 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.614953+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]': finished 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.615883+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.619804+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.620679+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.624368+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.625946+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: audit 2023-12-26T17:43:42.626798+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: cephadm 2023-12-26T17:43:42.627421+0000 mgr.y (mgr.15954) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-26T17:43:43.831 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:43 smithi153 bash[108194]: cluster 2023-12-26T17:43:42.953778+0000 mgr.y (mgr.15954) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:44.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.462550+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.462893+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: cluster 2023-12-26T17:43:43.462949+0000 mon.a (mon.0) 1044 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: cluster 2023-12-26T17:43:43.463037+0000 mon.a (mon.0) 1045 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.464945+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.465280+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: cephadm 2023-12-26T17:43:43.637903+0000 mgr.y (mgr.15954) 31 : cephadm [INF] Upgrade: Updating mon.a 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.638325+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.642230+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.642902+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.643422+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:43:44.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.643921+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: cephadm 2023-12-26T17:43:43.644401+0000 mgr.y (mgr.15954) 32 : cephadm [INF] Deploying daemon mon.a on smithi001 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: audit 2023-12-26T17:43:43.644719+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.462550+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.462893+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: cluster 2023-12-26T17:43:43.462949+0000 mon.a (mon.0) 1044 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: cluster 2023-12-26T17:43:43.463037+0000 mon.a (mon.0) 1045 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.464945+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.465280+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: cephadm 2023-12-26T17:43:43.637903+0000 mgr.y (mgr.15954) 31 : cephadm [INF] Upgrade: Updating mon.a 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.638325+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.642230+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-26T17:43:44.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.642902+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:43:44.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.643422+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:43:44.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.643921+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:44.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: cephadm 2023-12-26T17:43:43.644401+0000 mgr.y (mgr.15954) 32 : cephadm [INF] Deploying daemon mon.a on smithi001 2023-12-26T17:43:44.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[111579]: audit 2023-12-26T17:43:43.644719+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:43:44.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.462550+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:44.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.462893+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:44.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: cluster 2023-12-26T17:43:43.462949+0000 mon.a (mon.0) 1044 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: cluster 2023-12-26T17:43:43.463037+0000 mon.a (mon.0) 1045 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.464945+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.465280+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: cephadm 2023-12-26T17:43:43.637903+0000 mgr.y (mgr.15954) 31 : cephadm [INF] Upgrade: Updating mon.a 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.638325+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.642230+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.642902+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.643422+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.643921+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: cephadm 2023-12-26T17:43:43.644401+0000 mgr.y (mgr.15954) 32 : cephadm [INF] Deploying daemon mon.a on smithi001 2023-12-26T17:43:44.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:44 smithi153 bash[108194]: audit 2023-12-26T17:43:43.644719+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:43:44.865 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 systemd[1]: Stopping Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:44.865 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: debug 2023-12-26T17:43:44.632+0000 7f16018e0700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[108165]: debug 2023-12-26T17:43:44.632+0000 7f16018e0700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:44] ENGINE Bus STOPPING 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:44] ENGINE Bus STOPPED 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:44] ENGINE Bus STARTING 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:44] ENGINE Serving on http://:::9283 2023-12-26T17:43:44.866 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:44] ENGINE Bus STARTED 2023-12-26T17:43:45.141 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:44 smithi001 bash[139710]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.a 2023-12-26T17:43:45.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 bash[139775]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-26T17:43:45.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-26T17:43:45.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 systemd[1]: Stopped Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:45.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 systemd[1]: Starting Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.886+0000 7f5c22dba880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.886+0000 7f5c22dba880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.886+0000 7f5c22dba880 0 pidfile_write: ignore empty --pid-file 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.890+0000 7f5c22dba880 0 load: jerasure load: lrc load: isa 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.890+0000 7f5c22dba880 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.890+0000 7f5c22dba880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.890+0000 7f5c22dba880 4 rocksdb: Compile date Dec 20 2023 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.890+0000 7f5c22dba880 4 rocksdb: DB SUMMARY 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: CURRENT file: CURRENT 2023-12-26T17:43:46.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 2479 Bytes 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000060.sst 000061.sst 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000058.log size: 4343298 ; 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.create_if_missing: 0 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.env: 0x56292b29b080 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.fs: Posix File System 2023-12-26T17:43:46.171 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.info_log: 0x56292bf29a20 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:43:46.172 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.db_log_dir: 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.write_buffer_manager: 0x56292cc26390 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:43:46.173 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.unordered_write: 0 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.row_cache: None 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.wal_filter: None 2023-12-26T17:43:46.174 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:43:46.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:43:46.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:43:46.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:43:46.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:43:46.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 bash[139913]: 3438a15fd1761d1d7e4e431858640bcc4048a581a984f7e9a3f3047414c55305 2023-12-26T17:43:46.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:43:46.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:43:46.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Compression algorithms supported: 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kZSTD supported: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:43:46.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.merge_operator: 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56292bed9d28) 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cache_index_and_filter_blocks: 1 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:43:46.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: pin_top_level_index_and_filter: 1 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: index_type: 0 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: data_block_index_type: 0 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: index_shortening: 1 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: hash_index_allow_collision: 1 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: checksum: 1 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: no_block_cache: 0 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_cache: 0x56292bf0ef10 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_cache_name: BinnedLRUCache 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_cache_options: 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: capacity : 536870912 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: num_shard_bits : 4 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: strict_capacity_limit : 0 2023-12-26T17:43:46.180 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: high_pri_pool_ratio: 0.000 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_cache_compressed: (nil) 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: persistent_cache: (nil) 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_size: 4096 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_size_deviation: 10 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_restart_interval: 16 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: index_block_restart_interval: 1 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: metadata_block_size: 4096 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: partition_filters: 0 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: use_delta_encoding: 1 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: whole_key_filtering: 1 2023-12-26T17:43:46.181 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: verify_compression: 0 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: read_amp_bytes_per_bit: 0 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: format_version: 2 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: enable_index_compression: 1 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: block_align: 0 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.num_levels: 7 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:43:46.182 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:43:46.183 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:43:46.184 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:43:46.185 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:43:46.186 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.ttl: 2592000 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 63, last_sequence is 22357, log_number is 58,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T17:43:46.187 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.891+0000 7f5c22dba880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 58 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.892+0000 7f5c22dba880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612625893819, "job": 1, "event": "recovery_started", "log_files": [58]} 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.892+0000 7f5c22dba880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #58 mode 2 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.895+0000 7f5c22dba880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 systemd[1]: Started Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.901+0000 7f5c22dba880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612625903182, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 63, "file_size": 4328058, "table_properties": {"data_size": 4325037, "index_size": 1879, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 325, "raw_key_size": 2618, "raw_average_key_size": 24, "raw_value_size": 4321836, "raw_average_value_size": 39649, "num_data_blocks": 58, "num_entries": 109, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703612625, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.901+0000 7f5c22dba880 4 rocksdb: [version_set.cc:3826] Creating manifest 64 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.901+0000 7f5c22dba880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612625903619, "job": 1, "event": "recovery_finished"} 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.902+0000 7f5c22dba880 4 rocksdb: DB pointer 0x56292bfd7800 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.903+0000 7f5c09bc0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T17:43:46.188 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.903+0000 7f5c09bc0700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** DB Stats ** 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** Compaction Stats [default] ** 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: L0 1/0 4.13 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.189 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: L6 2/0 118.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Sum 3/0 122.15 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** Compaction Stats [default] ** 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Flush(GB): cumulative 0.004, interval 0.004 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Cumulative compaction: 0.00 GB write, 348.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:43:46.190 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Interval compaction: 0.00 GB write, 348.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** Compaction Stats [default] ** 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: L0 1/0 4.13 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: L6 2/0 118.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Sum 3/0 122.15 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** Compaction Stats [default] ** 2023-12-26T17:43:46.191 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 737.3 0.01 0.00 1 0.006 0 0 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Flush(GB): cumulative 0.004, interval 0.000 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Cumulative compaction: 0.00 GB write, 347.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:43:46.192 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.903+0000 7f5c22dba880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.904+0000 7f5c22dba880 1 mon.a@-1(???) e3 preinit fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.904+0000 7f5c22dba880 0 mon.a@-1(???).mds e1 new map 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.904+0000 7f5c22dba880 0 mon.a@-1(???).mds e1 print_map 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: e1 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: legacy client fscid: -1 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: No filesystems configured 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.905+0000 7f5c22dba880 0 mon.a@-1(???).osd e77 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.905+0000 7f5c22dba880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.905+0000 7f5c22dba880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:43:46.193 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.905+0000 7f5c22dba880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.462550+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.462893+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:43.462949+0000 mon.a (mon.0) 1044 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:43.463037+0000 mon.a (mon.0) 1045 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.464945+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.465280+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.? 172.21.15.153:0/2202128127' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:43:43.637903+0000 mgr.y (mgr.15954) 31 : cephadm [INF] Upgrade: Updating mon.a 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.638325+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.642230+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.642902+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:43:46.194 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.643422+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:43:46.195 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.643921+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:43:46.195 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:43:43.644401+0000 mgr.y (mgr.15954) 32 : cephadm [INF] Deploying daemon mon.a on smithi001 2023-12-26T17:43:46.195 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:43.644719+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:43:46.195 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:43:45.906+0000 7f5c22dba880 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-26T17:43:46.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ignoring --setuser ceph since I am not root 2023-12-26T17:43:46.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ignoring --setgroup ceph since I am not root 2023-12-26T17:43:46.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:46.194+0000 7f9ee1308700 1 -- 172.21.15.1:0/3403473060 <== mon.1 v2:172.21.15.1:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d7a3ca44e0 con 0x55d7a3c7b400 2023-12-26T17:43:46.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:46.318+0000 7f9ef14d1680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:43:46.566 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:46.403+0000 7f9ef14d1680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:44.640300+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:44.640467+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:44.640626+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:44.954358+0000 mgr.y (mgr.15954) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:45.940764+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:43.644317Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.116197+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.129636+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.133115+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.133578+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.133610+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.134426+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e31: y(active, since 33s), standbys: x 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.142370+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e32: y(active, since 33s), standbys: x 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.143767+0000 mon.a (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:43:46.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.143793+0000 mon.a (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:46.143810+0000 mon.a (mon.0) 10 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:46.149474+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.15954 ' entity='' 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: audit 2023-12-26T17:43:44.640300+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: audit 2023-12-26T17:43:44.640467+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: audit 2023-12-26T17:43:44.640626+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:44.954358+0000 mgr.y (mgr.15954) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:46.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: audit 2023-12-26T17:43:45.940764+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:43.644317Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.116197+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.129636+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.133115+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.133578+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.133610+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.134426+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e31: y(active, since 33s), standbys: x 2023-12-26T17:43:46.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.142370+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e32: y(active, since 33s), standbys: x 2023-12-26T17:43:46.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.143767+0000 mon.a (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:43:46.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.143793+0000 mon.a (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:43:46.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: cluster 2023-12-26T17:43:46.143810+0000 mon.a (mon.0) 10 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:43:46.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:46 smithi001 bash[111579]: audit 2023-12-26T17:43:46.149474+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.15954 ' entity='' 2023-12-26T17:43:46.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ignoring --setuser ceph since I am not root 2023-12-26T17:43:46.575 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ignoring --setgroup ceph since I am not root 2023-12-26T17:43:46.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:46.184+0000 7f945ac4c700 1 -- 172.21.15.153:0/2404797472 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5564f55f24e0 con 0x5564f55c9000 2023-12-26T17:43:46.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:46.310+0000 7f946ae15680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-26T17:43:46.576 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:46.392+0000 7f946ae15680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-26T17:43:46.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: audit 2023-12-26T17:43:44.640300+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: audit 2023-12-26T17:43:44.640467+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: audit 2023-12-26T17:43:44.640626+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:44.954358+0000 mgr.y (mgr.15954) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: audit 2023-12-26T17:43:45.940764+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.15954 172.21.15.1:0/3672167013' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi001","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi001\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi001\", \"container_id\": \"8715954880a7\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 444176793, \"cpu_percentage\": \"54.12%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443, 9283], \"last_refresh\": \"2023-12-26T17:43:22.199041Z\", \"created\": \"2023-12-26T17:15:09.952603Z\", \"started\": \"2023-12-26T17:43:06.221460Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi001\", \"container_id\": \"5525b27b2751\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 421842124, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199124Z\", \"created\": \"2023-12-26T17:16:15.969790Z\", \"started\": \"2023-12-26T17:16:16.000648Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi001\", \"container_id\": \"4c908c06357a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 139146035, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199194Z\", \"created\": \"2023-12-26T17:16:52.671338Z\", \"started\": \"2023-12-26T17:17:06.303213Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi001\", \"container_id\": \"e6895dc60de5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 149107507, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199262Z\", \"created\": \"2023-12-26T17:17:06.676167Z\", \"started\": \"2023-12-26T17:17:19.925696Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi001\", \"container_id\": \"f257188e80ac\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106954752, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199329Z\", \"created\": \"2023-12-26T17:17:20.475998Z\", \"started\": \"2023-12-26T17:17:34.838086Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi001\", \"container_id\": \"44ababf7dafb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 151938662, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199396Z\", \"created\": \"2023-12-26T17:17:35.043821Z\", \"started\": \"2023-12-26T17:17:36.238116Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi001\", \"container_id\": \"614d325a5fdd\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12970885, \"cpu_percentage\": \"0.22%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199464Z\", \"created\": \"2023-12-26T17:23:36.159405Z\", \"started\": \"2023-12-26T17:39:09.300862Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi001.lafcaw\", \"daemon_name\": \"rgw.r.z.smithi001.lafcaw\", \"hostname\": \"smithi001\", \"container_id\": \"55613fb52def\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58919485, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-26T17:43:22.199530Z\", \"created\": \"2023-12-26T17:26:28.613248Z\", \"started\": \"2023-12-26T17:26:28.646425Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi001\", \"container_id\": \"5f57bebb6bf6\", \"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\": 17217617, \"cpu_percentage\": \"0.13%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [9093, 9094], \"last_refresh\": \"2023-12-26T17:43:22.199595Z\", \"created\": \"2023-12-26T17:38:47.544790Z\", \"started\": \"2023-12-26T17:39:19.680169Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571847Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d951574-03e6-4b4a-b57c-625fe6f234fd\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"539WGC-qMwO-KHpy-ivyG-Sbxe-eueW-P27fSU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d6ca3a5-353c-4a4f-821a-bb37bfe9b153\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"nm650J-rBGt-2AOG-HNhF-zQIy-MgeZ-ntw2Vq\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a80fa4e6-3b2d-49af-8576-8c29e41463c0\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"cIW3Ar-RwLv-oPRr-02Rj-IrUX-BkV7-A9nEG4\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4d2cffc4-92fc-4cfd-9e38-0c668684164b\", \"cluster_fsid\": \"414638a8-a412-11ee-95a5-87774f69a715\", \"block_uuid\": \"11XA7j-2cP1-xn3G-vmBS-gUy4-to7d-59qFZu\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB7513000D480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-26T17:38:28.571859Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQQD\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-26T17:39:16.556653Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-26T17:42:54.136152Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:02.616953Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:16.674143Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:31.373303Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-26T17:17:33.674664Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:23:35.628850Z\"}, \"rgw.r.z.smithi001.lafcaw\": {\"deps\": [], \"last_config\": \"2023-12-26T17:26:27.465829Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-26T17:39:17.454503Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-26T17:43:43.644317Z\"}}, \"last_device_update\": \"2023-12-26T17:17:38.124423Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-26T17:38:38.661100Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.116197+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.129636+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:43:46.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.133115+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.133578+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.133610+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.134426+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e31: y(active, since 33s), standbys: x 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.142370+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e32: y(active, since 33s), standbys: x 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.143767+0000 mon.a (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.143793+0000 mon.a (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: cluster 2023-12-26T17:43:46.143810+0000 mon.a (mon.0) 10 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:43:46.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:46 smithi153 bash[108194]: audit 2023-12-26T17:43:46.149474+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.15954 ' entity='' 2023-12-26T17:43:47.065 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:46.789+0000 7f9ef14d1680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:43:47.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:46.764+0000 7f946ae15680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-26T17:43:47.806 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:47.513+0000 7f946ae15680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:43:47.806 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:47.598+0000 7f946ae15680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:43:47.884 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:47.585+0000 7f9ef14d1680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-26T17:43:47.884 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:47.668+0000 7f9ef14d1680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-26T17:43:48.075 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:47.812+0000 7f946ae15680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:43:48.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:47.890+0000 7f9ef14d1680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-26T17:43:49.057 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:48 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:48.762+0000 7f946ae15680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:43:49.058 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:48 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:48.891+0000 7f946ae15680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:49.058 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:48 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:48.971+0000 7f946ae15680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:49.058 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:49.063+0000 7f946ae15680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:43:49.194 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:48 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:48.884+0000 7f9ef14d1680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-26T17:43:49.194 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:49.020+0000 7f9ef14d1680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:49.194 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:49.104+0000 7f9ef14d1680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:49.325 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:49.261+0000 7f946ae15680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:43:49.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:49.199+0000 7f9ef14d1680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-26T17:43:49.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:49.405+0000 7f9ef14d1680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-26T17:43:49.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:49.545+0000 7f946ae15680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:43:49.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:49.644+0000 7f946ae15680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:50.065 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:49.701+0000 7f9ef14d1680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-26T17:43:50.066 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:49.806+0000 7f9ef14d1680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-26T17:43:50.722 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:50.375+0000 7f946ae15680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:43:50.722 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:50.459+0000 7f946ae15680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:43:50.722 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:50.551+0000 7f946ae15680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:43:50.952 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:50.574+0000 7f9ef14d1680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-26T17:43:50.952 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:50.662+0000 7f9ef14d1680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-26T17:43:50.952 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:50.760+0000 7f9ef14d1680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-26T17:43:50.984 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:50.728+0000 7f946ae15680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:43:51.224 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:50.958+0000 7f9ef14d1680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-26T17:43:51.254 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:50.990+0000 7f946ae15680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:43:51.255 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:51.125+0000 7f946ae15680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:43:51.507 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:51.229+0000 7f9ef14d1680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-26T17:43:51.507 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:51.369+0000 7f9ef14d1680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-26T17:43:51.516 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:51.260+0000 7f946ae15680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:51.516 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:51.435+0000 7f946ae15680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:43:51.784 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:51.512+0000 7f9ef14d1680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-26T17:43:51.784 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:51.698+0000 7f9ef14d1680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-26T17:43:51.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: debug 2023-12-26T17:43:51.522+0000 7f946ae15680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:43:51.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: [26/Dec/2023:17:43:51] ENGINE Bus STARTING 2023-12-26T17:43:51.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: CherryPy Checker: 2023-12-26T17:43:51.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: The Application mounted at '' has an empty config. 2023-12-26T17:43:51.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: 2023-12-26T17:43:51.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: [26/Dec/2023:17:43:51] ENGINE Serving on http://:::9283 2023-12-26T17:43:51.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: [26/Dec/2023:17:43:51] ENGINE Bus STARTED 2023-12-26T17:43:52.065 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:51.790+0000 7f9ef14d1680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:51.537897+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:51.537980+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:51.539385+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:51.539901+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:51.541845+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:51.542797+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:51.804715+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:51.804987+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-26T17:43:52.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:51.810287+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:51.810635+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e33: y(active, starting, since 0.00571851s), standbys: x 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: cluster 2023-12-26T17:43:51.537897+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: cluster 2023-12-26T17:43:51.537980+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: audit 2023-12-26T17:43:51.539385+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: audit 2023-12-26T17:43:51.539901+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: audit 2023-12-26T17:43:51.541845+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: audit 2023-12-26T17:43:51.542797+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: cluster 2023-12-26T17:43:51.804715+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:43:52.067 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: cluster 2023-12-26T17:43:51.804987+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-26T17:43:52.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: cluster 2023-12-26T17:43:51.810287+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:43:52.068 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:51 smithi001 bash[111579]: cluster 2023-12-26T17:43:51.810635+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e33: y(active, starting, since 0.00571851s), standbys: x 2023-12-26T17:43:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: cluster 2023-12-26T17:43:51.537897+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2023-12-26T17:43:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: cluster 2023-12-26T17:43:51.537980+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2023-12-26T17:43:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: audit 2023-12-26T17:43:51.539385+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-26T17:43:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: audit 2023-12-26T17:43:51.539901+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: audit 2023-12-26T17:43:51.541845+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-26T17:43:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: audit 2023-12-26T17:43:51.542797+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.? 172.21.15.153:0/2813808235' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: cluster 2023-12-26T17:43:51.804715+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-26T17:43:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: cluster 2023-12-26T17:43:51.804987+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-26T17:43:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: cluster 2023-12-26T17:43:51.810287+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:43:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:51 smithi153 bash[108194]: cluster 2023-12-26T17:43:51.810635+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e33: y(active, starting, since 0.00571851s), standbys: x 2023-12-26T17:43:53.075 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:43:53.075 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:43:53.075 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:53.075 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:53.075 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 bash[127240]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:43:53.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:43:52 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:43:53.815 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:43:53 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:43:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.1:8443: connect: connection refused" 2023-12-26T17:43:57.914 INFO:teuthology.orchestra.run.smithi001.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-26T17:43:57.914 INFO:teuthology.orchestra.run.smithi001.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:57.914+0000 7f9ea4cd3700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:43:57.916+0000 7f9ea4cd3700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:58] ENGINE Bus STARTING 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [78B blob data] 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [80B blob data] 2023-12-26T17:43:58.114 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.814879+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.815150+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.815383+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.816330+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.816602+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.816878+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.817196+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.817509+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.817838+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.818137+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.818439+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.818758+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.819084+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:43:58.115 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.819409+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.819662+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.814879+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.815150+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.815383+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.816330+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.816602+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.816878+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.817196+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.817509+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.817838+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:43:58.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.818137+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.818439+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.818758+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.819084+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.819409+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.819662+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.820182+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.820978+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.821945+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.820182+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:43:58.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.820978+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.821945+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.822329+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.822725+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.823148+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.823543+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.823971+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.824367+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.824779+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_crt"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.825174+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_key"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.825582+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.825978+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:43:58.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.826365+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.822329+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.822725+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.823148+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.823543+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.823971+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.824367+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.824779+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_crt"}]: dispatch 2023-12-26T17:43:58.119 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.825174+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_key"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.825582+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.825978+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.826365+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.826763+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.827147+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.827507+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.827919+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.828328+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.828681+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.829058+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:43:58.120 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.829392+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.829767+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.830124+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.830487+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.830854+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.831223+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: audit 2023-12-26T17:43:57.831588+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:57 smithi001 bash[111579]: cluster 2023-12-26T17:43:57.853500+0000 mon.a (mon.0) 61 : cluster [INF] Manager daemon y is now available 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.826763+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.827147+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.827507+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.827919+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:43:58.121 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.828328+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.828681+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.829058+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.829392+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.829767+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.830124+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.830487+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.830854+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.831223+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.831588+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:43:58.122 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:57.853500+0000 mon.a (mon.0) 61 : cluster [INF] Manager daemon y is now available 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.814879+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.815150+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.815383+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.816330+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.816602+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.816878+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.817196+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.817509+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T17:43:58.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.817838+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.818137+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.818439+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.818758+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.819084+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.819409+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.819662+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.820182+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.820978+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.821945+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.822329+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.822725+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.823148+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi001"}]: dispatch 2023-12-26T17:43:58.124 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.823543+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.823971+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.824367+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.824779+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_crt"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.825174+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi153/grafana_key"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.825582+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.825978+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.826365+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.826763+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.827147+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.827507+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.827919+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-26T17:43:58.125 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.828328+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.828681+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.829058+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.829392+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.829767+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.830124+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.830487+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.830854+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.831223+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: audit 2023-12-26T17:43:57.831588+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-26T17:43:58.126 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:57 smithi153 bash[108194]: cluster 2023-12-26T17:43:57.853500+0000 mon.a (mon.0) 61 : cluster [INF] Manager daemon y is now available 2023-12-26T17:43:58.278 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch ps' 2023-12-26T17:43:58.513 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: CherryPy Checker: 2023-12-26T17:43:58.514 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: The Application mounted at '' has an empty config. 2023-12-26T17:43:58.514 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:43:58.514 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:58] ENGINE Serving on http://:::9283 2023-12-26T17:43:58.514 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:43:58] ENGINE Bus STARTED 2023-12-26T17:43:59.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: cluster 2023-12-26T17:43:57.911339+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e34: y(active, since 6s), standbys: x 2023-12-26T17:43:59.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:57.917847+0000 mgr.y (mgr.34104) 1 : audit [DBG] from='client.25951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:59.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: cluster 2023-12-26T17:43:57.919182+0000 mgr.y (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:59.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:57.975414+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:59.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:57.977226+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:59.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:58.035168+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:43:59.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:58.041347+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-26T17:43:59.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:58.278038+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:59.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:58 smithi153 bash[108194]: audit 2023-12-26T17:43:58.278307+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:59.174 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: cluster 2023-12-26T17:43:57.911339+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e34: y(active, since 6s), standbys: x 2023-12-26T17:43:59.174 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:57.917847+0000 mgr.y (mgr.34104) 1 : audit [DBG] from='client.25951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:59.174 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: cluster 2023-12-26T17:43:57.919182+0000 mgr.y (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:59.174 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:57.975414+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:57.977226+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:58.035168+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:58.041347+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:58.278038+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:58 smithi001 bash[111579]: audit 2023-12-26T17:43:58.278307+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:57.911339+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e34: y(active, since 6s), standbys: x 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.917847+0000 mgr.y (mgr.34104) 1 : audit [DBG] from='client.25951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:57.919182+0000 mgr.y (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.975414+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:57.977226+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:58.035168+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:43:59.175 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:58.041347+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-26T17:43:59.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:58.278038+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:59.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:58.278307+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:43:59.566 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:43:59.322Z caller=notify.go:735 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify success" attempts=6 2023-12-26T17:43:59.577 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 running (4m) 37s ago 5m 16.4M - 0.23.0 ba2b418f427c 5f57bebb6bf6 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 error 18s ago 17m 29.6M - 6.6.2 87a51ecf0b1c 05b314e0772d 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 *:8443,9283 running (22s) 18s ago 27m 40.2M - 16.2.14-413-g639f0137 19e6b2dc6c74 354b4a1fa9d6 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 *:8443,9283 running (53s) 37s ago 28m 423M - 16.2.14-413-g639f0137 19e6b2dc6c74 8715954880a7 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 starting - - - 2048M 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (27m) 18s ago 27m 384M 2048M 15.2.0 204a01f9b0b6 e14bd4400aa8 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (27m) 37s ago 27m 402M 2048M 15.2.0 204a01f9b0b6 5525b27b2751 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running (4m) 37s ago 20m 12.3M - 1.7.0 72c9c2088986 614d325a5fdd 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (4m) 18s ago 20m 10.7M - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (26m) 37s ago 27m 132M 4096M 15.2.0 204a01f9b0b6 4c908c06357a 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (26m) 37s ago 26m 142M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:43:59.578 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (26m) 37s ago 26m 102M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (26m) 37s ago 26m 144M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (26m) 18s ago 26m 149M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (25m) 18s ago 26m 135M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (25m) 18s ago 25m 119M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (25m) 18s ago 25m 137M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (4m) 18s ago 4m 59.9M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (17m) 37s ago 17m 56.1M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:43:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (17m) 18s ago 17m 56.4M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:43:59.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:43:59 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:43:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:43:59.911 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:58.906889+0000 mon.a (mon.0) 69 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-26T17:43:59.911 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:58.906954+0000 mon.a (mon.0) 70 : cluster [INF] Cluster is now healthy 2023-12-26T17:44:00.043 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions' 2023-12-26T17:44:00.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.574017+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.169 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.574402+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.574718+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.575041+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.575388+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.575678+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.577536+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.577943+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.578346+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.578715+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:43:59 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.579087+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: cluster 2023-12-26T17:43:58.906889+0000 mon.a (mon.0) 69 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: cluster 2023-12-26T17:43:58.906954+0000 mon.a (mon.0) 70 : cluster [INF] Cluster is now healthy 2023-12-26T17:44:00.170 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.574017+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.574402+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.574718+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.575041+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.575388+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.575678+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.577536+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.577943+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.578346+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.578715+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.171 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:43:59 smithi001 bash[111579]: audit 2023-12-26T17:43:59.579087+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: cluster 2023-12-26T17:43:58.906889+0000 mon.a (mon.0) 69 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: cluster 2023-12-26T17:43:58.906954+0000 mon.a (mon.0) 70 : cluster [INF] Cluster is now healthy 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.574017+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.574402+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.574718+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.575041+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.575388+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.575678+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.577536+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.577943+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.578346+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.280 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.578715+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:00.280 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:43:59 smithi153 bash[108194]: audit 2023-12-26T17:43:59.579087+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:01.049 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:00 smithi153 bash[108194]: audit 2023-12-26T17:43:59.571740+0000 mgr.y (mgr.34104) 3 : audit [DBG] from='client.25969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:44:01.049 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:00 smithi153 bash[108194]: cluster 2023-12-26T17:43:59.818109+0000 mgr.y (mgr.34104) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:01.049 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:00 smithi153 bash[108194]: cluster 2023-12-26T17:43:59.921559+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e35: y(active, since 8s), standbys: x 2023-12-26T17:44:01.065 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:00 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:43:59.571740+0000 mgr.y (mgr.34104) 3 : audit [DBG] from='client.25969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:44:01.065 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:00 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:59.818109+0000 mgr.y (mgr.34104) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:01.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:00 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:43:59.921559+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e35: y(active, since 8s), standbys: x 2023-12-26T17:44:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:00 smithi001 bash[111579]: audit 2023-12-26T17:43:59.571740+0000 mgr.y (mgr.34104) 3 : audit [DBG] from='client.25969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:44:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:00 smithi001 bash[111579]: cluster 2023-12-26T17:43:59.818109+0000 mgr.y (mgr.34104) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:01.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:00 smithi001 bash[111579]: cluster 2023-12-26T17:43:59.921559+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e35: y(active, since 8s), standbys: x 2023-12-26T17:44:01.426 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:44:01.427 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 3 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:44:01.428 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:44:02.003 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.433770+0000 mon.b (mon.2) 352 : audit [DBG] from='client.? 172.21.15.1:0/3701287101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.559430+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.829705+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.830126+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.830471+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.830819+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.831175+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.831515+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.237 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.831865+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.832205+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:01 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:01.832580+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.433770+0000 mon.b (mon.2) 352 : audit [DBG] from='client.? 172.21.15.1:0/3701287101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.559430+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.829705+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.830126+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.830471+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.830819+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.831175+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.831515+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.831865+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.238 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.832205+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.239 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:01 smithi001 bash[111579]: audit 2023-12-26T17:44:01.832580+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.433770+0000 mon.b (mon.2) 352 : audit [DBG] from='client.? 172.21.15.1:0/3701287101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:02.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.559430+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:02.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.829705+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.830126+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.830471+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.830819+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.831175+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.831515+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.831865+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.832205+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:02.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:01 smithi153 bash[108194]: audit 2023-12-26T17:44:01.832580+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:02.565 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:02 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:02] "GET /metrics HTTP/1.1" 200 152519 "" "Prometheus/2.33.4" 2023-12-26T17:44:03.013 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:02 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:01.818466+0000 mgr.y (mgr.34104) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:03.013 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:02 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:02.731502+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:03.013 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:02 smithi001 bash[111579]: cluster 2023-12-26T17:44:01.818466+0000 mgr.y (mgr.34104) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:03.013 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:02 smithi001 bash[111579]: audit 2023-12-26T17:44:02.731502+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:03.029 INFO:teuthology.orchestra.run.smithi001.stdout:wait for servicemap items w/ changing names to refresh 2023-12-26T17:44:03.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:02 smithi153 bash[108194]: cluster 2023-12-26T17:44:01.818466+0000 mgr.y (mgr.34104) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:03.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:02 smithi153 bash[108194]: audit 2023-12-26T17:44:02.731502+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:03.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:44:03.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 2. 2023-12-26T17:44:03.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:03.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 bash[128000]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:03.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:03.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:03.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:02 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:03.343 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'sleep 60' 2023-12-26T17:44:03.922 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.089003+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.089390+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.089690+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.089978+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.090241+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.090489+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.090745+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.091013+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.091273+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:03.095475+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:03.099731+0000 mgr.y (mgr.34104) 7 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:03.923 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:03 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:03.136054+0000 mgr.y (mgr.34104) 8 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:04.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.089003+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.089390+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.089690+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.089978+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.090241+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.090489+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.090745+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.091013+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.091273+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: audit 2023-12-26T17:44:03.095475+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: cephadm 2023-12-26T17:44:03.099731+0000 mgr.y (mgr.34104) 7 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:04.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:03 smithi153 bash[108194]: cephadm 2023-12-26T17:44:03.136054+0000 mgr.y (mgr.34104) 8 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:04.195 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.089003+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.195 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.089390+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.089690+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.089978+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.090241+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.090489+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.090745+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.091013+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.091273+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: audit 2023-12-26T17:44:03.095475+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: cephadm 2023-12-26T17:44:03.099731+0000 mgr.y (mgr.34104) 7 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:04.196 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:03 smithi001 bash[111579]: cephadm 2023-12-26T17:44:03.136054+0000 mgr.y (mgr.34104) 8 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:04.771 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:04.771 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:04.771 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:04.771 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:04.771 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:04.771 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:04.772 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:04 smithi001 bash[111579]: cluster 2023-12-26T17:44:03.922907+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:04 smithi001 bash[111579]: audit 2023-12-26T17:44:04.812651+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:04 smithi001 bash[111579]: audit 2023-12-26T17:44:04.815842+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:04 smithi001 bash[111579]: audit 2023-12-26T17:44:04.817300+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:04 smithi001 bash[111579]: audit 2023-12-26T17:44:04.818081+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:03.922907+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:04.812651+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:04.815842+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:05.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:04.817300+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:04.818081+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:04.810+0000 7f9e777c1700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:05.067 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:05.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: yield (conn, connr) 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: code, '\n'.join(err))) 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:05.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:05.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:44:05.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:04 smithi153 bash[108194]: cluster 2023-12-26T17:44:03.922907+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-26T17:44:05.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:04 smithi153 bash[108194]: audit 2023-12-26T17:44:04.812651+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:05.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:04 smithi153 bash[108194]: audit 2023-12-26T17:44:04.815842+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:05.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:04 smithi153 bash[108194]: audit 2023-12-26T17:44:04.817300+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:05.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:04 smithi153 bash[108194]: audit 2023-12-26T17:44:04.818081+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-26T17:44:05.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 bash[128194]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:05.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:05.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:05.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:04 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:06.211 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: cephadm 2023-12-26T17:44:04.811015+0000 mgr.y (mgr.34104) 9 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.211 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.211 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:44:06.211 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: main() 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:06.212 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: yield (conn, connr) 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: code, '\n'.join(err))) 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.213 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Reconfig daemon grafana.a ... 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:04.811015+0000 mgr.y (mgr.34104) 9 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:06.214 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.215 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: Traceback (most recent call last): 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: main() 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: r = ctx.func(ctx) 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:06.216 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: return func(ctx) 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: ports=daemon_ports) 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: cephadm 2023-12-26T17:44:04.818649+0000 mgr.y (mgr.34104) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: cluster 2023-12-26T17:44:05.092960+0000 mgr.y (mgr.34104) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: audit 2023-12-26T17:44:05.718482+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: audit 2023-12-26T17:44:05.719159+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:06.217 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: audit 2023-12-26T17:44:05.719761+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: audit 2023-12-26T17:44:05.720284+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:05 smithi001 bash[111579]: audit 2023-12-26T17:44:05.721136+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: yield (conn, connr) 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: code, '\n'.join(err))) 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.218 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:06.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:06.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:06.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:06.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:06.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:06.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:04.818649+0000 mgr.y (mgr.34104) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:05.092960+0000 mgr.y (mgr.34104) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:05.718482+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:05.719159+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:05.719761+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:05.720284+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:06.221 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:05 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:05.721136+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: cephadm 2023-12-26T17:44:04.811015+0000 mgr.y (mgr.34104) 9 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: main() 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:44:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: yield (conn, connr) 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:44:06.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:06.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: main() 2023-12-26T17:44:06.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: cephadm 2023-12-26T17:44:04.818649+0000 mgr.y (mgr.34104) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-26T17:44:06.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: cluster 2023-12-26T17:44:05.092960+0000 mgr.y (mgr.34104) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:06.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: audit 2023-12-26T17:44:05.718482+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:06.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: audit 2023-12-26T17:44:05.719159+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:06.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: audit 2023-12-26T17:44:05.719761+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:06.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: audit 2023-12-26T17:44:05.720284+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:06.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:05 smithi153 bash[108194]: audit 2023-12-26T17:44:05.721136+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:06.815 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:06 smithi001 systemd[1]: Stopping Ceph mon.c for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:07.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:06 smithi001 bash[111579]: debug 2023-12-26T17:44:06.822+0000 7f66d0382700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:44:07.074 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:06 smithi001 bash[111579]: debug 2023-12-26T17:44:06.822+0000 7f66d0382700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-26T17:44:07.487 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:07 smithi001 bash[141714]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.c 2023-12-26T17:44:07.807 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:07 smithi001 bash[141768]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.c" found: no such container 2023-12-26T17:44:08.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:07 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.c.service: Succeeded. 2023-12-26T17:44:08.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:07 smithi001 systemd[1]: Stopped Ceph mon.c for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:08.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:07 smithi001 systemd[1]: Starting Ceph mon.c for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:08.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:05.714845+0000 mgr.y (mgr.34104) 12 : cephadm [INF] Upgrade: Updating mon.c 2023-12-26T17:44:08.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:05.720793+0000 mgr.y (mgr.34104) 13 : cephadm [INF] Deploying daemon mon.c on smithi001 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.276+0000 7f7bca107880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.276+0000 7f7bca107880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.276+0000 7f7bca107880 0 pidfile_write: ignore empty --pid-file 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.280+0000 7f7bca107880 0 load: jerasure load: lrc load: isa 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Compile date Dec 20 2023 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: DB SUMMARY 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: CURRENT file: CURRENT 2023-12-26T17:44:08.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.569 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 2696 Bytes 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000063.sst 000064.sst 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000061.log size: 11324288 ; 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.create_if_missing: 0 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:44:08.570 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.env: 0x55c8e9875080 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.fs: Posix File System 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.info_log: 0x55c8eaee3a20 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:44:08.571 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.db_log_dir: 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 bash[141905]: 224954816ce82a01dc09a096f951030c673a499ec3a91082a97a4e5c428a9d5d 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:44:08.572 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.write_buffer_manager: 0x55c8ebbe0390 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:44:08.573 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.unordered_write: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.row_cache: None 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.wal_filter: None 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:44:08.574 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:44:08.575 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:44:08.576 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Compression algorithms supported: 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kZSTD supported: 0 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:44:08.577 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.merge_operator: 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c8eae93d28) 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cache_index_and_filter_blocks: 1 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:44:08.578 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: pin_top_level_index_and_filter: 1 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: index_type: 0 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: data_block_index_type: 0 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: index_shortening: 1 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: hash_index_allow_collision: 1 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: checksum: 1 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: no_block_cache: 0 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_cache: 0x55c8eaec8f10 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_cache_name: BinnedLRUCache 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_cache_options: 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: capacity : 536870912 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: num_shard_bits : 4 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: strict_capacity_limit : 0 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: high_pri_pool_ratio: 0.000 2023-12-26T17:44:08.579 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_cache_compressed: (nil) 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: persistent_cache: (nil) 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_size: 4096 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_size_deviation: 10 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_restart_interval: 16 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: index_block_restart_interval: 1 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: metadata_block_size: 4096 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: partition_filters: 0 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: use_delta_encoding: 1 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: whole_key_filtering: 1 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: verify_compression: 0 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: read_amp_bytes_per_bit: 0 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: format_version: 2 2023-12-26T17:44:08.580 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: enable_index_compression: 1 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: block_align: 0 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.num_levels: 7 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:44:08.581 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:44:08.582 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:44:08.583 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:44:08.584 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:44:08.585 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.ttl: 2592000 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.281+0000 7f7bca107880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.282+0000 7f7bca107880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 66, last_sequence is 24344, log_number is 61,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.282+0000 7f7bca107880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 61 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.282+0000 7f7bca107880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612648283551, "job": 1, "event": "recovery_started", "log_files": [61]} 2023-12-26T17:44:08.586 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.282+0000 7f7bca107880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #61 mode 2 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 systemd[1]: Started Ceph mon.c for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.294+0000 7f7bca107880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.303+0000 7f7bca107880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612648304614, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 66, "file_size": 7507684, "table_properties": {"data_size": 7502611, "index_size": 3674, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 4457, "raw_average_key_size": 22, "raw_value_size": 7496728, "raw_average_value_size": 37862, "num_data_blocks": 114, "num_entries": 198, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703612648, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.303+0000 7f7bca107880 4 rocksdb: [version_set.cc:3826] Creating manifest 67 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.304+0000 7f7bca107880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612648305145, "job": 1, "event": "recovery_finished"} 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.305+0000 7f7bca107880 4 rocksdb: DB pointer 0x55c8eaf91800 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.306+0000 7f7bb0f0d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.306+0000 7f7bb0f0d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** DB Stats ** 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T17:44:08.587 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** Compaction Stats [default] ** 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: L0 1/0 7.16 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: L6 2/0 118.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Sum 3/0 125.18 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** Compaction Stats [default] ** 2023-12-26T17:44:08.588 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:08.589 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:08.589 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.589 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:44:08.589 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Flush(GB): cumulative 0.007, interval 0.007 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Cumulative compaction: 0.01 GB write, 295.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Interval compaction: 0.01 GB write, 295.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:44:08.590 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** Compaction Stats [default] ** 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: L0 1/0 7.16 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: L6 2/0 118.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Sum 3/0 125.18 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** Compaction Stats [default] ** 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 779.3 0.01 0.00 1 0.009 0 0 2023-12-26T17:44:08.591 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Flush(GB): cumulative 0.007, interval 0.000 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Cumulative compaction: 0.01 GB write, 294.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.306+0000 7f7bca107880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0] at bind addrs [v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 1 mon.c@-1(???) e3 preinit fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:44:08.592 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 0 mon.c@-1(???).mds e1 new map 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 0 mon.c@-1(???).mds e1 print_map 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: e1 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: legacy client fscid: -1 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: No filesystems configured 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 0 mon.c@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.308+0000 7f7bca107880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:04.811015+0000 mgr.y (mgr.34104) 9 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:08.593 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:08.594 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: yield (conn, connr) 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:08.595 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: code, '\n'.join(err))) 2023-12-26T17:44:08.596 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:08.596 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:08.596 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:08.596 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:08.596 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:08.597 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:04.818649+0000 mgr.y (mgr.34104) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:05.092960+0000 mgr.y (mgr.34104) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:05.718482+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:05.719159+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:05.719761+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:05.720284+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:08.598 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:05.721136+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:08.599 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:44:08.309+0000 7f7bca107880 1 mon.c@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2023-12-26T17:44:08.599 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:05.714845+0000 mgr.y (mgr.34104) 12 : cephadm [INF] Upgrade: Updating mon.c 2023-12-26T17:44:08.599 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:05.720793+0000 mgr.y (mgr.34104) 13 : cephadm [INF] Deploying daemon mon.c on smithi001 2023-12-26T17:44:08.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:08 smithi153 bash[108194]: cephadm 2023-12-26T17:44:05.714845+0000 mgr.y (mgr.34104) 12 : cephadm [INF] Upgrade: Updating mon.c 2023-12-26T17:44:08.826 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:08 smithi153 bash[108194]: cephadm 2023-12-26T17:44:05.720793+0000 mgr.y (mgr.34104) 13 : cephadm [INF] Deploying daemon mon.c on smithi001 2023-12-26T17:44:09.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:07.093290+0000 mgr.y (mgr.34104) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:09.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.336459+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:09.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.337224+0000 mon.a (mon.0) 114 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:09.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.350601+0000 mon.a (mon.0) 115 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:44:09.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.357030+0000 mon.a (mon.0) 116 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:09.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.369313+0000 mon.a (mon.0) 117 : cluster [DBG] fsmap 2023-12-26T17:44:09.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.369366+0000 mon.a (mon.0) 118 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:09.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.369685+0000 mon.a (mon.0) 119 : cluster [DBG] mgrmap e35: y(active, since 16s), standbys: x 2023-12-26T17:44:09.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.372663+0000 mon.a (mon.0) 120 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:09.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.372679+0000 mon.a (mon.0) 121 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:09.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:08.372686+0000 mon.a (mon.0) 122 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:09.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:08.378257+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:09.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:08.379062+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:09.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:08.380385+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:09.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:09.094065+0000 mgr.y (mgr.34104) 15 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:07.093290+0000 mgr.y (mgr.34104) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.336459+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.337224+0000 mon.a (mon.0) 114 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.350601+0000 mon.a (mon.0) 115 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.357030+0000 mon.a (mon.0) 116 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.369313+0000 mon.a (mon.0) 117 : cluster [DBG] fsmap 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.369366+0000 mon.a (mon.0) 118 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.369685+0000 mon.a (mon.0) 119 : cluster [DBG] mgrmap e35: y(active, since 16s), standbys: x 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.372663+0000 mon.a (mon.0) 120 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.372679+0000 mon.a (mon.0) 121 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:08.372686+0000 mon.a (mon.0) 122 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:08.378257+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:08.379062+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:09.888 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:08.380385+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:09.889 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:09.094065+0000 mgr.y (mgr.34104) 15 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:09.889 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:44:09 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:44:09.889 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:07.093290+0000 mgr.y (mgr.34104) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.336459+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.337224+0000 mon.a (mon.0) 114 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.350601+0000 mon.a (mon.0) 115 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.357030+0000 mon.a (mon.0) 116 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.369313+0000 mon.a (mon.0) 117 : cluster [DBG] fsmap 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.369366+0000 mon.a (mon.0) 118 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.369685+0000 mon.a (mon.0) 119 : cluster [DBG] mgrmap e35: y(active, since 16s), standbys: x 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.372663+0000 mon.a (mon.0) 120 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.372679+0000 mon.a (mon.0) 121 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:08.372686+0000 mon.a (mon.0) 122 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: audit 2023-12-26T17:44:08.378257+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: audit 2023-12-26T17:44:08.379062+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: audit 2023-12-26T17:44:08.380385+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:09.890 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:09 smithi153 bash[108194]: cluster 2023-12-26T17:44:09.094065+0000 mgr.y (mgr.34104) 15 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:12.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:11 smithi153 bash[108194]: cluster 2023-12-26T17:44:11.094644+0000 mgr.y (mgr.34104) 16 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:12.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:11 smithi153 bash[108194]: audit 2023-12-26T17:44:11.225012+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:12.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:11 smithi153 bash[108194]: audit 2023-12-26T17:44:11.230088+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:12.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:11.094644+0000 mgr.y (mgr.34104) 16 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:12.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:11.225012+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:12.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:11.230088+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:12.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:11.094644+0000 mgr.y (mgr.34104) 16 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:12.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:11.225012+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:12.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:11.230088+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:12.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:12] "GET /metrics HTTP/1.1" 200 152519 "" "Prometheus/2.33.4" 2023-12-26T17:44:13.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:12 smithi153 bash[108194]: cluster 2023-12-26T17:44:11.226063+0000 mgr.y (mgr.34104) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:12 smithi153 bash[108194]: cluster 2023-12-26T17:44:11.226248+0000 mgr.y (mgr.34104) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:12 smithi153 bash[108194]: cephadm 2023-12-26T17:44:11.233728+0000 mgr.y (mgr.34104) 19 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:13.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:12 smithi153 bash[108194]: cephadm 2023-12-26T17:44:11.454054+0000 mgr.y (mgr.34104) 20 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:13.076 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:13.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:13.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:13.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:13.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:13.077 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:12 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:13.310 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:11.226063+0000 mgr.y (mgr.34104) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:11.226248+0000 mgr.y (mgr.34104) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:11.233728+0000 mgr.y (mgr.34104) 19 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:11.454054+0000 mgr.y (mgr.34104) 20 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:11.226063+0000 mgr.y (mgr.34104) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:11.226248+0000 mgr.y (mgr.34104) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:11.233728+0000 mgr.y (mgr.34104) 19 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:13.311 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:11.454054+0000 mgr.y (mgr.34104) 20 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:13.123+0000 7f9e777c1700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:13.312 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: yield (conn, connr) 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:13.313 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: code, '\n'.join(err))) 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:13.314 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:44:13.315 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:13.317+0000 7f9ea4cd3700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-26T17:44:13.434 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[128401]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:13.434 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:13 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:13.435 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:13 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:13.435 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:13 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:14.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: cephadm 2023-12-26T17:44:13.124498+0000 mgr.y (mgr.34104) 21 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: main() 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:44:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: yield (conn, connr) 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: code, '\n'.join(err))) 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.077 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Reconfig daemon grafana.a ... 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: Traceback (most recent call last): 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: main() 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: r = ctx.func(ctx) 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: return func(ctx) 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: ports=daemon_ports) 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:14.078 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: audit 2023-12-26T17:44:13.126018+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: audit 2023-12-26T17:44:13.128662+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: audit 2023-12-26T17:44:13.129968+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: audit 2023-12-26T17:44:13.130731+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-26T17:44:14.079 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:13 smithi153 bash[108194]: cephadm 2023-12-26T17:44:13.131312+0000 mgr.y (mgr.34104) 22 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-26T17:44:14.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:13.124498+0000 mgr.y (mgr.34104) 21 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:14.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:14.318 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:14.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:14.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.319 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:13.124498+0000 mgr.y (mgr.34104) 21 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:14.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:14.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:14.322 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.322 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:14.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:14.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: yield (conn, connr) 2023-12-26T17:44:14.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: code, '\n'.join(err))) 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:14.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:14.324 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:14.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:14.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: yield (conn, connr) 2023-12-26T17:44:14.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:14.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: code, '\n'.join(err))) 2023-12-26T17:44:14.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.325 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:14.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:14.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:14.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:14.326 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:14.327 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:14.328 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:14.328 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:14.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.328 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:44:14.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:13.126018+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:14.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:13.128662+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:14.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:13.129968+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:14.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:13.130731+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-26T17:44:14.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:13.131312+0000 mgr.y (mgr.34104) 22 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-26T17:44:14.330 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:14.330 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:14.330 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:14.330 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:13.126018+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:14.330 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:13.128662+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:14.331 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:13.129968+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:14.331 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:13.130731+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-26T17:44:14.331 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:13.131312+0000 mgr.y (mgr.34104) 22 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-26T17:44:15.312 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:14 smithi153 systemd[1]: Stopping Ceph mon.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:15.312 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:14 smithi153 bash[108194]: debug 2023-12-26T17:44:14.996+0000 7ff1b3657700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:44:15.312 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:14 smithi153 bash[108194]: debug 2023-12-26T17:44:14.996+0000 7ff1b3657700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-26T17:44:15.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:15 smithi153 bash[128625]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.b 2023-12-26T17:44:15.901 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:15 smithi153 bash[128678]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.b" found: no such container 2023-12-26T17:44:16.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:15 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.b.service: Succeeded. 2023-12-26T17:44:16.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:15 smithi153 systemd[1]: Stopped Ceph mon.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:16.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 systemd[1]: Starting Ceph mon.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.350+0000 7f05fa7f1880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.350+0000 7f05fa7f1880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.350+0000 7f05fa7f1880 0 pidfile_write: ignore empty --pid-file 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.354+0000 7f05fa7f1880 0 load: jerasure load: lrc load: isa 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Compile date Dec 20 2023 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: DB SUMMARY 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: CURRENT file: CURRENT 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 2693 Bytes 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000063.sst 000064.sst 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000061.log size: 12460616 ; 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.create_if_missing: 0 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.env: 0x5595d8d57080 2023-12-26T17:44:16.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.fs: Posix File System 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.info_log: 0x5595daabfa20 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:44:16.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:44:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.db_log_dir: 2023-12-26T17:44:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-26T17:44:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:44:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:44:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:44:16.579 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:44:16.581 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.write_buffer_manager: 0x5595db7bc390 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.unordered_write: 0 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:44:16.582 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.row_cache: None 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.wal_filter: None 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:44:16.583 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Compression algorithms supported: 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:44:16.584 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kZSTD supported: 0 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.merge_operator: 2023-12-26T17:44:16.585 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5595daa6fd28) 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cache_index_and_filter_blocks: 1 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: pin_top_level_index_and_filter: 1 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: index_type: 0 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: data_block_index_type: 0 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: index_shortening: 1 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: hash_index_allow_collision: 1 2023-12-26T17:44:16.586 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: checksum: 1 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: no_block_cache: 0 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_cache: 0x5595daaa4f10 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_cache_name: BinnedLRUCache 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_cache_options: 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: capacity : 536870912 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: num_shard_bits : 4 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: strict_capacity_limit : 0 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: high_pri_pool_ratio: 0.000 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_cache_compressed: (nil) 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: persistent_cache: (nil) 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_size: 4096 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_size_deviation: 10 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_restart_interval: 16 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: index_block_restart_interval: 1 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: metadata_block_size: 4096 2023-12-26T17:44:16.587 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: partition_filters: 0 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: use_delta_encoding: 1 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: whole_key_filtering: 1 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: verify_compression: 0 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: read_amp_bytes_per_bit: 0 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: format_version: 2 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: enable_index_compression: 1 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: block_align: 0 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:44:16.588 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.num_levels: 7 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:44:16.589 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:44:16.590 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:44:16.591 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:44:16.592 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.ttl: 2592000 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.355+0000 7f05fa7f1880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.356+0000 7f05fa7f1880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 66, last_sequence is 24286, log_number is 61,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.356+0000 7f05fa7f1880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 61 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.356+0000 7f05fa7f1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612656357426, "job": 1, "event": "recovery_started", "log_files": [61]} 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.356+0000 7f05fa7f1880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #61 mode 2 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.365+0000 7f05fa7f1880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.377+0000 7f05fa7f1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612656378789, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 66, "file_size": 8199269, "table_properties": {"data_size": 8193336, "index_size": 4405, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 5198, "raw_average_key_size": 22, "raw_value_size": 8186408, "raw_average_value_size": 34984, "num_data_blocks": 137, "num_entries": 234, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703612656, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.377+0000 7f05fa7f1880 4 rocksdb: [version_set.cc:3826] Creating manifest 67 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.593 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.379+0000 7f05fa7f1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703612656380903, "job": 1, "event": "recovery_finished"} 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.381+0000 7f05fa7f1880 4 rocksdb: DB pointer 0x5595dab6d800 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.381+0000 7f05e15f7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.381+0000 7f05e15f7700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** DB Stats ** 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** Compaction Stats [default] ** 2023-12-26T17:44:16.594 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: L0 1/0 7.82 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: L6 2/0 118.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Sum 3/0 125.84 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** Compaction Stats [default] ** 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Flush(GB): cumulative 0.008, interval 0.008 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:44:16.595 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Cumulative compaction: 0.01 GB write, 303.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Interval compaction: 0.01 GB write, 303.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** Compaction Stats [default] ** 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: L0 1/0 7.82 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: L6 2/0 118.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Sum 3/0 125.84 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T17:44:16.596 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** Compaction Stats [default] ** 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 638.6 0.01 0.00 1 0.012 0 0 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Flush(GB): cumulative 0.008, interval 0.000 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Cumulative compaction: 0.01 GB write, 302.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 bash[128816]: 1a149c160a7abe9c2076bf6c86fc9af6e175ae0e87b134a670d93479da161ffd 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T17:44:16.597 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.381+0000 7f05fa7f1880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] at bind addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.382+0000 7f05fa7f1880 1 mon.b@-1(???) e3 preinit fsid 414638a8-a412-11ee-95a5-87774f69a715 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.382+0000 7f05fa7f1880 0 mon.b@-1(???).mds e1 new map 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.382+0000 7f05fa7f1880 0 mon.b@-1(???).mds e1 print_map 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: e1 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: legacy client fscid: -1 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: No filesystems configured 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.383+0000 7f05fa7f1880 0 mon.b@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-26T17:44:16.598 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.383+0000 7f05fa7f1880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.383+0000 7f05fa7f1880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.383+0000 7f05fa7f1880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:13.124498+0000 mgr.y (mgr.34104) 21 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Reconfig daemon grafana.a ... 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: main() 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: r = ctx.func(ctx) 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:16.599 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: return func(ctx) 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ports=daemon_ports) 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: yield (conn, connr) 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: code, '\n'.join(err))) 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:16.600 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Reconfig daemon grafana.a ... 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: main() 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: r = ctx.func(ctx) 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: return func(ctx) 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ports=daemon_ports) 2023-12-26T17:44:16.601 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:13.126018+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:13.128662+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:13.129968+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:13.130731+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:13.131312+0000 mgr.y (mgr.34104) 22 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:44:16.383+0000 7f05fa7f1880 1 mon.b@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 systemd[1]: Started Ceph mon.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:16.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:13.226856+0000 mgr.y (mgr.34104) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:14.014434+0000 mgr.y (mgr.34104) 24 : cephadm [INF] Upgrade: Updating mon.b 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:14.018775+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:14.019689+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:14.020497+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:14.021297+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:14.022072+0000 mgr.y (mgr.34104) 25 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-26T17:44:16.603 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:16 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:14.022656+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:44:16.815 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:13.226856+0000 mgr.y (mgr.34104) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:14.014434+0000 mgr.y (mgr.34104) 24 : cephadm [INF] Upgrade: Updating mon.b 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:14.018775+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:14.019689+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:14.020497+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:14.021297+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:14.022072+0000 mgr.y (mgr.34104) 25 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:14.022656+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:13.226856+0000 mgr.y (mgr.34104) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:14.014434+0000 mgr.y (mgr.34104) 24 : cephadm [INF] Upgrade: Updating mon.b 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:14.018775+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:14.019689+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:16.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:14.020497+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:16.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:14.021297+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:16.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:14.022072+0000 mgr.y (mgr.34104) 25 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-26T17:44:16.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:14.022656+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:44:19.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:44:19 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:44:21.818 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:21.389+0000 7f9ea4cd3700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-26T17:44:21.818 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:16.450714+0000 mon.a (mon.0) 143 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:16.450743+0000 mon.a (mon.0) 144 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:16.450776+0000 mon.a (mon.0) 145 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:16.451418+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:16.451694+0000 mon.a (mon.0) 147 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:16.451742+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:16.452738+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:44:21.819 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:16.453082+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:17.228075+0000 mgr.y (mgr.34104) 27 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:19.228776+0000 mgr.y (mgr.34104) 28 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.452844+0000 mon.a (mon.0) 150 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.455943+0000 mon.a (mon.0) 151 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.456480+0000 mon.a (mon.0) 152 : cluster [DBG] fsmap 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.456512+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:21.820 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.456892+0000 mon.a (mon.0) 154 : cluster [DBG] mgrmap e35: y(active, since 29s), standbys: x 2023-12-26T17:44:21.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.457085+0000 mon.a (mon.0) 155 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-26T17:44:21.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.469674+0000 mon.a (mon.0) 156 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2023-12-26T17:44:21.821 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.469700+0000 mon.a (mon.0) 157 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:21.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:16.450714+0000 mon.a (mon.0) 143 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:21.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:16.450743+0000 mon.a (mon.0) 144 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:21.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:16.450776+0000 mon.a (mon.0) 145 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:21.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:16.451418+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-26T17:44:21.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:16.451694+0000 mon.a (mon.0) 147 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:21.822 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:16.451742+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:21.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:16.452738+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-26T17:44:21.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:16.453082+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-26T17:44:21.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:17.228075+0000 mgr.y (mgr.34104) 27 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:21.823 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:19.228776+0000 mgr.y (mgr.34104) 28 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.452844+0000 mon.a (mon.0) 150 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-26T17:44:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.455943+0000 mon.a (mon.0) 151 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.456480+0000 mon.a (mon.0) 152 : cluster [DBG] fsmap 2023-12-26T17:44:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.456512+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:21.824 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.456892+0000 mon.a (mon.0) 154 : cluster [DBG] mgrmap e35: y(active, since 29s), standbys: x 2023-12-26T17:44:21.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.457085+0000 mon.a (mon.0) 155 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-26T17:44:21.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.469674+0000 mon.a (mon.0) 156 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2023-12-26T17:44:21.825 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.469700+0000 mon.a (mon.0) 157 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.469708+0000 mon.a (mon.0) 158 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.469744+0000 mon.a (mon.0) 159 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.469771+0000 mon.a (mon.0) 160 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:21.472546+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:21.473568+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:21.475504+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:21.826 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.469708+0000 mon.a (mon.0) 158 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.469744+0000 mon.a (mon.0) 159 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-26T17:44:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.469771+0000 mon.a (mon.0) 160 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2023-12-26T17:44:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:21.472546+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:21.473568+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:21.827 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:21 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:21.475504+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:22.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:22 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:22] "GET /metrics HTTP/1.1" 200 149432 "" "Prometheus/2.33.4" 2023-12-26T17:44:22.816 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:22 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:21.229238+0000 mgr.y (mgr.34104) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:22.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:22 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:21.229238+0000 mgr.y (mgr.34104) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:22.825 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:22 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:21.229238+0000 mgr.y (mgr.34104) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:23.425 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 bash[129236]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:23.426 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:23 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:16.452972+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.592835+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.592911+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.607307+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.611429+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.612015+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.612047+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:23.677 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.612398+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e35: y(active, since 30s), standbys: x 2023-12-26T17:44:23.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.612580+0000 mon.a (mon.0) 170 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-26T17:44:23.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.615733+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:23.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.615786+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:23.678 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:23 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:22.615806+0000 mon.a (mon.0) 173 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:23.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:16.452972+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-26T17:44:23.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.592835+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:23.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.592911+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:23.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.607307+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:44:23.816 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.611429+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.612015+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.612047+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.612398+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e35: y(active, since 30s), standbys: x 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.612580+0000 mon.a (mon.0) 170 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.615733+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.615786+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:22.615806+0000 mon.a (mon.0) 173 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:16.452972+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.592835+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.592911+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2023-12-26T17:44:23.817 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.607307+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.611429+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.1:3301/0,v1:172.21.15.1:6790/0]} removed_ranks: {} 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.612015+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.612047+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.612398+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e35: y(active, since 30s), standbys: x 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.612580+0000 mon.a (mon.0) 170 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.615733+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.615786+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-26T17:44:23.818 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:23 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:22.615806+0000 mon.a (mon.0) 173 : cluster [WRN] daemon grafana.a on smithi153 is in error state 2023-12-26T17:44:25.065 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:23.229942+0000 mgr.y (mgr.34104) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:25.066 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:23.229942+0000 mgr.y (mgr.34104) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:25.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:24 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:23.229942+0000 mgr.y (mgr.34104) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:24.834624+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:24.835997+0000 mgr.y (mgr.34104) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:24.836258+0000 mgr.y (mgr.34104) 32 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:24.839993+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:24.843271+0000 mgr.y (mgr.34104) 33 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:24.843577+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:24.844378+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:24.845171+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:24.845881+0000 mgr.y (mgr.34104) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:24.846338+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:25.764546+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.083 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:25.765523+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:25.766258+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:25.766949+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:25.767854+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:24.834624+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:24.835997+0000 mgr.y (mgr.34104) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:24.836258+0000 mgr.y (mgr.34104) 32 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.084 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:24.839993+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:24.843271+0000 mgr.y (mgr.34104) 33 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:24.843577+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:24.844378+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:24.845171+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:24.845881+0000 mgr.y (mgr.34104) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:24.846338+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:25.764546+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:25.765523+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:25.766258+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:25.766949+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:26.085 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:25 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:25.767854+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-26T17:44:26.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:24.834624+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:24.835997+0000 mgr.y (mgr.34104) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:24.836258+0000 mgr.y (mgr.34104) 32 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:24.839993+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:24.843271+0000 mgr.y (mgr.34104) 33 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:24.843577+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:24.844378+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:24.845171+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:24.845881+0000 mgr.y (mgr.34104) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:24.846338+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:25.764546+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:25.765523+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:25.766258+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:25.766949+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:26.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:25 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:25.767854+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-26T17:44:27.259 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:25.765236+0000 mgr.y (mgr.34104) 35 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-26T17:44:27.259 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:25.767475+0000 mgr.y (mgr.34104) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi001 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:26.661802+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:26.662726+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:26.663338+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:26.663879+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:26.664736+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:25.765236+0000 mgr.y (mgr.34104) 35 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:25.767475+0000 mgr.y (mgr.34104) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi001 2023-12-26T17:44:27.260 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:26.661802+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:27.261 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:26.662726+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:27.261 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:26.663338+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:27.261 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:26.663879+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:27.261 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:26 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:26.664736+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:27.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:25.765236+0000 mgr.y (mgr.34104) 35 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-26T17:44:27.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:25.767475+0000 mgr.y (mgr.34104) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi001 2023-12-26T17:44:27.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:26.661802+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:27.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:26.662726+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:27.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:26.663338+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:27.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:26.663879+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:27.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:26 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:26.664736+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-26T17:44:28.126 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:26.662479+0000 mgr.y (mgr.34104) 37 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-26T17:44:28.126 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:26.664375+0000 mgr.y (mgr.34104) 38 : cephadm [INF] Reconfiguring daemon mon.c on smithi001 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:26.836619+0000 mgr.y (mgr.34104) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:27.511979+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:27.512918+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:27.513534+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:27.514896+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:26.662479+0000 mgr.y (mgr.34104) 37 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:26.664375+0000 mgr.y (mgr.34104) 38 : cephadm [INF] Reconfiguring daemon mon.c on smithi001 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:26.836619+0000 mgr.y (mgr.34104) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:27.511979+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:27.512918+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:27.513534+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:28.127 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:27 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:27.514896+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-26T17:44:28.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:26.662479+0000 mgr.y (mgr.34104) 37 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-26T17:44:28.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:26.664375+0000 mgr.y (mgr.34104) 38 : cephadm [INF] Reconfiguring daemon mon.c on smithi001 2023-12-26T17:44:28.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:26.836619+0000 mgr.y (mgr.34104) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:28.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:27.511979+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:28.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:27.512918+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:44:28.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:27.513534+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:28.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:27 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:27.514896+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-26T17:44:29.001 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:27.512681+0000 mgr.y (mgr.34104) 40 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:27.514554+0000 mgr.y (mgr.34104) 41 : cephadm [INF] Reconfiguring daemon osd.0 on smithi001 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:28.404664+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:28.405631+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:28.406207+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:28.407527+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:27.512681+0000 mgr.y (mgr.34104) 40 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:27.514554+0000 mgr.y (mgr.34104) 41 : cephadm [INF] Reconfiguring daemon osd.0 on smithi001 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:28.404664+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:29.002 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:28.405631+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:44:29.003 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:28.406207+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:29.003 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:28 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:28.407527+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-26T17:44:29.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:28 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:27.512681+0000 mgr.y (mgr.34104) 40 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-26T17:44:29.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:28 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:27.514554+0000 mgr.y (mgr.34104) 41 : cephadm [INF] Reconfiguring daemon osd.0 on smithi001 2023-12-26T17:44:29.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:28 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:28.404664+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:29.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:28 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:28.405631+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:44:29.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:28 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:28.406207+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:29.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:28 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:28.407527+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-26T17:44:29.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:44:30.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:28.405387+0000 mgr.y (mgr.34104) 42 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-26T17:44:30.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:28.407199+0000 mgr.y (mgr.34104) 43 : cephadm [INF] Reconfiguring daemon osd.1 on smithi001 2023-12-26T17:44:30.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:28.837175+0000 mgr.y (mgr.34104) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:29.278574+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:29.279519+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:29.280058+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:29.281373+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:28.405387+0000 mgr.y (mgr.34104) 42 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:28.407199+0000 mgr.y (mgr.34104) 43 : cephadm [INF] Reconfiguring daemon osd.1 on smithi001 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:28.837175+0000 mgr.y (mgr.34104) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:29.278574+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:29.279519+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:29.280058+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:30.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:29 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:29.281373+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:28.405387+0000 mgr.y (mgr.34104) 42 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:28.407199+0000 mgr.y (mgr.34104) 43 : cephadm [INF] Reconfiguring daemon osd.1 on smithi001 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:28.837175+0000 mgr.y (mgr.34104) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:29.278574+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:29.279519+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:29.280058+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:30.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:29 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:29.281373+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-26T17:44:31.430 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:29.279292+0000 mgr.y (mgr.34104) 45 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:29.281030+0000 mgr.y (mgr.34104) 46 : cephadm [INF] Reconfiguring daemon osd.2 on smithi001 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:30.169566+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:30.170279+0000 mgr.y (mgr.34104) 47 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:30.170488+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:30.171073+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:30.172069+0000 mgr.y (mgr.34104) 48 : cephadm [INF] Reconfiguring daemon osd.3 on smithi001 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:30.172399+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.112623+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.113735+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.114397+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.118381+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.123092+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.123698+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi001.lafcaw"}]: dispatch 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.124239+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:31.125088+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi001.lafcaw","key": "container_image"}]: dispatch 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:29.279292+0000 mgr.y (mgr.34104) 45 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:29.281030+0000 mgr.y (mgr.34104) 46 : cephadm [INF] Reconfiguring daemon osd.2 on smithi001 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:30.169566+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:30.170279+0000 mgr.y (mgr.34104) 47 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:30.170488+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:30.171073+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:30.172069+0000 mgr.y (mgr.34104) 48 : cephadm [INF] Reconfiguring daemon osd.3 on smithi001 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:30.172399+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.112623+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.432 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.113735+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:31.433 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.114397+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:31.433 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.118381+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T17:44:31.433 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.123092+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.433 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.123698+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi001.lafcaw"}]: dispatch 2023-12-26T17:44:31.433 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.124239+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:31.433 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:31 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:31.125088+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi001.lafcaw","key": "container_image"}]: dispatch 2023-12-26T17:44:31.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:29.279292+0000 mgr.y (mgr.34104) 45 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-26T17:44:31.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:29.281030+0000 mgr.y (mgr.34104) 46 : cephadm [INF] Reconfiguring daemon osd.2 on smithi001 2023-12-26T17:44:31.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:30.169566+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:30.170279+0000 mgr.y (mgr.34104) 47 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:30.170488+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:30.171073+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:30.172069+0000 mgr.y (mgr.34104) 48 : cephadm [INF] Reconfiguring daemon osd.3 on smithi001 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:30.172399+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.112623+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.113735+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.114397+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.118381+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi001.lafcaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.123092+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.123698+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi001.lafcaw"}]: dispatch 2023-12-26T17:44:31.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.124239+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:31.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:31 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:31.125088+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi001.lafcaw","key": "container_image"}]: dispatch 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:30.837590+0000 mgr.y (mgr.34104) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:31.113470+0000 mgr.y (mgr.34104) 50 : cephadm [INF] Reconfiguring rgw.r.z.smithi001.lafcaw (monmap changed)... 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:31.118935+0000 mgr.y (mgr.34104) 51 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi001.lafcaw 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:31.124739+0000 mgr.y (mgr.34104) 52 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi001.lafcaw on smithi001 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.047202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.048266+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.048922+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.049475+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:32.482 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.050303+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:30.837590+0000 mgr.y (mgr.34104) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:31.113470+0000 mgr.y (mgr.34104) 50 : cephadm [INF] Reconfiguring rgw.r.z.smithi001.lafcaw (monmap changed)... 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:31.118935+0000 mgr.y (mgr.34104) 51 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi001.lafcaw 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:31.124739+0000 mgr.y (mgr.34104) 52 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi001.lafcaw on smithi001 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.047202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.048266+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.048922+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.049475+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:32.483 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.050303+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:44:32.512 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:30.837590+0000 mgr.y (mgr.34104) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:32.512 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:31.113470+0000 mgr.y (mgr.34104) 50 : cephadm [INF] Reconfiguring rgw.r.z.smithi001.lafcaw (monmap changed)... 2023-12-26T17:44:32.512 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:31.118935+0000 mgr.y (mgr.34104) 51 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi001.lafcaw 2023-12-26T17:44:32.512 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:31.124739+0000 mgr.y (mgr.34104) 52 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi001.lafcaw on smithi001 2023-12-26T17:44:32.512 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.047202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:32.512 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.048266+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T17:44:32.513 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.048922+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T17:44:32.513 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.049475+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:32.513 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.050303+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-26T17:44:32.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:32 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:32] "GET /metrics HTTP/1.1" 200 146604 "" "Prometheus/2.33.4" 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:32.048055+0000 mgr.y (mgr.34104) 53 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:32.049980+0000 mgr.y (mgr.34104) 54 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.912005+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.913212+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.914113+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.914840+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:33.535 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:33 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:32.915969+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-26T17:44:33.535 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 2. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:33.536 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:33.537 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:33.537 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:33.565 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:32.048055+0000 mgr.y (mgr.34104) 53 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:32.049980+0000 mgr.y (mgr.34104) 54 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.912005+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.913212+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.914113+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.914840+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:32.915969+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:32.048055+0000 mgr.y (mgr.34104) 53 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:32.049980+0000 mgr.y (mgr.34104) 54 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.912005+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.913212+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T17:44:33.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.914113+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T17:44:33.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.914840+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:33.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:33 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:32.915969+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-26T17:44:33.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 bash[129706]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:33.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:33.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:33.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:33 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:34.409 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:32.837944+0000 mgr.y (mgr.34104) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:32.912891+0000 mgr.y (mgr.34104) 56 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-26T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:32.915510+0000 mgr.y (mgr.34104) 57 : cephadm [INF] Reconfiguring daemon mgr.x on smithi153 2023-12-26T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:33.796410+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:33.797725+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:33.798559+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:34 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:33.800531+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-26T17:44:34.565 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:32.837944+0000 mgr.y (mgr.34104) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:32.912891+0000 mgr.y (mgr.34104) 56 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:32.915510+0000 mgr.y (mgr.34104) 57 : cephadm [INF] Reconfiguring daemon mgr.x on smithi153 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:33.796410+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:33.797725+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:33.798559+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:33.800531+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:32.837944+0000 mgr.y (mgr.34104) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:32.912891+0000 mgr.y (mgr.34104) 56 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:32.915510+0000 mgr.y (mgr.34104) 57 : cephadm [INF] Reconfiguring daemon mgr.x on smithi153 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:33.796410+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:34.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:33.797725+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T17:44:34.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:33.798559+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:34.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:33.800531+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-26T17:44:35.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:35 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:33.797312+0000 mgr.y (mgr.34104) 58 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-26T17:44:35.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:35 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:33.799896+0000 mgr.y (mgr.34104) 59 : cephadm [INF] Reconfiguring daemon osd.4 on smithi153 2023-12-26T17:44:35.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:35 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:34.669343+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:35.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:35 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:34.670669+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:44:35.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:35 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:34.671530+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:35.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:35 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:34.673395+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-26T17:44:35.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:33.797312+0000 mgr.y (mgr.34104) 58 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-26T17:44:35.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:33.799896+0000 mgr.y (mgr.34104) 59 : cephadm [INF] Reconfiguring daemon osd.4 on smithi153 2023-12-26T17:44:35.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:34.669343+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:35.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:34.670669+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:44:35.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:34.671530+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:35.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:34.673395+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-26T17:44:35.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:33.797312+0000 mgr.y (mgr.34104) 58 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-26T17:44:35.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:33.799896+0000 mgr.y (mgr.34104) 59 : cephadm [INF] Reconfiguring daemon osd.4 on smithi153 2023-12-26T17:44:35.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:34.669343+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:35.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:34.670669+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T17:44:35.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:34.671530+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:35.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:35 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:34.673395+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-26T17:44:36.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:34.670282+0000 mgr.y (mgr.34104) 60 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-26T17:44:36.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:34.672838+0000 mgr.y (mgr.34104) 61 : cephadm [INF] Reconfiguring daemon osd.5 on smithi153 2023-12-26T17:44:36.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:34.838792+0000 mgr.y (mgr.34104) 62 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:36.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:35.509864+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:35.511125+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:35.512022+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:35.514183+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:34.670282+0000 mgr.y (mgr.34104) 60 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:34.672838+0000 mgr.y (mgr.34104) 61 : cephadm [INF] Reconfiguring daemon osd.5 on smithi153 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:34.838792+0000 mgr.y (mgr.34104) 62 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:36.567 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:35.509864+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:36.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:35.511125+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:44:36.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:35.512022+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:36.568 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:36 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:35.514183+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-26T17:44:36.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:34.670282+0000 mgr.y (mgr.34104) 60 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-26T17:44:36.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:34.672838+0000 mgr.y (mgr.34104) 61 : cephadm [INF] Reconfiguring daemon osd.5 on smithi153 2023-12-26T17:44:36.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:34.838792+0000 mgr.y (mgr.34104) 62 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:36.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:35.509864+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:36.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:35.511125+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T17:44:36.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:35.512022+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:36.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:36 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:35.514183+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-26T17:44:37.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:35.510787+0000 mgr.y (mgr.34104) 63 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-26T17:44:37.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:35.513585+0000 mgr.y (mgr.34104) 64 : cephadm [INF] Reconfiguring daemon osd.6 on smithi153 2023-12-26T17:44:37.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:36.376733+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:37.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:36.377992+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T17:44:37.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:36.378846+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:37.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:37 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:36.380721+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-26T17:44:37.565 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:35.510787+0000 mgr.y (mgr.34104) 63 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-26T17:44:37.565 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:35.513585+0000 mgr.y (mgr.34104) 64 : cephadm [INF] Reconfiguring daemon osd.6 on smithi153 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:36.376733+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:36.377992+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:36.378846+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:36.380721+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:35.510787+0000 mgr.y (mgr.34104) 63 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:35.513585+0000 mgr.y (mgr.34104) 64 : cephadm [INF] Reconfiguring daemon osd.6 on smithi153 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:36.376733+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:36.377992+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:36.378846+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:37.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:37 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:36.380721+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-26T17:44:38.279 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:38 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:36.377637+0000 mgr.y (mgr.34104) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-26T17:44:38.280 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:38 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:36.380179+0000 mgr.y (mgr.34104) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi153 2023-12-26T17:44:38.280 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:38 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:36.839221+0000 mgr.y (mgr.34104) 67 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:38.280 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:38 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:37.256102+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:38.565 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:36.377637+0000 mgr.y (mgr.34104) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:36.380179+0000 mgr.y (mgr.34104) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi153 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:36.839221+0000 mgr.y (mgr.34104) 67 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:37.256102+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:36.377637+0000 mgr.y (mgr.34104) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:36.380179+0000 mgr.y (mgr.34104) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi153 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:36.839221+0000 mgr.y (mgr.34104) 67 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:38.566 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:37.256102+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:38.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:38.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:38.830 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:38.830 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:38.830 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:38.830 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:38.830 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:39.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 bash[130316]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:39.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:39.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:39.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:38 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:37.257128+0000 mgr.y (mgr.34104) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:37.264370+0000 mgr.y (mgr.34104) 69 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.954862+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.955841+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.960036+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.964588+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.965467+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi153.mdvxrb"}]: dispatch 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.966206+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:39.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:38.967413+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi153.mdvxrb","key": "container_image"}]: dispatch 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:37.257128+0000 mgr.y (mgr.34104) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:37.264370+0000 mgr.y (mgr.34104) 69 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.954862+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.955841+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.960036+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.964588+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.965467+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi153.mdvxrb"}]: dispatch 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.966206+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:39.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:39 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:38.967413+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi153.mdvxrb","key": "container_image"}]: dispatch 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:38.953+0000 7f9e777c1700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:39.318 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: yield (conn, connr) 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:39.319 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: code, '\n'.join(err))) 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:39.320 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:39.321 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:38 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:44:39.445 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:44:39.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:37.257128+0000 mgr.y (mgr.34104) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:39.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:37.264370+0000 mgr.y (mgr.34104) 69 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:39.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.954862+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:39.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.955841+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T17:44:39.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.960036+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi153.mdvxrb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T17:44:39.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.964588+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:39.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.965467+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi153.mdvxrb"}]: dispatch 2023-12-26T17:44:39.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.966206+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:39.446 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:39 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:38.967413+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi153.mdvxrb","key": "container_image"}]: dispatch 2023-12-26T17:44:40.191 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:38.840213+0000 mgr.y (mgr.34104) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:40.191 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:38.954051+0000 mgr.y (mgr.34104) 71 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.191 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.191 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Reconfig daemon grafana.a ... 2023-12-26T17:44:40.191 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: main() 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: r = ctx.func(ctx) 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: return func(ctx) 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ports=daemon_ports) 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:40.192 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: yield (conn, connr) 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: code, '\n'.join(err))) 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Reconfig daemon grafana.a ... 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:38.840213+0000 mgr.y (mgr.34104) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:38.954051+0000 mgr.y (mgr.34104) 71 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:40.452 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.453 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:38.840213+0000 mgr.y (mgr.34104) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:38.954051+0000 mgr.y (mgr.34104) 71 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:40.454 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:40.455 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:40.456 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:40.456 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.456 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.456 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: yield (conn, connr) 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: code, '\n'.join(err))) 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.457 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:40.458 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:40.459 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:40.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:40.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:40.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: yield (conn, connr) 2023-12-26T17:44:40.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:40.460 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: code, '\n'.join(err))) 2023-12-26T17:44:40.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:40.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:40.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:40.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:40.462 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:40.463 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:40.463 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:40.463 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:40.463 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:40.463 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:38.954439+0000 mgr.y (mgr.34104) 72 : cephadm [INF] Reconfiguring rgw.r.z.smithi153.mdvxrb (monmap changed)... 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:38.960738+0000 mgr.y (mgr.34104) 73 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi153.mdvxrb 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:38.966944+0000 mgr.y (mgr.34104) 74 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi153.mdvxrb on smithi153 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.837292+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.839420+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.842307+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.843951+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.848812+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.849706+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.854270+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.855103+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-26T17:44:40.464 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.858553+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.859346+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.863732+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.864932+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.869059+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.870465+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:38.954439+0000 mgr.y (mgr.34104) 72 : cephadm [INF] Reconfiguring rgw.r.z.smithi153.mdvxrb (monmap changed)... 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:38.960738+0000 mgr.y (mgr.34104) 73 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi153.mdvxrb 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:38.966944+0000 mgr.y (mgr.34104) 74 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi153.mdvxrb on smithi153 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.837292+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.839420+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.842307+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.843951+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.848812+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.849706+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.854270+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.855103+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.858553+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-26T17:44:40.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.859346+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-26T17:44:40.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.863732+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-26T17:44:40.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.864932+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.869059+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.527 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:40 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.870465+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-26T17:44:40.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:40.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: main() 2023-12-26T17:44:40.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: r = ctx.func(ctx) 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: return func(ctx) 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ports=daemon_ports) 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:38.954439+0000 mgr.y (mgr.34104) 72 : cephadm [INF] Reconfiguring rgw.r.z.smithi153.mdvxrb (monmap changed)... 2023-12-26T17:44:40.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:38.960738+0000 mgr.y (mgr.34104) 73 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi153.mdvxrb 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:38.966944+0000 mgr.y (mgr.34104) 74 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi153.mdvxrb on smithi153 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.837292+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.839420+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.842307+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.843951+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.848812+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.849706+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.854270+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.855103+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.858553+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.859346+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.863732+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.864932+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:40.577 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.869059+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:40.578 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:40 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.870465+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-26T17:44:41.492 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:39.844652+0000 mgr.y (mgr.34104) 75 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:39.865627+0000 mgr.y (mgr.34104) 76 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:39.870628+0000 mgr.y (mgr.34104) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:39.871583+0000 mgr.y (mgr.34104) 78 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:40.831918+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:40.832602+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:40.833118+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:41.493 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:40.834461+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-26T17:44:41.496 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:39.844652+0000 mgr.y (mgr.34104) 75 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:39.865627+0000 mgr.y (mgr.34104) 76 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:39.870628+0000 mgr.y (mgr.34104) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:39.871583+0000 mgr.y (mgr.34104) 78 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:40.831918+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:40.832602+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:40.833118+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:41.497 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:41 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:40.834461+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-26T17:44:41.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:39.844652+0000 mgr.y (mgr.34104) 75 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-26T17:44:41.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:39.865627+0000 mgr.y (mgr.34104) 76 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-26T17:44:41.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:39.870628+0000 mgr.y (mgr.34104) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-26T17:44:41.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:39.871583+0000 mgr.y (mgr.34104) 78 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-26T17:44:41.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:40.831918+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:41.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:40.832602+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T17:44:41.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:40.833118+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:44:41.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:41 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:40.834461+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-26T17:44:42.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:40.827638+0000 mgr.y (mgr.34104) 79 : cephadm [INF] Upgrade: Updating osd.0 2023-12-26T17:44:42.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:40.834126+0000 mgr.y (mgr.34104) 80 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:44:42.461 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:40.840526+0000 mgr.y (mgr.34104) 81 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:42.461 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:40.827638+0000 mgr.y (mgr.34104) 79 : cephadm [INF] Upgrade: Updating osd.0 2023-12-26T17:44:42.461 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:40.834126+0000 mgr.y (mgr.34104) 80 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:44:42.462 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:40.840526+0000 mgr.y (mgr.34104) 81 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:42.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:40.827638+0000 mgr.y (mgr.34104) 79 : cephadm [INF] Upgrade: Updating osd.0 2023-12-26T17:44:42.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:40.834126+0000 mgr.y (mgr.34104) 80 : cephadm [INF] Deploying daemon osd.0 on smithi001 2023-12-26T17:44:42.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:42 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:40.840526+0000 mgr.y (mgr.34104) 81 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:42.736 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:42 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:42] "GET /metrics HTTP/1.1" 200 146604 "" "Prometheus/2.33.4" 2023-12-26T17:44:42.737 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:42 smithi001 systemd[1]: Stopping Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:43.024 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:42 smithi001 bash[115542]: debug 2023-12-26T17:44:42.742+0000 7f8d7d8cd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:44:43.024 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:42 smithi001 bash[115542]: debug 2023-12-26T17:44:42.742+0000 7f8d7d8cd700 -1 osd.0 78 *** Got signal Terminated *** 2023-12-26T17:44:43.024 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:42 smithi001 bash[115542]: debug 2023-12-26T17:44:42.742+0000 7f8d7d8cd700 -1 osd.0 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:44:43.315 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:43 smithi001 bash[143578]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.0 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.000715+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.000768+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 failed (root=default,host=smithi001) (connection refused reported by osd.6) 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.000862+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001277+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001367+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001512+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001587+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001697+0000 mon.a (mon.0) 273 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001821+0000 mon.a (mon.0) 274 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.001899+0000 mon.a (mon.0) 275 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.002062+0000 mon.a (mon.0) 276 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.002192+0000 mon.a (mon.0) 277 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.002322+0000 mon.a (mon.0) 278 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-26T17:44:43.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.002462+0000 mon.a (mon.0) 279 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.002586+0000 mon.a (mon.0) 280 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.121647+0000 mon.a (mon.0) 281 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.000715+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.000768+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 failed (root=default,host=smithi001) (connection refused reported by osd.6) 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.000862+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001277+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001367+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001512+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001587+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001697+0000 mon.a (mon.0) 273 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001821+0000 mon.a (mon.0) 274 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-26T17:44:43.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.001899+0000 mon.a (mon.0) 275 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-26T17:44:43.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.002062+0000 mon.a (mon.0) 276 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-26T17:44:43.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.002192+0000 mon.a (mon.0) 277 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-26T17:44:43.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.002322+0000 mon.a (mon.0) 278 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-26T17:44:43.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.002462+0000 mon.a (mon.0) 279 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.002586+0000 mon.a (mon.0) 280 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:43 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.121647+0000 mon.a (mon.0) 281 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.000715+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-26T17:44:43.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.000768+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 failed (root=default,host=smithi001) (connection refused reported by osd.6) 2023-12-26T17:44:43.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.000862+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-26T17:44:43.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001277+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-26T17:44:43.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001367+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-26T17:44:43.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001512+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001587+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001697+0000 mon.a (mon.0) 273 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001821+0000 mon.a (mon.0) 274 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.001899+0000 mon.a (mon.0) 275 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.002062+0000 mon.a (mon.0) 276 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.002192+0000 mon.a (mon.0) 277 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.002322+0000 mon.a (mon.0) 278 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.002462+0000 mon.a (mon.0) 279 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.002586+0000 mon.a (mon.0) 280 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:43.576 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:43 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.121647+0000 mon.a (mon.0) 281 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:42.840872+0000 mgr.y (mgr.34104) 82 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.199426+0000 mon.a (mon.0) 282 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:43.207572+0000 mon.a (mon.0) 283 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:43.208838+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:43.213361+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:42.840872+0000 mgr.y (mgr.34104) 82 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:44.558 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.199426+0000 mon.a (mon.0) 282 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:44:44.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:43.207572+0000 mon.a (mon.0) 283 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2023-12-26T17:44:44.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:43.208838+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:44:44.559 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:43.213361+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:44:44.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:44 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:42.840872+0000 mgr.y (mgr.34104) 82 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:44.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:44 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.199426+0000 mon.a (mon.0) 282 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-26T17:44:44.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:44 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:43.207572+0000 mon.a (mon.0) 283 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2023-12-26T17:44:44.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:44 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:43.208838+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T17:44:44.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:44 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:43.213361+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T17:44:44.816 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:44 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.0.service: Succeeded. 2023-12-26T17:44:44.816 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:44 smithi001 systemd[1]: Stopped Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:44.816 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:44 smithi001 systemd[1]: Starting Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:45.208 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:44.211906+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:44:45.208 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:44.212045+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2023-12-26T17:44:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:44.211906+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:44:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:45 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:44.212045+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-26T17:44:45.502 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:45 smithi001 bash[143872]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-26T17:44:45.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:45 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:44.211906+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T17:44:45.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:45 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:44.212045+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2023-12-26T17:44:46.565 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:44.841180+0000 mgr.y (mgr.34104) 83 : cluster [DBG] pgmap v32: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:46.566 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:44.841180+0000 mgr.y (mgr.34104) 83 : cluster [DBG] pgmap v32: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:46.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:44:46.185+0000 7fd0bc1d7700 1 -- 172.21.15.1:0/2275268474 <== mon.1 v2:172.21.15.1:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ea783fc680 con 0x55ea783c3000 2023-12-26T17:44:46.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:46 smithi001 bash[144126]: f66756d6d5e6317e970c8448c9135310eae999e224105cdf5a932118b14eb84d 2023-12-26T17:44:46.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:46 smithi001 systemd[1]: Started Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:46.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:46 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:44.841180+0000 mgr.y (mgr.34104) 83 : cluster [DBG] pgmap v32: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:47.065 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:46 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:44:46.703+0000 7fd0c3c52380 -1 Falling back to public interface 2023-12-26T17:44:47.547 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:46.251569+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:47.547 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:46.252339+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:47.547 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:46.253595+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:47.547 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:46.841689+0000 mgr.y (mgr.34104) 84 : cluster [DBG] pgmap v33: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:47.548 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:46.251569+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:47.548 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:46.252339+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:47.549 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:46.253595+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:47.549 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:47 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:46.841689+0000 mgr.y (mgr.34104) 84 : cluster [DBG] pgmap v33: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:47.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:46.251569+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:47.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:46.252339+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:47.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:46.253595+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-26T17:44:47.575 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:47 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:46.841689+0000 mgr.y (mgr.34104) 84 : cluster [DBG] pgmap v33: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-26T17:44:49.377 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:49.378 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:49.379 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:49.379 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:49.379 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 bash[130438]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:49.379 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:49.379 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:49.379 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:49 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:49.631 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:44:49.815 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:44:49.408+0000 7fd0c3c52380 -1 osd.0 78 log_to_monitors {default=true} 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:48.842362+0000 mgr.y (mgr.34104) 85 : cluster [DBG] pgmap v34: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:48.870848+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:48.872041+0000 mgr.y (mgr.34104) 86 : cluster [DBG] pgmap v35: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:48.872366+0000 mgr.y (mgr.34104) 87 : cluster [DBG] pgmap v36: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:48.875655+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:48.879180+0000 mgr.y (mgr.34104) 88 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:48.885632+0000 mgr.y (mgr.34104) 89 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:48.893223+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: Degraded data redundancy: 65/606 objects degraded (10.726%), 20 pgs degraded (PG_DEGRADED) 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:49.413030+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:44:49.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:49 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:49.413378+0000 mon.a (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:44:50.315 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:44:49.913+0000 7fd0b494b700 -1 osd.0 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:48.842362+0000 mgr.y (mgr.34104) 85 : cluster [DBG] pgmap v34: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:48.870848+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:48.872041+0000 mgr.y (mgr.34104) 86 : cluster [DBG] pgmap v35: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:48.872366+0000 mgr.y (mgr.34104) 87 : cluster [DBG] pgmap v36: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:48.875655+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:48.879180+0000 mgr.y (mgr.34104) 88 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:48.885632+0000 mgr.y (mgr.34104) 89 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:48.893223+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: Degraded data redundancy: 65/606 objects degraded (10.726%), 20 pgs degraded (PG_DEGRADED) 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:49.413030+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:44:50.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:49.413378+0000 mon.a (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:48.842362+0000 mgr.y (mgr.34104) 85 : cluster [DBG] pgmap v34: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:48.870848+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:48.872041+0000 mgr.y (mgr.34104) 86 : cluster [DBG] pgmap v35: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:48.872366+0000 mgr.y (mgr.34104) 87 : cluster [DBG] pgmap v36: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:48.875655+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:48.879180+0000 mgr.y (mgr.34104) 88 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:48.885632+0000 mgr.y (mgr.34104) 89 : cephadm [INF] Reconfiguring daemon grafana.a on smithi153 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:48.893223+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: Degraded data redundancy: 65/606 objects degraded (10.726%), 20 pgs degraded (PG_DEGRADED) 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:49.413030+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:44:50.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:49 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:49.413378+0000 mon.a (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T17:44:50.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:50.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:50.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:50.576 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:44:50.577 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:44:50.898 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:49.899312+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T17:44:50.898 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:49.899411+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-26T17:44:50.898 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:49.900416+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:44:50.898 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 bash[130613]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:44:50.898 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:44:50.898 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:44:50.898 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:44:50 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:49.899312+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:49.899411+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:49.900416+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:49.900965+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.664417+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.667578+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.669192+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.670429+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.066 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.671893+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:49.899312+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:49.899411+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:49.900416+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:49.900965+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.664417+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.667578+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.669192+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.670429+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.067 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.671893+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:50.661+0000 7f9e777c1700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:51.068 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: yield (conn, connr) 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: code, '\n'.join(err))) 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:51.069 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Reconfig daemon grafana.a ... 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: Traceback (most recent call last): 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: main() 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: r = ctx.func(ctx) 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: return func(ctx) 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ports=daemon_ports) 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:51.070 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:51.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:51.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:51.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:51.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:51.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: 2023-12-26T17:44:51.071 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:50 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:44:50.671+0000 7f9ea4cd3700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-26T17:44:51.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:49.900965+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-12-26T17:44:51.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.664417+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:44:51.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.667578+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.669192+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.670429+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:44:51.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:50 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.671893+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:50.662629+0000 mgr.y (mgr.34104) 90 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:52.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:50.662629+0000 mgr.y (mgr.34104) 90 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:52.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: yield (conn, connr) 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: code, '\n'.join(err))) 2023-12-26T17:44:52.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Reconfig daemon grafana.a ... 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: Traceback (most recent call last): 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: main() 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: r = ctx.func(ctx) 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: return func(ctx) 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:52.320 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: ports=daemon_ports) 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: yield (conn, connr) 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: code, '\n'.join(err))) 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.321 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Reconfig daemon grafana.a ... 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: Traceback (most recent call last): 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: main() 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: r = ctx.func(ctx) 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: return func(ctx) 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: ports=daemon_ports) 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:52.322 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.672078+0000 mgr.y (mgr.34104) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:44:50.672936+0000 mgr.y (mgr.34104) 92 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:50.872830+0000 mgr.y (mgr.34104) 93 : cluster [DBG] pgmap v38: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:50.897024+0000 mon.a (mon.0) 303 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:50.905094+0000 mon.a (mon.0) 304 : cluster [INF] osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850] boot 2023-12-26T17:44:52.323 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:50.905153+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:50.906076+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.672078+0000 mgr.y (mgr.34104) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:44:50.672936+0000 mgr.y (mgr.34104) 92 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:50.872830+0000 mgr.y (mgr.34104) 93 : cluster [DBG] pgmap v38: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:50.897024+0000 mon.a (mon.0) 303 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:50.905094+0000 mon.a (mon.0) 304 : cluster [INF] osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850] boot 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:50.905153+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-26T17:44:52.324 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:51 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:50.906076+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:44:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:50.662629+0000 mgr.y (mgr.34104) 90 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Reconfig daemon grafana.a ... 2023-12-26T17:44:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:52.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: main() 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: r = ctx.func(ctx) 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: return func(ctx) 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ports=daemon_ports) 2023-12-26T17:44:52.327 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:52.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:52.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:52.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:52.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: yield (conn, connr) 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: code, '\n'.join(err))) 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: /bin/podman: stderr Error: no such container ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana-a 2023-12-26T17:44:52.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Reconfig daemon grafana.a ... 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Non-zero exit code 1 from systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: systemctl: stderr See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: Traceback (most recent call last): 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: main() 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: r = ctx.func(ctx) 2023-12-26T17:44:52.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: return func(ctx) 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: ports=daemon_ports) 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: File "/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: RuntimeError: Failed command: systemctl restart ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a: Job for ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service failed because the control process exited with error code. 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: See "systemctl status ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service" and "journalctl -xe" for details. 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.672078+0000 mgr.y (mgr.34104) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:44:50.672936+0000 mgr.y (mgr.34104) 92 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-26T17:44:52.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:50.872830+0000 mgr.y (mgr.34104) 93 : cluster [DBG] pgmap v38: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:52.332 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:50.897024+0000 mon.a (mon.0) 303 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-26T17:44:52.332 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:50.905094+0000 mon.a (mon.0) 304 : cluster [INF] osd.0 [v2:172.21.15.1:6802/1851091850,v1:172.21.15.1:6803/1851091850] boot 2023-12-26T17:44:52.332 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:50.905153+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-26T17:44:52.332 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:51 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:50.906076+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T17:44:52.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:44:52 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:52] "GET /metrics HTTP/1.1" 200 146625 "" "Prometheus/2.33.4" 2023-12-26T17:44:53.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:52 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:51.911880+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-26T17:44:53.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:52 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:51.911880+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-26T17:44:53.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:52 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:51.911880+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-26T17:44:54.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:53 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:52.873360+0000 mgr.y (mgr.34104) 94 : cluster [DBG] pgmap v41: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:54.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:53 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:52.873360+0000 mgr.y (mgr.34104) 94 : cluster [DBG] pgmap v41: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:54.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:53 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:52.873360+0000 mgr.y (mgr.34104) 94 : cluster [DBG] pgmap v41: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2023-12-26T17:44:55.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:54 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:54.916202+0000 mon.a (mon.0) 308 : cluster [WRN] Health check update: Degraded data redundancy: 29/606 objects degraded (4.785%), 8 pgs degraded (PG_DEGRADED) 2023-12-26T17:44:55.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:54 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:54.916202+0000 mon.a (mon.0) 308 : cluster [WRN] Health check update: Degraded data redundancy: 29/606 objects degraded (4.785%), 8 pgs degraded (PG_DEGRADED) 2023-12-26T17:44:55.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:54 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:54.916202+0000 mon.a (mon.0) 308 : cluster [WRN] Health check update: Degraded data redundancy: 29/606 objects degraded (4.785%), 8 pgs degraded (PG_DEGRADED) 2023-12-26T17:44:56.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:55 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:54.874138+0000 mgr.y (mgr.34104) 95 : cluster [DBG] pgmap v42: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 29/606 objects degraded (4.785%) 2023-12-26T17:44:56.317 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:55 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:54.874138+0000 mgr.y (mgr.34104) 95 : cluster [DBG] pgmap v42: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 29/606 objects degraded (4.785%) 2023-12-26T17:44:56.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:55 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:54.874138+0000 mgr.y (mgr.34104) 95 : cluster [DBG] pgmap v42: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 29/606 objects degraded (4.785%) 2023-12-26T17:44:57.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:56.970496+0000 mon.a (mon.0) 309 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/606 objects degraded (4.785%), 8 pgs degraded) 2023-12-26T17:44:57.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:57 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:56.970496+0000 mon.a (mon.0) 309 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/606 objects degraded (4.785%), 8 pgs degraded) 2023-12-26T17:44:57.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:57 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:56.970496+0000 mon.a (mon.0) 309 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/606 objects degraded (4.785%), 8 pgs degraded) 2023-12-26T17:44:58.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:56.874722+0000 mgr.y (mgr.34104) 96 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:44:58.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:57.859090+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-26T17:44:58.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:57.859378+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-26T17:44:58.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:57.859644+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-12-26T17:44:58.317 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:44:57.859923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-26T17:44:58.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:56.874722+0000 mgr.y (mgr.34104) 96 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:44:58.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:57.859090+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-26T17:44:58.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:57.859378+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-26T17:44:58.318 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:57.859644+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-12-26T17:44:58.319 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:44:58 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:44:57.859923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-26T17:44:58.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:58 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:56.874722+0000 mgr.y (mgr.34104) 96 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:44:58.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:58 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:57.859090+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-26T17:44:58.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:58 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:57.859378+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-26T17:44:58.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:58 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:57.859644+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-12-26T17:44:58.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:44:58 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:44:57.859923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-26T17:44:59.826 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:44:59 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:44:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:45:00.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:00 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:44:58.875556+0000 mgr.y (mgr.34104) 97 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:00.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:00 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:44:58.875556+0000 mgr.y (mgr.34104) 97 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:00.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:00 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:44:58.875556+0000 mgr.y (mgr.34104) 97 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:01.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 bash[130630]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:45:01.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:00 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:02.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:02 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:00.876169+0000 mgr.y (mgr.34104) 98 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:02.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:02 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:00.876169+0000 mgr.y (mgr.34104) 98 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:02.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:02 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:00.876169+0000 mgr.y (mgr.34104) 98 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:02.815 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:02 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:45:02] "GET /metrics HTTP/1.1" 200 160625 "" "Prometheus/2.33.4" 2023-12-26T17:45:04.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:02.876660+0000 mgr.y (mgr.34104) 99 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:04.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:03.056742+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:45:04.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:02.876660+0000 mgr.y (mgr.34104) 99 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:04.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:04 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:03.056742+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:45:04.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:04 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:02.876660+0000 mgr.y (mgr.34104) 99 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:04.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:04 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:03.056742+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:45:04.573 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch ps' 2023-12-26T17:45:05.801 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.a smithi001 *:9093,9094 running (5m) 16s ago 6m 16.8M - 0.23.0 ba2b418f427c 5f57bebb6bf6 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.a smithi153 error 40s ago 18m 29.7M - 6.6.2 87a51ecf0b1c 05b314e0772d 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.x smithi153 *:8443,9283 running (88s) 40s ago 28m 391M - 16.2.14-413-g639f0137 19e6b2dc6c74 354b4a1fa9d6 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.y smithi001 *:8443,9283 running (119s) 16s ago 29m 443M - 16.2.14-413-g639f0137 19e6b2dc6c74 8715954880a7 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (80s) 16s ago 30m 184M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 3438a15fd176 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi153 running (49s) 40s ago 28m 38.5M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 1a149c160a7a 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi001 running (57s) 16s ago 28m 178M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 224954816ce8 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.a smithi001 running (5m) 16s ago 21m 12.3M - 1.7.0 72c9c2088986 614d325a5fdd 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.b smithi153 running (6m) 40s ago 21m 10.4M - 1.7.0 72c9c2088986 f56b45049a26 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (19s) 16s ago 28m 14.5M 4096M 16.2.14-413-g639f0137 19e6b2dc6c74 f66756d6d5e6 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (27m) 16s ago 27m 149M 4096M 15.2.0 204a01f9b0b6 e6895dc60de5 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (27m) 16s ago 27m 106M 4096M 15.2.0 204a01f9b0b6 f257188e80ac 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (27m) 16s ago 27m 152M 4096M 15.2.0 204a01f9b0b6 44ababf7dafb 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi153 running (27m) 40s ago 27m 152M 4096M 15.2.0 204a01f9b0b6 a8bbe622e349 2023-12-26T17:45:05.802 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi153 running (26m) 40s ago 27m 138M 4096M 15.2.0 204a01f9b0b6 bf1c0b3d4893 2023-12-26T17:45:05.803 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi153 running (26m) 40s ago 26m 122M 4096M 15.2.0 204a01f9b0b6 4f88454c046e 2023-12-26T17:45:05.803 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi153 running (26m) 40s ago 26m 140M 4096M 15.2.0 204a01f9b0b6 cdb0cae14278 2023-12-26T17:45:05.803 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.a smithi153 *:9095 running (5m) 40s ago 5m 60.2M - 2.33.4 514e6a882f6e 68dea7828d68 2023-12-26T17:45:05.803 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi001.lafcaw smithi001 running (18m) 16s ago 18m 57.0M - 15.2.0 204a01f9b0b6 55613fb52def 2023-12-26T17:45:05.803 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.r.z.smithi153.mdvxrb smithi153 running (18m) 40s ago 18m 56.9M - 15.2.0 204a01f9b0b6 74eb8d1649c5 2023-12-26T17:45:06.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:04.877346+0000 mgr.y (mgr.34104) 100 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:06.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.688205+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:45:06.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.798568+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.798976+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.799344+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.116 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.799736+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.800097+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.800456+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.802148+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.802506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.802866+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.803213+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.803562+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:04.877346+0000 mgr.y (mgr.34104) 100 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.688205+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.798568+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.798976+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.117 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.799344+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.799736+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.800097+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.800456+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.802148+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.802506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.802866+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.803213+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.118 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:06 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.803562+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:04.877346+0000 mgr.y (mgr.34104) 100 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.688205+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.798568+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.798976+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.799344+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.799736+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.800097+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.800456+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.802148+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-26T17:45:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.802506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.802866+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.803213+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.326 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:06 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.803562+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-26T17:45:06.386 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions' 2023-12-26T17:45:07.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.688413+0000 mgr.y (mgr.34104) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:45:07.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:45:05.689358+0000 mgr.y (mgr.34104) 102 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-26T17:45:07.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:05.796676+0000 mgr.y (mgr.34104) 103 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:45:07.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.688413+0000 mgr.y (mgr.34104) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:45:07.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:45:05.689358+0000 mgr.y (mgr.34104) 102 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-26T17:45:07.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:07 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:05.796676+0000 mgr.y (mgr.34104) 103 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:45:07.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:07 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.688413+0000 mgr.y (mgr.34104) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-26T17:45:07.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:07 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:45:05.689358+0000 mgr.y (mgr.34104) 102 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-26T17:45:07.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:07 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:05.796676+0000 mgr.y (mgr.34104) 103 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:45:08.017 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "mon": { 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 3 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "mgr": { 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "osd": { 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "mds": {}, 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "rgw": { 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "overall": { 2023-12-26T17:45:08.018 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2023-12-26T17:45:08.019 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 6 2023-12-26T17:45:08.019 INFO:teuthology.orchestra.run.smithi001.stdout: } 2023-12-26T17:45:08.019 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-12-26T17:45:08.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:06.877911+0000 mgr.y (mgr.34104) 104 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:08.315 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:07.462559+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:07.463469+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:07.463989+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:07.465356+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:08.024729+0000 mon.a (mon.0) 331 : audit [DBG] from='client.44113 172.21.15.1:0/3128562089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:06.877911+0000 mgr.y (mgr.34104) 104 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:07.462559+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:07.463469+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:07.463989+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:07.465356+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-26T17:45:08.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:08 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:08.024729+0000 mon.a (mon.0) 331 : audit [DBG] from='client.44113 172.21.15.1:0/3128562089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:45:08.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:08 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:06.877911+0000 mgr.y (mgr.34104) 104 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:08.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:08 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:07.462559+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' 2023-12-26T17:45:08.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:08 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:07.463469+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T17:45:08.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:08 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:07.463989+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:45:08.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:08 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:07.465356+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.34104 172.21.15.1:0/2182169355' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-26T17:45:08.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:08 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:08.024729+0000 mon.a (mon.0) 331 : audit [DBG] from='client.44113 172.21.15.1:0/3128562089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:45:08.705 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-26T17:45:09.287 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:45:07.458678+0000 mgr.y (mgr.34104) 105 : cephadm [INF] Upgrade: Updating osd.1 2023-12-26T17:45:09.287 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cephadm 2023-12-26T17:45:07.465008+0000 mgr.y (mgr.34104) 106 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:45:09.288 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:45:07.458678+0000 mgr.y (mgr.34104) 105 : cephadm [INF] Upgrade: Updating osd.1 2023-12-26T17:45:09.288 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:09 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cephadm 2023-12-26T17:45:07.465008+0000 mgr.y (mgr.34104) 106 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:45:09.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:09 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:45:07.458678+0000 mgr.y (mgr.34104) 105 : cephadm [INF] Upgrade: Updating osd.1 2023-12-26T17:45:09.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:09 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cephadm 2023-12-26T17:45:07.465008+0000 mgr.y (mgr.34104) 106 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-12-26T17:45:09.825 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:45:09 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x[126171]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:45:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-26T17:45:10.219 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:09 smithi001 systemd[1]: Stopping Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:10.219 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:09 smithi001 bash[117693]: debug 2023-12-26T17:45:09.946+0000 7f5b1c9f0700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:10.219 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:09 smithi001 bash[117693]: debug 2023-12-26T17:45:09.946+0000 7f5b1c9f0700 -1 osd.1 83 *** Got signal Terminated *** 2023-12-26T17:45:10.219 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:09 smithi001 bash[117693]: debug 2023-12-26T17:45:09.946+0000 7f5b1c9f0700 -1 osd.1 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:10.220 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:10 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:08.878467+0000 mgr.y (mgr.34104) 107 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:10.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:10 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:08.878467+0000 mgr.y (mgr.34104) 107 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:10.325 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:10 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:08.878467+0000 mgr.y (mgr.34104) 107 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-26T17:45:10.477 INFO:teuthology.orchestra.run.smithi001.stdout:false 2023-12-26T17:45:10.501 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:10 smithi001 bash[145628]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.1 2023-12-26T17:45:10.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:45:10.844 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi001 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 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-26T17:45:10.924 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ed814f5d69814685ae1939a3010fa4b0 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi001 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 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-26T17:45:10.927 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-26T17:45:10.935 INFO:tasks.cephadm:Teardown begin 2023-12-26T17:45:10.936 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:45:10.975 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:45:11.017 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-26T17:45:11.017 DEBUG:teuthology.orchestra.run.smithi001:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:45:11.036 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:45:11.093 INFO:tasks.cephadm:Stopping all daemons... 2023-12-26T17:45:11.094 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-26T17:45:11.094 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a 2023-12-26T17:45:11.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 2. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:11.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 bash[130670]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:45:11.327 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:45:11.328 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:45:11.328 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:11 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:11.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.188982+0000 mon.a (mon.0) 332 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.189023+0000 mon.a (mon.0) 333 : cluster [INF] osd.1 failed (root=default,host=smithi001) (connection refused reported by osd.6) 2023-12-26T17:45:11.328 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.189402+0000 mon.a (mon.0) 334 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.189615+0000 mon.a (mon.0) 335 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.189779+0000 mon.a (mon.0) 336 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.189984+0000 mon.a (mon.0) 337 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.190145+0000 mon.a (mon.0) 338 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.190348+0000 mon.a (mon.0) 339 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.190546+0000 mon.a (mon.0) 340 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.190743+0000 mon.a (mon.0) 341 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.190963+0000 mon.a (mon.0) 342 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.329 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.191158+0000 mon.a (mon.0) 343 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.191353+0000 mon.a (mon.0) 344 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.191546+0000 mon.a (mon.0) 345 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.191740+0000 mon.a (mon.0) 346 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: audit 2023-12-26T17:45:10.469886+0000 mon.a (mon.0) 347 : audit [DBG] from='client.34158 172.21.15.1:0/4017202469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.589203+0000 mon.a (mon.0) 348 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.589376+0000 mon.a (mon.0) 349 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.589521+0000 mon.a (mon.0) 350 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.589807+0000 mon.a (mon.0) 351 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.330 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.589940+0000 mon.a (mon.0) 352 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590031+0000 mon.a (mon.0) 353 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590323+0000 mon.a (mon.0) 354 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590382+0000 mon.a (mon.0) 355 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590552+0000 mon.a (mon.0) 356 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590632+0000 mon.a (mon.0) 357 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590768+0000 mon.a (mon.0) 358 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.590902+0000 mon.a (mon.0) 359 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.331 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.591031+0000 mon.a (mon.0) 360 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.332 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:11 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: cluster 2023-12-26T17:45:10.591160+0000 mon.a (mon.0) 361 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.509 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.188982+0000 mon.a (mon.0) 332 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.509 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.189023+0000 mon.a (mon.0) 333 : cluster [INF] osd.1 failed (root=default,host=smithi001) (connection refused reported by osd.6) 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.189402+0000 mon.a (mon.0) 334 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.189615+0000 mon.a (mon.0) 335 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.189779+0000 mon.a (mon.0) 336 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.189984+0000 mon.a (mon.0) 337 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.190145+0000 mon.a (mon.0) 338 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.190348+0000 mon.a (mon.0) 339 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.190546+0000 mon.a (mon.0) 340 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.190743+0000 mon.a (mon.0) 341 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.510 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.190963+0000 mon.a (mon.0) 342 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.191158+0000 mon.a (mon.0) 343 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.191353+0000 mon.a (mon.0) 344 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.191546+0000 mon.a (mon.0) 345 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.191740+0000 mon.a (mon.0) 346 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: audit 2023-12-26T17:45:10.469886+0000 mon.a (mon.0) 347 : audit [DBG] from='client.34158 172.21.15.1:0/4017202469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.589203+0000 mon.a (mon.0) 348 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.589376+0000 mon.a (mon.0) 349 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.589521+0000 mon.a (mon.0) 350 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.511 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.589807+0000 mon.a (mon.0) 351 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.589940+0000 mon.a (mon.0) 352 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590031+0000 mon.a (mon.0) 353 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590323+0000 mon.a (mon.0) 354 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590382+0000 mon.a (mon.0) 355 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590552+0000 mon.a (mon.0) 356 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590632+0000 mon.a (mon.0) 357 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590768+0000 mon.a (mon.0) 358 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.512 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.590902+0000 mon.a (mon.0) 359 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.513 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.591031+0000 mon.a (mon.0) 360 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.513 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: cluster 2023-12-26T17:45:10.591160+0000 mon.a (mon.0) 361 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.513 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 systemd[1]: Stopping Ceph mon.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:11.513 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 bash[145921]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-26T17:45:11.513 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:45:11.513+0000 7f5c12bd2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-26T17:45:11.513 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a[139927]: debug 2023-12-26T17:45:11.513+0000 7f5c12bd2700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.188982+0000 mon.a (mon.0) 332 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.189023+0000 mon.a (mon.0) 333 : cluster [INF] osd.1 failed (root=default,host=smithi001) (connection refused reported by osd.6) 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.189402+0000 mon.a (mon.0) 334 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.189615+0000 mon.a (mon.0) 335 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.189779+0000 mon.a (mon.0) 336 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.189984+0000 mon.a (mon.0) 337 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.190145+0000 mon.a (mon.0) 338 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.190348+0000 mon.a (mon.0) 339 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.514 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.190546+0000 mon.a (mon.0) 340 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.190743+0000 mon.a (mon.0) 341 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.190963+0000 mon.a (mon.0) 342 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.191158+0000 mon.a (mon.0) 343 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.191353+0000 mon.a (mon.0) 344 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.191546+0000 mon.a (mon.0) 345 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.191740+0000 mon.a (mon.0) 346 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: audit 2023-12-26T17:45:10.469886+0000 mon.a (mon.0) 347 : audit [DBG] from='client.34158 172.21.15.1:0/4017202469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.589203+0000 mon.a (mon.0) 348 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.589376+0000 mon.a (mon.0) 349 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-26T17:45:11.515 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.589521+0000 mon.a (mon.0) 350 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.589807+0000 mon.a (mon.0) 351 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.589940+0000 mon.a (mon.0) 352 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590031+0000 mon.a (mon.0) 353 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590323+0000 mon.a (mon.0) 354 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590382+0000 mon.a (mon.0) 355 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590552+0000 mon.a (mon.0) 356 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590632+0000 mon.a (mon.0) 357 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590768+0000 mon.a (mon.0) 358 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.590902+0000 mon.a (mon.0) 359 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.516 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.591031+0000 mon.a (mon.0) 360 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-26T17:45:11.517 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: cluster 2023-12-26T17:45:10.591160+0000 mon.a (mon.0) 361 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-26T17:45:11.760 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:45:11] ENGINE Bus STOPPING 2023-12-26T17:45:11.760 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:45:11] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-26T17:45:11.760 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:45:11] ENGINE Bus STOPPED 2023-12-26T17:45:11.761 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:45:11] ENGINE Bus STARTING 2023-12-26T17:45:11.761 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:45:11] ENGINE Serving on http://:::9283 2023-12-26T17:45:11.761 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:11 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: [26/Dec/2023:17:45:11] ENGINE Bus STARTED 2023-12-26T17:45:12.065 INFO:journalctl@ceph.mon.a.smithi001.stdout:Dec 26 17:45:11 smithi001 bash[145985]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-a 2023-12-26T17:45:12.259 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.a.service' 2023-12-26T17:45:12.327 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:12.327 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-26T17:45:12.327 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-26T17:45:12.327 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.c 2023-12-26T17:45:12.356 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:12 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.1.service: Succeeded. 2023-12-26T17:45:12.356 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:12 smithi001 systemd[1]: Stopped Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:12.356 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:12 smithi001 systemd[1]: Starting Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:12.699 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: ::ffff:172.21.15.153 - - [26/Dec/2023:17:45:12] "GET /metrics HTTP/1.1" 200 160625 "" "Prometheus/2.33.4" 2023-12-26T17:45:12.699 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:12 smithi001 systemd[1]: Stopping Ceph mon.c for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:12.699 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:12 smithi001 bash[146227]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.c" found: no such container 2023-12-26T17:45:13.005 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:45:12.704+0000 7f7bb9f1f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-26T17:45:13.006 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:12 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c[141920]: debug 2023-12-26T17:45:12.704+0000 7f7bb9f1f700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-26T17:45:13.006 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:12 smithi001 bash[146297]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-c 2023-12-26T17:45:13.315 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-26T17:45:13.316 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-26T17:45:13.316 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-26T17:45:13.316 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-26T17:45:13.316 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-26T17:45:13.316 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-26T17:45:13.316 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146220]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-26T17:45:13.599 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.c.service' 2023-12-26T17:45:13.670 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:13 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.c.service: Succeeded. 2023-12-26T17:45:13.670 INFO:journalctl@ceph.mon.c.smithi001.stdout:Dec 26 17:45:13 smithi001 systemd[1]: Stopped Ceph mon.c for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:13.685 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:13.685 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-26T17:45:13.685 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-26T17:45:13.685 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.b 2023-12-26T17:45:14.066 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-1[146611]: debug 2023-12-26T17:45:13.748+0000 7f23e66c4700 1 -- 172.21.15.1:0/2521634948 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5639b4d74680 con 0x5639b4d3b400 2023-12-26T17:45:14.066 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 bash[146573]: 534a1a796d89754239a9701da7f77b9139cee51835c9e4dca8befd3e020b195c 2023-12-26T17:45:14.066 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:13 smithi001 systemd[1]: Started Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:14.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:13 smithi153 systemd[1]: Stopping Ceph mon.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:13 smithi153 bash[130741]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mon.b" found: no such container 2023-12-26T17:45:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:13 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:45:13.953+0000 7f05ea609700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-26T17:45:14.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:13 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b[128830]: debug 2023-12-26T17:45:13.953+0000 7f05ea609700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-26T17:45:14.447 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 26 17:45:14 smithi153 bash[130780]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mon-b 2023-12-26T17:45:14.452 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mon.b.service' 2023-12-26T17:45:14.503 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:14.503 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-26T17:45:14.503 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-26T17:45:14.503 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y 2023-12-26T17:45:14.537 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:14 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-1[146611]: debug 2023-12-26T17:45:14.263+0000 7f23ee13f380 -1 Falling back to public interface 2023-12-26T17:45:14.809 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:14 smithi001 systemd[1]: Stopping Ceph mgr.y for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:14.809 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:14 smithi001 bash[146695]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-26T17:45:14.809 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:14 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:45:14.779+0000 7f9edfb05700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-26T17:45:14.809 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:14 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y[137842]: debug 2023-12-26T17:45:14.779+0000 7f9edfb05700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-26T17:45:15.065 INFO:journalctl@ceph.mgr.y.smithi001.stdout:Dec 26 17:45:15 smithi001 bash[146736]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-y 2023-12-26T17:45:15.269 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.y.service' 2023-12-26T17:45:15.350 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:15.350 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-26T17:45:15.350 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-26T17:45:15.350 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x 2023-12-26T17:45:15.735 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:45:15 smithi153 systemd[1]: Stopping Ceph mgr.x for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:15.735 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:45:15 smithi153 bash[130899]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-26T17:45:16.036 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:45:15 smithi153 bash[130938]: ceph-414638a8-a412-11ee-95a5-87774f69a715-mgr-x 2023-12-26T17:45:16.037 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 26 17:45:15 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-26T17:45:16.042 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@mgr.x.service' 2023-12-26T17:45:16.077 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:16.078 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-26T17:45:16.078 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-26T17:45:16.078 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.0 2023-12-26T17:45:16.565 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:45:16 smithi001 systemd[1]: Stopping Ceph osd.0 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:16.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:45:16 smithi001 bash[146886]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-26T17:45:16.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:45:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:45:16.346+0000 7fd0bb1d5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-26T17:45:16.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:45:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:45:16.346+0000 7fd0bb1d5700 -1 osd.0 84 *** Got signal Terminated *** 2023-12-26T17:45:16.566 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:45:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0[144140]: debug 2023-12-26T17:45:16.346+0000 7fd0bb1d5700 -1 osd.0 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:17.065 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:16 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-1[146611]: debug 2023-12-26T17:45:16.757+0000 7f23ee13f380 -1 osd.1 83 log_to_monitors {default=true} 2023-12-26T17:45:21.816 INFO:journalctl@ceph.osd.0.smithi001.stdout:Dec 26 17:45:21 smithi001 bash[146928]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-0 2023-12-26T17:45:21.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:45:21.825 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 3. 2023-12-26T17:45:21.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:21.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:21.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:21.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:21.826 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:21.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:21.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:21.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:21.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:21.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:21.827 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:21.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:21.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:21.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:21.828 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 bash[131033]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:45:21.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:45:21.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:45:21.829 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:21 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:22.745 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.0.service' 2023-12-26T17:45:22.786 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:22.787 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-26T17:45:22.787 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-26T17:45:22.787 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.1 2023-12-26T17:45:23.065 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:22 smithi001 systemd[1]: Stopping Ceph osd.1 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:23.065 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:22 smithi001 bash[147258]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-26T17:45:23.565 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:23 smithi001 bash[147296]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd-1 2023-12-26T17:45:23.566 INFO:journalctl@ceph.osd.1.smithi001.stdout:Dec 26 17:45:23 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.1.service: Main process exited, code=exited, status=143/n/a 2023-12-26T17:45:24.411 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:45:24.238Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.1:8443: connect: connection refused" 2023-12-26T17:45:24.412 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:24 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:45:24.239Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi153.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.153:8443: connect: connection refused" 2023-12-26T17:45:24.419 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.1.service' 2023-12-26T17:45:24.461 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:24.461 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-26T17:45:24.461 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-26T17:45:24.462 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.2 2023-12-26T17:45:24.815 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:45:24 smithi001 systemd[1]: Stopping Ceph osd.2 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:24.816 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:45:24 smithi001 bash[119969]: debug 2023-12-26T17:45:24.604+0000 7ffa09ff1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:24.816 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:45:24 smithi001 bash[119969]: debug 2023-12-26T17:45:24.604+0000 7ffa09ff1700 -1 osd.2 84 *** Got signal Terminated *** 2023-12-26T17:45:24.816 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:45:24 smithi001 bash[119969]: debug 2023-12-26T17:45:24.604+0000 7ffa09ff1700 -1 osd.2 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:25.077 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:45:24 smithi001 bash[147538]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.2 2023-12-26T17:45:25.078 INFO:journalctl@ceph.osd.2.smithi001.stdout:Dec 26 17:45:24 smithi001 bash[147584]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/osd.2/unit.stop: No such file or directory 2023-12-26T17:45:25.810 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.2.service' 2023-12-26T17:45:25.850 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:25.851 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-26T17:45:25.851 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-26T17:45:25.851 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.3 2023-12-26T17:45:26.065 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:45:25 smithi001 systemd[1]: Stopping Ceph osd.3 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:26.065 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:45:25 smithi001 bash[120455]: debug 2023-12-26T17:45:25.995+0000 7fe8ad726700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:26.065 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:45:25 smithi001 bash[120455]: debug 2023-12-26T17:45:25.995+0000 7fe8ad726700 -1 osd.3 84 *** Got signal Terminated *** 2023-12-26T17:45:26.066 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:45:25 smithi001 bash[120455]: debug 2023-12-26T17:45:25.995+0000 7fe8ad726700 -1 osd.3 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:26.565 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:45:26 smithi001 bash[147702]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.3 2023-12-26T17:45:26.566 INFO:journalctl@ceph.osd.3.smithi001.stdout:Dec 26 17:45:26 smithi001 bash[147742]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/osd.3/unit.stop: No such file or directory 2023-12-26T17:45:27.006 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.3.service' 2023-12-26T17:45:27.048 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:27.049 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-26T17:45:27.049 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-26T17:45:27.049 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.4 2023-12-26T17:45:27.358 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:45:27 smithi153 systemd[1]: Stopping Ceph osd.4 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:27.358 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:45:27 smithi153 bash[112257]: debug 2023-12-26T17:45:27.169+0000 7fc85c587700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:27.358 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:45:27 smithi153 bash[112257]: debug 2023-12-26T17:45:27.169+0000 7fc85c587700 -1 osd.4 84 *** Got signal Terminated *** 2023-12-26T17:45:27.358 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:45:27 smithi153 bash[112257]: debug 2023-12-26T17:45:27.169+0000 7fc85c587700 -1 osd.4 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:27.650 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:45:27 smithi153 bash[131079]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.4 2023-12-26T17:45:27.650 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 26 17:45:27 smithi153 bash[131120]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/osd.4/unit.stop: No such file or directory 2023-12-26T17:45:28.266 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.4.service' 2023-12-26T17:45:28.306 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:28.307 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-26T17:45:28.307 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-26T17:45:28.307 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.5 2023-12-26T17:45:28.575 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:45:28 smithi153 systemd[1]: Stopping Ceph osd.5 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:28.575 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:45:28 smithi153 bash[114449]: debug 2023-12-26T17:45:28.442+0000 7f76a8167700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:28.575 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:45:28 smithi153 bash[114449]: debug 2023-12-26T17:45:28.442+0000 7f76a8167700 -1 osd.5 84 *** Got signal Terminated *** 2023-12-26T17:45:28.576 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:45:28 smithi153 bash[114449]: debug 2023-12-26T17:45:28.442+0000 7f76a8167700 -1 osd.5 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:29.075 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:45:28 smithi153 bash[131241]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.5 2023-12-26T17:45:29.075 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 26 17:45:28 smithi153 bash[131283]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/osd.5/unit.stop: No such file or directory 2023-12-26T17:45:29.557 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.5.service' 2023-12-26T17:45:29.597 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:29.597 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-26T17:45:29.597 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-26T17:45:29.597 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.6 2023-12-26T17:45:29.825 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:45:29 smithi153 systemd[1]: Stopping Ceph osd.6 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:29.825 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:45:29 smithi153 bash[116592]: debug 2023-12-26T17:45:29.742+0000 7f45358c2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:29.825 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:45:29 smithi153 bash[116592]: debug 2023-12-26T17:45:29.742+0000 7f45358c2700 -1 osd.6 84 *** Got signal Terminated *** 2023-12-26T17:45:29.825 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:45:29 smithi153 bash[116592]: debug 2023-12-26T17:45:29.742+0000 7f45358c2700 -1 osd.6 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:30.316 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:45:30 smithi153 bash[131401]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.6 2023-12-26T17:45:30.316 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 26 17:45:30 smithi153 bash[131440]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/osd.6/unit.stop: No such file or directory 2023-12-26T17:45:30.748 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.6.service' 2023-12-26T17:45:30.787 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:30.788 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-26T17:45:30.788 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-26T17:45:30.788 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.7 2023-12-26T17:45:31.075 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:45:30 smithi153 systemd[1]: Stopping Ceph osd.7 for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:31.075 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:45:30 smithi153 bash[116935]: debug 2023-12-26T17:45:30.933+0000 7f90d7185700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-26T17:45:31.075 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:45:30 smithi153 bash[116935]: debug 2023-12-26T17:45:30.933+0000 7f90d7185700 -1 osd.7 84 *** Got signal Terminated *** 2023-12-26T17:45:31.076 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:45:30 smithi153 bash[116935]: debug 2023-12-26T17:45:30.933+0000 7f90d7185700 -1 osd.7 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-26T17:45:31.466 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:45:31 smithi153 bash[131557]: ceph-414638a8-a412-11ee-95a5-87774f69a715-osd.7 2023-12-26T17:45:31.467 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 26 17:45:31 smithi153 bash[131598]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/osd.7/unit.stop: No such file or directory 2023-12-26T17:45:31.807 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:45:31.807 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 4. 2023-12-26T17:45:31.807 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:31.807 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: Starting Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124341 (bash) in control group while starting unit. Ignoring. 2023-12-26T17:45:31.808 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124342 (podman) in control group while starting unit. Ignoring. 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Found left-over process 124357 (conmon) in control group while starting unit. Ignoring. 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 bash[131640]: Error: creating container storage: the container name "ceph-414638a8-a412-11ee-95a5-87774f69a715-grafana.a" is already in use by 05b314e0772dedf946b25ddd4ddd538e46e895d97ad2a789939eb9b2aa2122f9. You have to remove that container to be able to reuse that name: that name is already in use 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Control process exited, code=exited status=125 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:45:31.809 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:31 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:31.988 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@osd.7.service' 2023-12-26T17:45:32.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:32.028 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-26T17:45:32.028 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-26T17:45:32.028 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-414638a8-a412-11ee-95a5-87774f69a715@prometheus.a 2023-12-26T17:45:32.407 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 systemd[1]: Stopping Ceph prometheus.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:32.407 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 bash[131732]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.317Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.317Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-26T17:45:32.408 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-26T17:45:32.409 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-26T17:45:32.409 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-26T17:45:32.409 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-26T17:45:32.409 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-26T17:45:32.409 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a[123312]: ts=2023-12-26T17:45:32.318Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-26T17:45:32.687 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 26 17:45:32 smithi153 bash[131771]: ceph-414638a8-a412-11ee-95a5-87774f69a715-prometheus-a 2023-12-26T17:45:32.693 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-414638a8-a412-11ee-95a5-87774f69a715@prometheus.a.service' 2023-12-26T17:45:32.728 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:45:32.728 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-26T17:45:32.729 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 414638a8-a412-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-26T17:45:32.868 INFO:teuthology.orchestra.run.smithi001.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-26T17:45:32.868 INFO:teuthology.orchestra.run.smithi001.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-26T17:45:32.868 INFO:teuthology.orchestra.run.smithi001.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-26T17:45:32.868 INFO:teuthology.orchestra.run.smithi001.stderr: [--retry RETRY] 2023-12-26T17:45:32.868 INFO:teuthology.orchestra.run.smithi001.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2023-12-26T17:45:32.869 INFO:teuthology.orchestra.run.smithi001.stderr: ... 2023-12-26T17:45:32.869 INFO:teuthology.orchestra.run.smithi001.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-26T17:45:32.878 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-26T17:45:32.878 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 414638a8-a412-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr: [--retry RETRY] 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr: ... 2023-12-26T17:45:32.999 INFO:teuthology.orchestra.run.smithi153.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-26T17:45:33.008 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-26T17:45:33.009 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:45:33.038 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:45:33.066 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-26T17:45:33.067 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/remote/ubuntu@smithi001.front.sepia.ceph.com/crash 2023-12-26T17:45:33.068 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/crash -- . 2023-12-26T17:45:33.126 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/remote/ubuntu@smithi153.front.sepia.ceph.com/crash 2023-12-26T17:45:33.127 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/crash -- . 2023-12-26T17:45:33.165 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-26T17:45:33.165 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-26T17:45:33.194 INFO:teuthology.orchestra.run.smithi001.stderr:grep: /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-26T17:45:33.195 INFO:tasks.cephadm:Compressing logs... 2023-12-26T17:45:33.196 DEBUG:teuthology.orchestra.run.smithi001:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-26T17:45:33.238 DEBUG:teuthology.orchestra.run.smithi153:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-26T17:45:33.264 INFO:teuthology.orchestra.run.smithi001.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-26T17:45:33.264 INFO:teuthology.orchestra.run.smithi001.stderr:: No such file or directory 2023-12-26T17:45:33.264 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-26T17:45:33.264 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-26T17:45:33.264 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mgr.y.log 2023-12-26T17:45:33.265 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi001.lafcaw.log 2023-12-26T17:45:33.267 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-26T17:45:33.267 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi001.lafcaw.log: 58.9% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi001.lafcaw.log.gz 2023-12-26T17:45:33.267 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.3.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-26T17:45:33.268 INFO:teuthology.orchestra.run.smithi153.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-26T17:45:33.269 INFO:teuthology.orchestra.run.smithi153.stderr:: No such file or directory 2023-12-26T17:45:33.269 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-26T17:45:33.269 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-26T17:45:33.269 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi153.mdvxrb.log 2023-12-26T17:45:33.269 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-26T17:45:33.269 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mgr.x.log 2023-12-26T17:45:33.270 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi153.mdvxrb.log: 58.9% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi153.mdvxrb.log.gz 2023-12-26T17:45:33.270 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.b.log 2023-12-26T17:45:33.270 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mgr.x.log: /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.b.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-26T17:45:33.270 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-26T17:45:33.270 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-26T17:45:33.271 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.5.log: 91.2% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-26T17:45:33.272 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-26T17:45:33.272 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.a.log 2023-12-26T17:45:33.272 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.c.log 2023-12-26T17:45:33.272 INFO:teuthology.orchestra.run.smithi001.stderr: 91.5% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-26T17:45:33.274 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-26T17:45:33.342 INFO:teuthology.orchestra.run.smithi153.stderr: 90.3% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mgr.x.log.gz 2023-12-26T17:45:33.723 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.c.log: /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.1.log: 92.1% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mgr.y.log.gz 2023-12-26T17:45:33.909 INFO:teuthology.orchestra.run.smithi153.stderr: 93.7% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.b.log.gz 2023-12-26T17:45:33.934 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-26T17:45:34.027 INFO:teuthology.orchestra.run.smithi001.stderr: 92.7% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-26T17:45:34.029 INFO:teuthology.orchestra.run.smithi153.stderr: 93.4% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-26T17:45:34.073 INFO:teuthology.orchestra.run.smithi001.stderr: 93.1% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-26T17:45:34.186 INFO:teuthology.orchestra.run.smithi001.stderr: 93.8% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.c.log.gz 2023-12-26T17:45:34.248 INFO:teuthology.orchestra.run.smithi153.stderr: 93.1% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-26T17:45:34.355 INFO:teuthology.orchestra.run.smithi153.stderr: 93.3% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-26T17:45:34.356 INFO:teuthology.orchestra.run.smithi153.stderr: 2023-12-26T17:45:34.357 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m1.101s 2023-12-26T17:45:34.357 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m4.076s 2023-12-26T17:45:34.357 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.164s 2023-12-26T17:45:34.368 INFO:teuthology.orchestra.run.smithi001.stderr: 93.2% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-26T17:45:34.404 INFO:teuthology.orchestra.run.smithi001.stderr: 93.1% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-26T17:45:34.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=error ts=2023-12-26T17:45:34.239Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi153.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.153:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.1:8443: connect: connection refused" 2023-12-26T17:45:34.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:45:34.239Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.1:8443: connect: connection refused" 2023-12-26T17:45:34.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:34 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:45:34.239Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi153.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.153:8443: connect: connection refused" 2023-12-26T17:45:34.754 INFO:teuthology.orchestra.run.smithi001.stderr: 90.8% -- replaced with /var/log/ceph/414638a8-a412-11ee-95a5-87774f69a715/ceph-mon.a.log.gz 2023-12-26T17:45:34.756 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-12-26T17:45:34.756 INFO:teuthology.orchestra.run.smithi001.stderr:real 0m1.503s 2023-12-26T17:45:34.756 INFO:teuthology.orchestra.run.smithi001.stderr:user 0m6.474s 2023-12-26T17:45:34.756 INFO:teuthology.orchestra.run.smithi001.stderr:sys 0m0.214s 2023-12-26T17:45:34.757 INFO:tasks.cephadm:Archiving logs... 2023-12-26T17:45:34.757 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/remote/ubuntu@smithi001.front.sepia.ceph.com/log 2023-12-26T17:45:34.758 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-26T17:45:35.665 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/remote/ubuntu@smithi153.front.sepia.ceph.com/log 2023-12-26T17:45:35.666 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-26T17:45:36.345 INFO:tasks.cephadm:Removing cluster... 2023-12-26T17:45:36.345 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 414638a8-a412-11ee-95a5-87774f69a715 --force 2023-12-26T17:45:37.523 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:45:37 smithi001 systemd[1]: Stopping Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:37.815 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:45:37 smithi001 bash[148226]: ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.a 2023-12-26T17:45:37.815 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:45:37 smithi001 bash[148263]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2023-12-26T17:45:38.315 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:45:37 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-26T17:45:38.316 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:45:37 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-26T17:45:38.316 INFO:journalctl@ceph.node-exporter.a.smithi001.stdout:Dec 26 17:45:37 smithi001 systemd[1]: Stopped Ceph node-exporter.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:42.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:41 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Service RestartSec=10s expired, scheduling restart. 2023-12-26T17:45:42.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:41 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 5. 2023-12-26T17:45:42.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:41 smithi153 systemd[1]: Stopped Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:42.325 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:41 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Start request repeated too quickly. 2023-12-26T17:45:42.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:41 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-26T17:45:42.326 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 26 17:45:41 smithi153 systemd[1]: Failed to start Ceph grafana.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:44.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=error ts=2023-12-26T17:45:44.239Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.1:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi153.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.153:8443: connect: connection refused" 2023-12-26T17:45:44.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:45:44.240Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.1:8443: connect: connection refused" 2023-12-26T17:45:44.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:44 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=warn ts=2023-12-26T17:45:44.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi153.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.153:8443: connect: connection refused" 2023-12-26T17:45:48.983 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:48 smithi001 systemd[1]: Stopping Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:48.984 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:48 smithi001 bash[148408]: Error: no container with name or ID "ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-26T17:45:49.314 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:48 smithi001 ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a[136330]: level=info ts=2023-12-26T17:45:48.990Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-26T17:45:49.315 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:49 smithi001 bash[148448]: ceph-414638a8-a412-11ee-95a5-87774f69a715-alertmanager-a 2023-12-26T17:45:49.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:49 smithi001 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-26T17:45:49.565 INFO:journalctl@ceph.alertmanager.a.smithi001.stdout:Dec 26 17:45:49 smithi001 systemd[1]: Stopped Ceph alertmanager.a for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:45:49.812 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 414638a8-a412-11ee-95a5-87774f69a715 --force 2023-12-26T17:45:50.828 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:45:50 smithi153 systemd[1]: Stopping Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715... 2023-12-26T17:45:51.493 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:45:51 smithi153 bash[132198]: ceph-414638a8-a412-11ee-95a5-87774f69a715-node-exporter.b 2023-12-26T17:45:51.493 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:45:51 smithi153 bash[132237]: bash: /var/lib/ceph/414638a8-a412-11ee-95a5-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2023-12-26T17:45:51.493 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:45:51 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-26T17:45:51.493 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:45:51 smithi153 systemd[1]: ceph-414638a8-a412-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-26T17:45:51.493 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 26 17:45:51 smithi153 systemd[1]: Stopped Ceph node-exporter.b for 414638a8-a412-11ee-95a5-87774f69a715. 2023-12-26T17:46:02.553 INFO:tasks.cephadm:Removing cephadm ... 2023-12-26T17:46:02.554 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-26T17:46:02.578 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-26T17:46:02.597 INFO:tasks.cephadm:Teardown complete 2023-12-26T17:46:02.597 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-26T17:46:02.607 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-26T17:46:02.607 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:46:02.621 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:46:02.639 INFO:teuthology.orchestra.run.smithi001.stderr:bash: ntpq: command not found 2023-12-26T17:46:02.644 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:46:02.644 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2023-12-26T17:46:02.644 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 1 -256us[ -251us] +/- 81ms 2023-12-26T17:46:02.644 INFO:teuthology.orchestra.run.smithi001.stdout:^* hv02.front.sepia.ceph.com 3 6 377 0 -674us[ -670us] +/- 57ms 2023-12-26T17:46:02.644 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +1323us[+1328us] +/- 93ms 2023-12-26T17:46:02.644 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:46:02.653 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2023-12-26T17:46:02.658 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:46:02.658 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2023-12-26T17:46:02.659 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 62 -264us[ -264us] +/- 80ms 2023-12-26T17:46:02.659 INFO:teuthology.orchestra.run.smithi153.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 -684us[ -684us] +/- 56ms 2023-12-26T17:46:02.659 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +1315us[+1315us] +/- 93ms 2023-12-26T17:46:02.659 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:46:02.659 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:46:02.668 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:46:02.668 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:46:02.676 DEBUG:teuthology.orchestra.run.smithi001:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-26T17:46:02.789 DEBUG:teuthology.orchestra.run.smithi153:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-26T17:46:02.880 DEBUG:teuthology.orchestra.run.smithi001:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:46:02.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:46:02.914 DEBUG:teuthology.orchestra.run.smithi153:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:46:02.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:46:02.946 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:46:02.956 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:46:02.966 INFO:teuthology.task.internal:Duration was 2405.536524 seconds 2023-12-26T17:46:02.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:46:02.975 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:46:02.975 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:46:02.978 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:46:03.024 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:46:03.032 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:46:03.324 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:46:03.325 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2023-12-26T17:46:03.325 DEBUG:teuthology.orchestra.run.smithi001:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:46:03.348 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2023-12-26T17:46:03.349 DEBUG:teuthology.orchestra.run.smithi153:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:46:03.372 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:46:03.372 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:46:03.391 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:46:03.477 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:46:03.477 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:46:03.479 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:46:03.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:46:03.680 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:46:03.680 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:46:03.708 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:46:03.735 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:46:03.746 DEBUG:teuthology.orchestra.run.smithi001:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:46:03.751 DEBUG:teuthology.orchestra.run.smithi153:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:46:03.776 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2023-12-26T17:46:03.803 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2023-12-26T17:46:03.821 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:46:03.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:46:03.863 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:46:03.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:46:03.880 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:46:03.890 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:46:03.891 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/remote/smithi001 2023-12-26T17:46:03.892 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:46:03.952 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452/remote/smithi153 2023-12-26T17:46:03.953 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:46:03.998 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:46:03.999 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:46:04.001 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:46:04.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:46:04.060 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:46:04.060 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:46:04.070 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:46:04.070 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:46:04.073 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:46:04.089 INFO:teuthology.orchestra.run.smithi001.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:46 /home/ubuntu/cephtest 2023-12-26T17:46:04.106 INFO:teuthology.orchestra.run.smithi153.stdout: 526082 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:46 /home/ubuntu/cephtest 2023-12-26T17:46:04.107 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:46:04.117 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:46:04.168 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:46:04.194 DEBUG:teuthology.nuke:shortname: smithi001 2023-12-26T17:46:04.195 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:46:04.221 DEBUG:teuthology.nuke:shortname: smithi153 2023-12-26T17:46:04.222 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:46:04.225 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:57:41.063441', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdOD5QCDyTlmhVSwu/yYog9aENTRkzORpHpQQLpk+2fbhQ83RrzTTHhTN/1NgJINRQUo/LEo34RFMmvIhPOeTE='} 2023-12-26T17:46:04.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:57:41.065400', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiLhpnjMhSP4fIQ9Vdj12YNTsRqqCaHG15r+6i3pJq1n9Vv4KHqeB1b/wthH8JF4KTykZSbcwaR0gu1GF9JEsU='} 2023-12-26T17:46:04.284 INFO:teuthology.orchestra.console.smithi001:Power off 2023-12-26T17:46:04.285 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:46:04.310 DEBUG:teuthology.orchestra.console.smithi001:power off output: Chassis Power Control: Down/Off 2023-12-26T17:46:04.310 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:46:04.328 INFO:teuthology.orchestra.console.smithi153:Power off 2023-12-26T17:46:04.329 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:46:04.355 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2023-12-26T17:46:04.356 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:46:04.365 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2023-12-26T17:46:04.386 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-26T17:46:08.367 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:46:08.387 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:46:08.477 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2023-12-26T17:46:08.498 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-26T17:46:12.481 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:46:12.499 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:46:12.593 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is off 2023-12-26T17:46:12.612 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2023-12-26T17:46:12.695 INFO:teuthology.orchestra.console.smithi001:Power off completed 2023-12-26T17:46:12.717 INFO:teuthology.orchestra.console.smithi153:Power off completed 2023-12-26T17:46:12.822 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: 2405.5365238189697 failure_reason: 'Command failed on smithi001 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 414638a8-a412-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ed814f5d69814685ae1939a3010fa4b0 status: fail success: false 2023-12-26T17:46:12.823 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:46:12.902 INFO:teuthology.run:FAIL